INFORMATION_SCHEMA.TABLES (or other schema info table) and GLOBAL_TEMPORARY_TABLES queries running in parallel may crash or hang
Bug #1614849 reported by
Laurynas Biveinis
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | ||
---|---|---|---|---|---|---|
Percona Server moved to https://jira.percona.com/projects/PS | Status tracked in 5.7 | |||||
5.5 |
Fix Released
|
High
|
Laurynas Biveinis | |||
5.6 |
Invalid
|
High
|
Laurynas Biveinis | |||
5.7 |
Invalid
|
High
|
Laurynas Biveinis |
Bug Description
INFORMATION_
description: | updated |
To post a comment you must log in.
This is caused by GLOBAL_ TEMPORARY_ TABLES query locking thd->LOCK_ temporary_ tables, TABLES query taking the backup of open tables state - which involves a bitwise copy of the mutex - and later restoring the copy, overwriting the mutex.