1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-29 05:21:33 +03:00

Fix ndb_cache* test failures in the -runtime tree.

Do not try to acquire structure_guard_mutex for the second time
when invalidating a table from send_result_to_client.
This commit is contained in:
kostja@bodhi.(none)
2007-07-16 22:34:36 +04:00
parent be4f73c44f
commit 06d656b808
2 changed files with 26 additions and 8 deletions

View File

@ -279,6 +279,7 @@ private:
Cache_status m_cache_status;
void free_query_internal(Query_cache_block *point);
void invalidate_table_internal(THD *thd, uchar *key, uint32 key_length);
protected:
/*