~stewart/drizzle/embedded-innodb-create-select-transaction-arrgh

« back to all changes in this revision

Viewing changes to mysql-test/suite/rpl/t/rpl_bug33931.test

  • Committer: brian
  • Date: 2008-06-25 05:29:13 UTC
  • Revision ID: brian@localhost.localdomain-20080625052913-6upwo0jsrl4lnapl
clean slate

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# Test for 
 
2
# Bug #33931    assertion at write_ignored_events_info_to_relay_log if init_slave_thread() fails
 
3
# Bug #33932    assertion at handle_slave_sql if init_slave_thread() fails
 
4
 
 
5
source include/have_debug.inc;
 
6
source include/have_log_bin.inc;
 
7
source include/master-slave.inc;
 
8
 
 
9
connection master;
 
10
save_master_pos;
 
11
connection slave;
 
12
 
 
13
#
 
14
# slave is going to stop because of emulated failures
 
15
# but there won't be any crashes nor asserts hit.
 
16
#
 
17
source include/wait_for_slave_to_stop.inc;
 
18
 
 
19
--replace_result $MASTER_MYPORT MASTER_PORT                                     
 
20
--replace_column 1 # 8 # 9 # 23 # 33 #                                          
 
21
query_vertical show slave status;
 
22
 
 
23
# no clean-up is needed
 
24