mirror of
https://github.com/MariaDB/server.git
synced 2025-08-08 11:22:35 +03:00
Fix a valgrind warning. For some reason it never popped up before.
This commit is contained in:
@@ -400,6 +400,7 @@ THD::THD()
|
|||||||
used_tables=0;
|
used_tables=0;
|
||||||
cuted_fields= sent_row_count= row_count= 0L;
|
cuted_fields= sent_row_count= row_count= 0L;
|
||||||
limit_found_rows= 0;
|
limit_found_rows= 0;
|
||||||
|
row_count_func= -1;
|
||||||
statement_id_counter= 0UL;
|
statement_id_counter= 0UL;
|
||||||
#ifdef ERROR_INJECT_SUPPORT
|
#ifdef ERROR_INJECT_SUPPORT
|
||||||
error_inject_value= 0UL;
|
error_inject_value= 0UL;
|
||||||
|
Reference in New Issue
Block a user