1
0
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:
ramil/ram@mysql.com/ramil.myoffice.izhnet.ru
2007-08-01 19:20:25 +05:00
parent c5209fcbd0
commit fa9c26f433
7 changed files with 9 additions and 11 deletions

View File

@@ -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;