Ensure that new connections are in state SLEEP (for nicer show processlist)
This commit is contained in:
parent
19e3c98b87
commit
3ab56a2b4b
@ -1028,6 +1028,7 @@ pthread_handler_decl(handle_one_connection,arg)
|
||||
|
||||
thd->version= refresh_version;
|
||||
thd->proc_info= 0;
|
||||
thd->command= COM_SLEEP;
|
||||
thd->set_time();
|
||||
thd->init_for_queries();
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user