Commit 24595580 authored by kostja@bodhi.(none)'s avatar kostja@bodhi.(none)

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

parent 1c1abb42
......@@ -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;
......
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