summaryrefslogtreecommitdiff
path: root/sql/ha_ndbcluster.h
diff options
context:
space:
mode:
authorunknown <mskold@mysql.com>2005-04-27 18:17:41 +0200
committerunknown <mskold@mysql.com>2005-04-27 18:17:41 +0200
commit27a6a8146417829d9edfcb8fb86306f985e03bd2 (patch)
tree271a87a13563c1c954f883b1f0422343d6f16a41 /sql/ha_ndbcluster.h
parentb580f8ddf509f4f1e2c28b1ed49f440de918286b (diff)
downloadmariadb-git-27a6a8146417829d9edfcb8fb86306f985e03bd2.tar.gz
Fix for avoiding gettin Invalid schema object version when doing local changes
Diffstat (limited to 'sql/ha_ndbcluster.h')
-rw-r--r--sql/ha_ndbcluster.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sql/ha_ndbcluster.h b/sql/ha_ndbcluster.h
index ac2d27b9ec7..7de5dd503e7 100644
--- a/sql/ha_ndbcluster.h
+++ b/sql/ha_ndbcluster.h
@@ -203,7 +203,7 @@ class ha_ndbcluster: public handler
void print_results();
longlong get_auto_increment();
- void invalidateDictionaryCache();
+ void invalidate_dictionary_cache(bool global);
int ndb_err(NdbConnection*);
bool uses_blob_value(bool all_fields);
@@ -215,7 +215,7 @@ class ha_ndbcluster: public handler
NdbConnection *m_active_trans;
NdbResultSet *m_active_cursor;
void *m_table;
- int m_tableVersion;
+ int m_table_version;
void *m_table_info;
char m_dbname[FN_HEADLEN];
//char m_schemaname[FN_HEADLEN];