summaryrefslogtreecommitdiff
path: root/sql/ha_ndbcluster.h
diff options
context:
space:
mode:
authortomas@poseidon.ndb.mysql.com <>2004-11-24 12:04:17 +0000
committertomas@poseidon.ndb.mysql.com <>2004-11-24 12:04:17 +0000
commitb53e083827ef07810a33f3db638537c37775c596 (patch)
treeb2c3f6f43c14fb297fe37d9f4832b72720e1170b /sql/ha_ndbcluster.h
parent436de3c87d1dfedf08f3922355ac5a332880c1f6 (diff)
parentae471974ac158133976ce3510afe16db75fda798 (diff)
downloadmariadb-git-b53e083827ef07810a33f3db638537c37775c596.tar.gz
Merge
Diffstat (limited to 'sql/ha_ndbcluster.h')
-rw-r--r--sql/ha_ndbcluster.h5
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();