mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
After-merge fixup.
- THD::tmp_table_used removed, THD::thread_specific_used used instead.
This commit is contained in:

parent
c5209fcbd0
commit
fa9c26f433
@ -394,7 +394,7 @@ THD::THD()
|
||||
count_cuted_fields= CHECK_FIELD_IGNORE;
|
||||
killed= NOT_KILLED;
|
||||
db_length= col_access=0;
|
||||
query_error= tmp_table_used= thread_specific_used= 0;
|
||||
query_error= thread_specific_used= FALSE;
|
||||
hash_clear(&handler_tables_hash);
|
||||
tmp_table=0;
|
||||
used_tables=0;
|
||||
|
Reference in New Issue
Block a user