Skip to content

Commit

Permalink
binlog解析表不兼容的问题
Browse files Browse the repository at this point in the history
  • Loading branch information
zhufeng.wang committed Nov 15, 2018
1 parent 33ad716 commit a833d03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sql/rpl_utility.cc
Original file line number Diff line number Diff line change
Expand Up @@ -865,7 +865,7 @@ table_def::create_conversion_table(
if (field_info->field)
field_def->charset= field_info->field->charset();
field_def->interval= interval;
field_def->pack_flag = field_info->pack_flag;
//field_def->pack_flag = field_info->pack_flag;
field_info = LIST_GET_NEXT(link, field_info);
col++;
}
Expand Down

0 comments on commit a833d03

Please sign in to comment.