mirror of
https://github.com/MariaDB/server.git
synced 2025-12-24 11:21:21 +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
@@ -1405,7 +1405,6 @@ public:
|
||||
bool substitute_null_with_insert_id;
|
||||
bool in_lock_tables;
|
||||
bool query_error, bootstrap, cleanup_done;
|
||||
bool tmp_table_used;
|
||||
|
||||
/** is set if some thread specific value(s) used in a statement. */
|
||||
bool thread_specific_used;
|
||||
|
||||
Reference in New Issue
Block a user