diff options
author | unknown <mskold@mysql.com> | 2005-03-07 10:53:16 +0100 |
---|---|---|
committer | unknown <mskold@mysql.com> | 2005-03-07 10:53:16 +0100 |
commit | e23e81f7dfa79b45d73dabcab35fef1b9317cc2d (patch) | |
tree | 575be54818c9edf3ddc259164ba4569e337d3279 /sql/ha_ndbcluster.h | |
parent | 8e8dfe43db45875306d06d5c1d882c86a68b6b3a (diff) | |
download | mariadb-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.h | 2 |
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); |