~ubuntu-branches/ubuntu/precise/mysql-5.1/precise

« back to all changes in this revision

Viewing changes to mysql-test/suite/engines/funcs/t/rpl_server_id1.test

  • Committer: Bazaar Package Importer
  • Author(s): Chuck Short
  • Date: 2010-06-21 15:31:05 UTC
  • mfrom: (1.1.3 upstream)
  • mto: This revision was merged to the branch mainline in revision 6.
  • Revision ID: james.westby@ubuntu.com-20100621153105-pbbz3t6nyrf9t2zq
Tags: upstream-5.1.48
ImportĀ upstreamĀ versionĀ 5.1.48

Show diffs side-by-side

added added

removed removed

Lines of Context:
12
12
stop slave;
13
13
--replace_result $SLAVE_MYPORT SLAVE_PORT
14
14
eval change master to master_port=$SLAVE_MYPORT;
15
 
--replace_result $SLAVE_MYPORT SLAVE_PORT
16
 
--replace_column 16 # 18 #
17
 
show slave status;
 
15
source include/check_slave_no_error.inc;
 
16
 
18
17
start slave;
 
18
let $slave_io_errno= 1593;
 
19
let $show_slave_io_error= 1;
 
20
source include/wait_for_slave_io_error.inc;
 
21
 
19
22
insert into t1 values (1);
20
23
# can't MASTER_POS_WAIT(), it does not work in this weird setup
21
24
# (when slave is its own master without --replicate-same-server-id)