mirror of
https://github.com/MariaDB/server.git
synced 2025-12-24 11:21:21 +03:00
Ensure that new connections are in state SLEEP (for nicer show processlist)
This commit is contained in:
@@ -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();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user