Skip to content
Permalink
Browse files
fix DBUG_ENTER awake_no_mutex
  • Loading branch information
haomi123 authored and an3l committed Jul 22, 2022
1 parent dbe39f1 commit 7b0e68b
Showing 1 changed file with 1 addition and 1 deletion.
@@ -1795,7 +1795,7 @@ void add_diff_to_status(STATUS_VAR *to_var, STATUS_VAR *from_var,

void THD::awake_no_mutex(killed_state state_to_set)
{
DBUG_ENTER("THD::awake");
DBUG_ENTER("THD::awake_no_mutex");
DBUG_PRINT("enter", ("this: %p current_thd: %p state: %d",
this, current_thd, (int) state_to_set));
THD_CHECK_SENTRY(this);

0 comments on commit 7b0e68b

Please sign in to comment.