Skip to content

Commit 1f5497f

Browse files
committed
Bug#20788853 MUTEX ISSUE IN SQL/SQL_SHOW.CC RESULTING IN SIG6. SOURCE LIKELY
Adoption of below commit to MySQL Cluster 7.2 commit afc2a9ceab6711d6276488c0d588254689d9c459 Author: Marc Alff <marc.alff@oracle.com> Date: Wed Apr 8 07:01:39 2015 +0200 FILL_VARIABLES Prevent mutexes used in SHOW VARIABLES from being locked twice.
1 parent a553e42 commit 1f5497f

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

sql/sql_class.cc

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -802,13 +802,10 @@ THD::THD()
802802
rli_fake(0), rli_slave(NULL),
803803
user_time(0), in_sub_stmt(0),
804804
fill_status_recursion_level(0),
805-
<<<<<<< HEAD
805+
fill_variables_recursion_level(0),
806806
#ifndef MCP_WL5353
807807
binlog_row_event_extra_data(NULL),
808808
#endif
809-
=======
810-
fill_variables_recursion_level(0),
811-
>>>>>>> mysql-5.5.44
812809
binlog_unsafe_warning_flags(0),
813810
binlog_table_maps(0),
814811
table_map_for_update(0),

0 commit comments

Comments
 (0)