mirror of
https://github.com/MariaDB/server.git
synced 2025-08-01 03:47:19 +03:00
Fix a valgrind warning spotted while trying to repeat Bug#7166
"Server crashes when running out of connections"
This commit is contained in:
@ -193,6 +193,7 @@ THD::THD()
|
|||||||
variables.pseudo_thread_id= 0;
|
variables.pseudo_thread_id= 0;
|
||||||
one_shot_set= 0;
|
one_shot_set= 0;
|
||||||
file_id = 0;
|
file_id = 0;
|
||||||
|
query_id= 0;
|
||||||
warn_id= 0;
|
warn_id= 0;
|
||||||
db_charset= global_system_variables.collation_database;
|
db_charset= global_system_variables.collation_database;
|
||||||
bzero(ha_data, sizeof(ha_data));
|
bzero(ha_data, sizeof(ha_data));
|
||||||
|
Reference in New Issue
Block a user