Commit f562f773 authored by Sergei Golubchik's avatar Sergei Golubchik

remove redundant warnings in RBR and online alter

in RBR - only show warnings for values that are to be written into a
table, that is, only for the after-image. Don't show data conversion
warnings for the before-image.
parent 01b3cb2f
......@@ -7276,6 +7276,7 @@ int Rows_log_event::find_row(rpl_group_info *rgi)
TABLE *table= m_table;
int error= 0;
bool is_table_scan= false, is_index_scan= false;
Check_level_instant_set clis(table->in_use, CHECK_FIELD_IGNORE);
/*
rpl_row_tabledefs.test specifies that
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment