1
0
mirror of https://github.com/MariaDB/server.git synced 2025-11-24 06:01:25 +03:00
Files
mariadb/sql/sql_cache.cc
unknown f6d73e5cf4 BUG#23655 deadlock in query cache ndb_cache tests with --debug
Deadlock when running ndb_cache tests with --debug. Query cache locks on trying
to acquire lock.


sql/sql_cache.cc:
  in query_cache_end_of_result, unlock in reverse order of locking.
  
  also make it possible to run with --debug without hanging.
2006-10-26 21:37:23 +10:00

128 KiB