Skip to content

Commit

Permalink
remove redundant warnings in RBR and online alter
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
vuvova committed Aug 15, 2023
1 parent 01b3cb2 commit f562f77
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sql/log_event_server.cc
Expand Up @@ -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
Expand Down

0 comments on commit f562f77

Please sign in to comment.