diff options
author | unknown <mysqldev@mysql.com> | 2004-12-16 09:37:29 +0100 |
---|---|---|
committer | unknown <mysqldev@mysql.com> | 2004-12-16 09:37:29 +0100 |
commit | 5ffe6a7b3a869feadd4c8e959d9e19248da6a823 (patch) | |
tree | d0588dd734a50e1a0c76ef32cdf781947b9b5e6e /sql/ha_ndbcluster.h | |
parent | b857b6e763d8cd2329c48911a0e82d5506d3d184 (diff) | |
parent | fcca1791e341ab23d9b571938002a4576972ed32 (diff) | |
download | mariadb-git-5ffe6a7b3a869feadd4c8e959d9e19248da6a823.tar.gz |
Merge
sql/ha_innodb.cc:
Auto merged
sql/ha_ndbcluster.cc:
Auto merged
sql/ha_ndbcluster.h:
Auto merged
sql/handler.cc:
Auto merged
sql/handler.h:
Auto merged
sql/mysql_priv.h:
Auto merged
sql/set_var.cc:
Auto merged
sql/sql_cache.cc:
Auto merged
sql/sql_class.h:
Auto merged
sql/table.h:
Auto merged
Diffstat (limited to 'sql/ha_ndbcluster.h')
-rw-r--r-- | sql/ha_ndbcluster.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/sql/ha_ndbcluster.h b/sql/ha_ndbcluster.h index 2d7b14b2311..93c060d2107 100644 --- a/sql/ha_ndbcluster.h +++ b/sql/ha_ndbcluster.h @@ -146,7 +146,10 @@ class ha_ndbcluster: public handler static Thd_ndb* seize_thd_ndb(); static void release_thd_ndb(Thd_ndb* thd_ndb); uint8 table_cache_type(); - + my_bool cached_table_registration(THD *thd, char *table_key, + uint key_length, + qc_engine_callback *engine_callback, + ulonglong *engine_data); private: int alter_table_name(const char *to); int drop_table(); @@ -244,7 +247,6 @@ class ha_ndbcluster: public handler bool m_force_send; ha_rows m_autoincrement_prefetch; bool m_transaction_on; - bool m_use_local_query_cache; void set_rec_per_key(); void records_update(); |