summaryrefslogtreecommitdiff
path: root/mysql-test/suite/im/r/im_daemon_life_cycle.result
blob: b3afb15f207b33032e37498bbbb9e6d3227ca103 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
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.