mirror of
https://github.com/MariaDB/server.git
synced 2025-01-18 04:53:01 +01:00
4f4de12237
into alik.opbmk:/mnt/raid/alik/MySQL/devel/5.1-rt-build mysql-test/mysql-test-run.pl: Auto merged mysql-test/r/im_daemon_life_cycle.result: Merged.
26 lines
802 B
Text
26 lines
802 B
Text
SHOW VARIABLES LIKE 'server_id';
|
|
Variable_name Value
|
|
server_id 1
|
|
SHOW INSTANCES;
|
|
instance_name state
|
|
mysqld1 XXXXX
|
|
mysqld2 offline
|
|
Killing the process...
|
|
Waiting...
|
|
Success: the process was restarted.
|
|
Success: server is ready to accept connection on socket.
|
|
|
|
--------------------------------------------------------------------
|
|
-- Test for BUG#12751
|
|
--------------------------------------------------------------------
|
|
START INSTANCE mysqld2;
|
|
Success: the process has been started.
|
|
Killing the process...
|
|
Waiting...
|
|
Success: the process was restarted.
|
|
Success: server is ready to accept connection on socket.
|
|
SHOW INSTANCE STATUS mysqld1;
|
|
instance_name state version_number version mysqld_compatible
|
|
mysqld1 STATE VERSION_NUMBER VERSION no
|
|
STOP INSTANCE mysqld2;
|
|
Success: the process has been stopped.
|