diff options
author | ingo@mysql.com <> | 2004-10-05 11:33:13 +0200 |
---|---|---|
committer | ingo@mysql.com <> | 2004-10-05 11:33:13 +0200 |
commit | c546074e217da8bf60bdb4ff712a35becb6b8505 (patch) | |
tree | 24e6164ebb4c5b0cf55e6b85f83def054643e5ac /sql/sql_class.h | |
parent | 91e8afac376aaf557124e0fa12d2cc30371d60b2 (diff) | |
parent | e47decfa7f2e984558d3dc48d19dd94d8ec0b956 (diff) | |
download | mariadb-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.h | 1 |
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; |