Merge lp://staging/~y-trudeau/percona-data-recovery-tool-for-innodb/With_binary_support into lp://staging/percona-data-recovery-tool-for-innodb

Proposed by Yves Trudeau
Status: Merged
Merged at revision: 38
Proposed branch: lp://staging/~y-trudeau/percona-data-recovery-tool-for-innodb/With_binary_support
Merge into: lp://staging/percona-data-recovery-tool-for-innodb
Diff against target: 68 lines (+15/-3)
4 files modified
constraints_parser.c (+2/-2)
create_defs.pl (+8/-0)
include/tables_dict.h (+2/-1)
print_data.c (+3/-0)
To merge this branch: bzr merge lp://staging/~y-trudeau/percona-data-recovery-tool-for-innodb/With_binary_support
Reviewer Review Type Date Requested Status
Aleksandr Kuzminsky (community) Needs Fixing
Review via email: mp+73298@code.staging.launchpad.net

Description of the change

Added support for Binary and varbinary using hex values in the same way has blob was handled.

To post a comment you must log in.
Revision history for this message
Aleksandr Kuzminsky (akuzminsky) wrote :

found a bug in varbinary() - investigating

Revision history for this message
Aleksandr Kuzminsky (akuzminsky) wrote :

63 + case FT_BIN:
64 + print_hex((char*)value, len);
65 +

After line 64 break; is needed

review: Needs Fixing

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
The diff is not available at this time. You can reload the page or download it.

Subscribers

People subscribed via source and target branches