Skip to content

Commit 858dc5b

Browse files
committed
galera: fixed duplicated debug checkpoint name
1 parent abc5661 commit 858dc5b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sql/wsrep_mysqld.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2778,7 +2778,7 @@ static int wsrep_TOI_begin(THD *thd, const char *db, const char *table,
27782778
DBUG_ASSERT(wsrep_OSU_method_get(thd) == WSREP_OSU_TOI);
27792779

27802780
WSREP_DEBUG("TOI Begin: %s", wsrep_thd_query(thd));
2781-
DEBUG_SYNC(thd, "wsrep_before_toi_begin");
2781+
DEBUG_SYNC(thd, "wsrep_toi_begin");
27822782

27832783
if (!wsrep_ready ||
27842784
wsrep_can_run_in_toi(thd, db, table, table_list, create_info) == false)

0 commit comments

Comments
 (0)