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

« back to all changes in this revision

Viewing changes to mysql-test/suite/rpl/t/rpl_get_master_version_and_clock.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:
57
57
eval change master to master_port=$SLAVE_MYPORT;
58
58
start slave;
59
59
 
60
 
let $slave_param= Last_IO_Errno;
61
 
let $slave_param_value= 1593;
62
 
source include/wait_for_slave_param.inc;
63
60
--echo *** must be having the replicate-same-server-id IO thread error ***
64
 
let $last_io_errno= query_get_value("show slave status", Last_IO_Errno, 1);
65
 
let $last_io_error= query_get_value("show slave status", Last_IO_Error, 1);
66
 
echo Slave_IO_Errno= $last_io_errno;
67
 
echo Slave_IO_Error= $last_io_error;
 
61
let $slave_io_errno= 1593;
 
62
let $show_slave_io_error= 1;
 
63
source include/wait_for_slave_io_error.inc;
68
64
 
69
65
# cleanup
70
66