summaryrefslogtreecommitdiff
path: root/mysql-test/r/subselect_sj2.result
diff options
context:
space:
mode:
authorMichael Widenius <monty@askmonty.org>2011-05-09 14:38:49 +0300
committerMichael Widenius <monty@askmonty.org>2011-05-09 14:38:49 +0300
commit65d1eda8685bc265c6d0f3b70922929897fc4ddd (patch)
treed75723d318d1867c5c8aa8380b84623ffcb67018 /mysql-test/r/subselect_sj2.result
parent54bcb971c12e37e8a2211e028bd1517326c52323 (diff)
downloadmariadb-git-65d1eda8685bc265c6d0f3b70922929897fc4ddd.tar.gz
mysqltest: Write command to be executed to the log BEFORE executing the command.
Fixed race condition in event that could cause hang when stopping event scheduler with SET GLOBAL event_scheduler=OFF client/mysqltest.cc: Write command to be executed to the log BEFORE executing the command. This makes it easier to debug crashes as the log will contain the fatal command. mysql-test/r/mysqltest.result: Updated results (we now get more things logged) sql/event_queue.cc: Fixed race condition in event that could cause hang when stopping event scheduler with SET GLOBAL event_scheduler=OFF. The reason was that a kill signal could be sent between last check of thd->killed and before thd->enter_cond() in which case the signal would be missed and we would be stuck in Event_scheduler::stop() forever.
Diffstat (limited to 'mysql-test/r/subselect_sj2.result')
0 files changed, 0 insertions, 0 deletions