diff --git a/sql/log_event.cc b/sql/log_event.cc index 22638a1a44c..4a49a1ef740 100644 --- a/sql/log_event.cc +++ b/sql/log_event.cc @@ -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);