1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

Fix a valgrind warning. For some reason it never popped up before.

This commit is contained in:
kostja@bodhi.(none)
2007-08-01 22:40:04 +04:00
parent 1c1abb4252
commit 2459558060

View File

@ -400,6 +400,7 @@ THD::THD()
used_tables=0;
cuted_fields= sent_row_count= row_count= 0L;
limit_found_rows= 0;
row_count_func= -1;
statement_id_counter= 0UL;
#ifdef ERROR_INJECT_SUPPORT
error_inject_value= 0UL;