1
0
mirror of https://github.com/MariaDB/server.git synced 2025-11-15 09:02:33 +03:00

Bug #16875 Using stale MySQLD FRM files can cause restored cluster to fail

- invalidate ndb dict cache on cluster disconnect (ClusterMgr.cpp)
- add check for correct frm on external lock when table cache is found invalid
This commit is contained in:
tomas@poseidon.ndb.mysql.com
2006-05-15 16:23:59 +02:00
parent 133a5d17f7
commit fe9934c9fe
11 changed files with 149 additions and 1 deletions

View File

@@ -83,6 +83,7 @@ public:
void set_optimized_node_selection(int val);
unsigned no_db_nodes();
unsigned get_connect_count() const;
#endif
private: