Skip to content

Commit 013186e

Browse files
committed
compiler warning
1 parent 036ca99 commit 013186e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sql/log_event.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11102,7 +11102,7 @@ int Table_map_log_event::do_apply_event(rpl_group_info *rgi)
1110211102
table_list->updating= 1;
1110311103
table_list->required_type= FRMTYPE_TABLE;
1110411104

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

0 commit comments

Comments
 (0)