Commit ba2c2cfb authored by Sachin's avatar Sachin

Fix typo

parent 72776d4c
...@@ -5570,7 +5570,7 @@ int Rows_log_event::do_apply_event(rpl_group_info *rgi) ...@@ -5570,7 +5570,7 @@ int Rows_log_event::do_apply_event(rpl_group_info *rgi)
{ {
master_had_triggers= table->master_had_triggers; master_had_triggers= table->master_had_triggers;
bool transactional_table= table->file->has_transactions_and_rollback(); bool transactional_table= table->file->has_transactions_and_rollback();
table->file->prepare_for_insert(get_genral_type_code() != WRITE_ROWS_EVENT); table->file->prepare_for_insert(get_general_type_code() != WRITE_ROWS_EVENT);
/* /*
table == NULL means that this table should not be replicated table == NULL means that this table should not be replicated
......
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