Commit 7c2d154e authored by konstantin@mysql.com's avatar konstantin@mysql.com

Fix a valgrind warning spotted while trying to repeat Bug#7166

"Server crashes when running out of connections"
parent 39d4db50
......@@ -193,6 +193,7 @@ THD::THD()
variables.pseudo_thread_id= 0;
one_shot_set= 0;
file_id = 0;
query_id= 0;
warn_id= 0;
db_charset= global_system_variables.collation_database;
bzero(ha_data, sizeof(ha_data));
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment