summaryrefslogtreecommitdiff
path: root/sql/ha_ndbcluster.h
diff options
context:
space:
mode:
authorunknown <mskold@mysql.com>2005-03-07 10:53:16 +0100
committerunknown <mskold@mysql.com>2005-03-07 10:53:16 +0100
commite23e81f7dfa79b45d73dabcab35fef1b9317cc2d (patch)
tree575be54818c9edf3ddc259164ba4569e337d3279 /sql/ha_ndbcluster.h
parent8e8dfe43db45875306d06d5c1d882c86a68b6b3a (diff)
downloadmariadb-git-e23e81f7dfa79b45d73dabcab35fef1b9317cc2d.tar.gz
Review fixes for Bug #8753 Invalid schema
object version after dropping index
Diffstat (limited to 'sql/ha_ndbcluster.h')
-rw-r--r--sql/ha_ndbcluster.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/ha_ndbcluster.h b/sql/ha_ndbcluster.h
index 149276c8356..2261b56b071 100644
--- a/sql/ha_ndbcluster.h
+++ b/sql/ha_ndbcluster.h
@@ -201,7 +201,7 @@ class ha_ndbcluster: public handler
void print_results();
longlong get_auto_increment();
- void invalidateCache();
+ void invalidateDictionaryCache();
int ndb_err(NdbConnection*);
bool uses_blob_value(bool all_fields);