Commit 73c8e441 authored by Sergei Golubchik's avatar Sergei Golubchik

set username=hostname=NULL in the P_S for the aria background checkpoint thread

parent 4fe2478b
...@@ -562,6 +562,10 @@ pthread_handler_t ma_checkpoint_background(void *arg) ...@@ -562,6 +562,10 @@ pthread_handler_t ma_checkpoint_background(void *arg)
DBUG_PRINT("info",("Maria background checkpoint thread starts")); DBUG_PRINT("info",("Maria background checkpoint thread starts"));
DBUG_ASSERT(interval > 0); DBUG_ASSERT(interval > 0);
#ifdef HAVE_PSI_THREAD_INTERFACE
PSI_CALL(set_thread_user_host)(0,0,0,0);
#endif
/* /*
Recovery ended with all tables closed and a checkpoint: no need to take Recovery ended with all tables closed and a checkpoint: no need to take
one immediately. one immediately.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment