• unknown's avatar
    BUG#23655 deadlock in query cache ndb_cache tests with --debug · f6d73e5c
    unknown authored
    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.
    f6d73e5c
sql_cache.cc 127 KB