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

« back to all changes in this revision

Viewing changes to mysql-test/suite/rpl/t/rpl_slave_load_remove_tmpfile.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:
31
31
#                            Catch Error
32
32
##########################################################################
33
33
connection slave;
34
 
source include/wait_for_slave_sql_to_stop.inc;
35
 
 
36
 
--replace_result $MASTER_MYPORT MASTER_MYPORT
37
 
--replace_column 1 # 7 # 8 # 9 # 22 # 23 # 33 # 35 # 36 #
38
 
--replace_regex /SQL_LOAD-[0-9]-[0-9]-[0-9]*/SQL_LOAD/
39
 
query_vertical show slave status;
 
34
# Errno 9 is what we get although it's wrong (see BUG#52768).
 
35
--let $slave_sql_errno= 9
 
36
--source include/wait_for_slave_sql_error.inc
40
37
 
41
38
##########################################################################
42
39
#                             Clean up