1
0
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:
unknown
2004-11-12 14:38:01 +02:00
parent 19e3c98b87
commit 3ab56a2b4b

View File

@@ -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();