3
#we expect STOP SLAVE to produce a warning as the slave is stopped
4
#(the server was started with skip-slave-start)
7
--wait_for_slave_to_stop
15
drop table if exists t1,t2,t3,t4,t5,t6,t7,t8,t9;
21
# the first RESET SLAVE may produce a warning about non-existent
22
# 'ndb_apply_status' table, because this table is created
23
# asynchronously at the server startup and may not exist yet
24
# if RESET SLAVE comes too soon after the server startup
28
# Clean up old test tables
30
drop table if exists t1,t2,t3,t4,t5,t6,t7,t8,t9;
34
eval CHANGE MASTER TO MASTER_USER='root',
35
MASTER_CONNECT_RETRY=1,
36
MASTER_HOST='localhost',
37
MASTER_PORT=$MASTER_MYPORT;