mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
Bug#20788853 MUTEX ISSUE IN SQL/SQL_SHOW.CC RESULTING IN SIG6. SOURCE LIKELY
FILL_VARIABLES Prevent mutexes used in SHOW VARIABLES from being locked twice.
This commit is contained in:
@ -1603,6 +1603,7 @@ public:
|
||||
decremented each time before it returns from the function.
|
||||
*/
|
||||
uint fill_status_recursion_level;
|
||||
uint fill_variables_recursion_level;
|
||||
|
||||
/* container for handler's private per-connection data */
|
||||
Ha_data ha_data[MAX_HA];
|
||||
|
Reference in New Issue
Block a user