summaryrefslogtreecommitdiff
path: root/mysql-test/t/shutdown.test
Commit message (Collapse)AuthorAgeFilesLines
* MDEV-4931 Can't use SHUTDOWN in stored programsSergei Golubchik2013-11-101-0/+3
| | | | | keywords that a statement could start from can only be in the 'keyword' list, never in the 'keyword_sp'
* MDEV-4712 : Fix "shutdown" test.Vladislav Vaintroub2013-07-311-2/+3
| | | | | | There is a race condition during shutdown, that happens when "show status" runs during shutdown. Functions show_slave_running(), show_slave_received_heartbeats(), show_heartbeat_period() would dereference NULL pointer master_info_index, after this variable is set to NULL in slave_end() during shutdown. Fix introduces check for master_info_index == NULL in the affected functions.
* MDEV-4660 SHUTDOWN commandSergei Golubchik2013-06-241-0/+28
Based on James Briggs contribution.