From 108ea3e356ca3c6e74e96520e7c7aefefcca8ee4 Mon Sep 17 00:00:00 2001 From: unknown Date: Wed, 8 Mar 2006 15:29:57 +0100 Subject: 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 --- sql/ha_ndbcluster.h | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'sql/ha_ndbcluster.h') 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(); -- cgit v1.2.1