Skip to content
Permalink
Browse files
compiler warning
  • Loading branch information
vuvova committed Jan 25, 2019
1 parent 036ca99 commit 013186e
Showing 1 changed file with 1 addition and 1 deletion.
@@ -11102,7 +11102,7 @@ int Table_map_log_event::do_apply_event(rpl_group_info *rgi)
table_list->updating= 1;
table_list->required_type= FRMTYPE_TABLE;

DBUG_PRINT("debug", ("table: %s is mapped to %u", table_list->table_name,
DBUG_PRINT("debug", ("table: %s is mapped to %llu", table_list->table_name,
table_list->table_id));
#ifdef RBR_TRIGGERS
table_list->master_had_triggers= ((m_flags & TM_BIT_HAS_TRIGGERS_F) ? 1 : 0);

0 comments on commit 013186e

Please sign in to comment.