~ubuntu-branches/ubuntu/maverick/mysql-5.1/maverick-proposed

« back to all changes in this revision

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

  • Committer: Package Import Robot
  • Author(s): Marc Deslauriers
  • Date: 2012-02-22 14:16:05 UTC
  • mto: This revision was merged to the branch mainline in revision 20.
  • Revision ID: package-import@ubuntu.com-20120222141605-nxlu9yzc6attylc2
Tags: upstream-5.1.61
ImportĀ upstreamĀ versionĀ 5.1.61

Show diffs side-by-side

added added

removed removed

Lines of Context:
41
41
#
42
42
#  Show status of slave
43
43
#
44
 
--let status_items= Relay_Log_File
45
 
--source include/show_slave_status.inc
46
 
--source include/check_slave_is_running.inc
 
44
--replace_result $SLAVE_MYPORT SLAVE_PORT
 
45
--replace_column 1 # 8 # 9 # 16 # 23 # 33 #
 
46
--vertical_results
 
47
SHOW SLAVE STATUS;
47
48
STOP SLAVE;