mirror of
https://github.com/MariaDB/server.git
synced 2025-01-31 02:51:44 +01:00
Ensure that new connections are in state SLEEP (for nicer show processlist)
This commit is contained in:
parent
1e424ecbff
commit
a2cca07617
1 changed files with 1 additions and 0 deletions
|
@ -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…
Add table
Reference in a new issue