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

« back to all changes in this revision

Viewing changes to mysql-test/suite/rpl/t/rpl_ssl.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:
30
30
 
31
31
# The slave is synced and waiting/reading from master
32
32
# SHOW SLAVE STATUS will show "Waiting for master to send event"
33
 
--replace_result $MYSQL_TEST_DIR MYSQL_TEST_DIR $MASTER_MYPORT MASTER_MYPORT
34
 
--replace_column 1 # 7 # 8 # 9 # 22 # 23 # 33 # 35 # 36 #
35
 
query_vertical show slave status;
 
33
let $status_items= Master_SSL_Allowed, Master_SSL_CA_Path, Master_SSL_CA_File, Master_SSL_Cert, Master_SSL_Key;
 
34
source include/show_slave_status.inc;
 
35
source include/check_slave_is_running.inc;
36
36
 
37
37
# Stop the slave, as reported in bug#21871 it would hang
38
38
STOP SLAVE;
70
70
 
71
71
sync_slave_with_master;
72
72
--source include/wait_for_slave_to_start.inc
73
 
--replace_result $MYSQL_TEST_DIR MYSQL_TEST_DIR $MASTER_MYPORT MASTER_MYPORT
74
 
--replace_column 1 # 7 # 8 # 9 # 22 # 23 # 33 # 35 # 36 #
75
 
query_vertical show slave status;
 
73
source include/show_slave_status.inc;
 
74
source include/check_slave_is_running.inc;
76
75
 
77
76
let $slave_count= `select count(*) from t1`;
78
77