summaryrefslogtreecommitdiff
path: root/sql/sql_class.h
diff options
context:
space:
mode:
authoringo@mysql.com <>2004-10-05 11:33:13 +0200
committeringo@mysql.com <>2004-10-05 11:33:13 +0200
commitc546074e217da8bf60bdb4ff712a35becb6b8505 (patch)
tree24e6164ebb4c5b0cf55e6b85f83def054643e5ac /sql/sql_class.h
parent91e8afac376aaf557124e0fa12d2cc30371d60b2 (diff)
parente47decfa7f2e984558d3dc48d19dd94d8ec0b956 (diff)
downloadmariadb-git-c546074e217da8bf60bdb4ff712a35becb6b8505.tar.gz
Merge mysql.com:/home/mydev/mysql-4.0
into mysql.com:/home/mydev/mysql-4.0-bug4286
Diffstat (limited to 'sql/sql_class.h')
-rw-r--r--sql/sql_class.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/sql_class.h b/sql/sql_class.h
index d362a90b7df..af53574eeaf 100644
--- a/sql/sql_class.h
+++ b/sql/sql_class.h
@@ -421,6 +421,7 @@ public:
and are still in use by this thread
*/
TABLE *open_tables,*temporary_tables, *handler_tables;
+ HASH handler_tables_hash;
// TODO: document the variables below
MYSQL_LOCK *lock,*locked_tables;
ULL *ull;