summaryrefslogtreecommitdiff
path: root/sql/sql_class.h
diff options
context:
space:
mode:
authorunknown <ramil/ram@mysql.com/ramil.myoffice.izhnet.ru>2007-08-01 19:20:25 +0500
committerunknown <ramil/ram@mysql.com/ramil.myoffice.izhnet.ru>2007-08-01 19:20:25 +0500
commitbe4cfe504e081b79fbfd1870e1bca94795d20633 (patch)
tree5c9713fcb6c66ded3dc68ac8b9161276fadd0dc2 /sql/sql_class.h
parentd4ba395aa6a61ed9c25838aec409270429db281b (diff)
downloadmariadb-git-be4cfe504e081b79fbfd1870e1bca94795d20633.tar.gz
After-merge fixup.
- THD::tmp_table_used removed, THD::thread_specific_used used instead.
Diffstat (limited to 'sql/sql_class.h')
-rw-r--r--sql/sql_class.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/sql/sql_class.h b/sql/sql_class.h
index 38782c57a40..3a818490c76 100644
--- a/sql/sql_class.h
+++ b/sql/sql_class.h
@@ -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;