Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | MDEV-4931 Can't use SHUTDOWN in stored programs | Sergei Golubchik | 2013-11-10 | 1 | -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 Vaintroub | 2013-07-31 | 1 | -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 command | Sergei Golubchik | 2013-06-24 | 1 | -0/+28 |
Based on James Briggs contribution. |