diff options
author | unknown <tomas@poseidon.ndb.mysql.com> | 2006-03-08 15:29:57 +0100 |
---|---|---|
committer | unknown <tomas@poseidon.ndb.mysql.com> | 2006-03-08 15:29:57 +0100 |
commit | 108ea3e356ca3c6e74e96520e7c7aefefcca8ee4 (patch) | |
tree | d248a543d362c74cee86fe6e21bd335065200f95 /sql/ha_ndbcluster.h | |
parent | 88df3aaf1640e0bb464648081b5b78054d244fac (diff) | |
download | mariadb-git-108ea3e356ca3c6e74e96520e7c7aefefcca8ee4.tar.gz |
cleanup of ndb invalidate dictionary cache
fixed test case from previous commit
mysql-test/r/ndb_lock.result:
fixed result file form previous commit
sql/ha_ndbcluster.cc:
cleanup of ndb invalidate dictionary cache
sql/ha_ndbcluster.h:
cleanup of ndb invalidate dictionary cache
Diffstat (limited to 'sql/ha_ndbcluster.h')
-rw-r--r-- | sql/ha_ndbcluster.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/sql/ha_ndbcluster.h b/sql/ha_ndbcluster.h index 7498d2bb624..7fa50fef060 100644 --- a/sql/ha_ndbcluster.h +++ b/sql/ha_ndbcluster.h @@ -685,9 +685,6 @@ static void set_tabname(const char *pathname, char *tabname); bool check_if_incompatible_data(HA_CREATE_INFO *info, uint table_changes); - static int invalidate_dictionary_cache(TABLE_SHARE *share, Ndb *ndb, - const char *dbname, const char *tabname, - bool global); private: friend int ndbcluster_drop_database_impl(const char *path); @@ -774,7 +771,7 @@ private: void print_results(); ulonglong get_auto_increment(); - void invalidate_dictionary_cache(bool global); + int invalidate_dictionary_cache(bool global); int ndb_err(NdbTransaction*); bool uses_blob_value(); |