mirror of
https://github.com/MariaDB/server.git
synced 2025-01-20 22:12:30 +01:00
5871cf09a9
mysql-test/lib/mtr_im.pl: Fix merge. mysql-test/lib/mtr_process.pl: Fix merge. mysql-test/r/im_daemon_life_cycle.result: Fix merge. mysql-test/t/im_daemon_life_cycle.imtest: Fix merge.
24 lines
692 B
Text
24 lines
692 B
Text
SHOW VARIABLES LIKE 'server_id';
|
|
Variable_name Value
|
|
server_id 1
|
|
SHOW INSTANCES;
|
|
instance_name state
|
|
mysqld1 online
|
|
mysqld2 offline
|
|
Killing the process...
|
|
Sleeping...
|
|
Success: the process was restarted.
|
|
|
|
--------------------------------------------------------------------
|
|
-- Test for BUG#12751
|
|
--------------------------------------------------------------------
|
|
START INSTANCE mysqld2;
|
|
Success: the process has been started.
|
|
Killing the process...
|
|
Sleeping...
|
|
Success: the process was restarted.
|
|
SHOW INSTANCE STATUS mysqld1;
|
|
instance_name state version_number version mysqld_compatible
|
|
mysqld1 online VERSION_NUMBER VERSION no
|
|
STOP INSTANCE mysqld2;
|
|
Success: the process has been stopped.
|