diff options
author | tomas@poseidon.ndb.mysql.com <> | 2004-11-24 12:04:17 +0000 |
---|---|---|
committer | tomas@poseidon.ndb.mysql.com <> | 2004-11-24 12:04:17 +0000 |
commit | b53e083827ef07810a33f3db638537c37775c596 (patch) | |
tree | b2c3f6f43c14fb297fe37d9f4832b72720e1170b /sql/ha_ndbcluster.h | |
parent | 436de3c87d1dfedf08f3922355ac5a332880c1f6 (diff) | |
parent | ae471974ac158133976ce3510afe16db75fda798 (diff) | |
download | mariadb-git-b53e083827ef07810a33f3db638537c37775c596.tar.gz |
Merge
Diffstat (limited to 'sql/ha_ndbcluster.h')
-rw-r--r-- | sql/ha_ndbcluster.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/sql/ha_ndbcluster.h b/sql/ha_ndbcluster.h index baf4a7480ac..33f06dd9092 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 *from, const char *to); int drop_table(); |