1
0
mirror of https://github.com/MariaDB/server.git synced 2026-01-06 05:22:24 +03:00

Merge mysql.com:/home/alexi/bugs/mysql-5.0-15758-work

into  mysql.com:/home/alexi/bugs/mysql-5.1-15758
This commit is contained in:
aivanov@mysql.com
2006-04-09 17:48:47 +04:00
2 changed files with 6 additions and 2 deletions

View File

@@ -830,6 +830,11 @@ sql mode: 0x%lx, sort len: %lu, conncat len: %lu",
flags.sql_mode,
flags.max_sort_length,
flags.group_concat_max_len));
/*
Make InnoDB to release the adaptive hash index latch before
acquiring the query cache mutex.
*/
ha_release_temporary_latches(thd);
STRUCT_LOCK(&structure_guard_mutex);
if (query_cache_size == 0)