1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-08 11:22:35 +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:
Marc Alff
2015-04-08 07:01:39 +02:00
parent 45b51146a9
commit 7285b4c495
3 changed files with 12 additions and 2 deletions

View File

@@ -802,6 +802,7 @@ THD::THD()
rli_fake(0), rli_slave(NULL),
user_time(0), in_sub_stmt(0),
fill_status_recursion_level(0),
fill_variables_recursion_level(0),
binlog_unsafe_warning_flags(0),
binlog_table_maps(0),
table_map_for_update(0),