~ubuntu-branches/ubuntu/lucid/mysql-dfsg-5.1/lucid-security

« back to all changes in this revision

Viewing changes to mysql-test/suite/rpl/r/rpl_bug33931.result

  • Committer: Package Import Robot
  • Author(s): Marc Deslauriers
  • Date: 2012-02-22 22:33:55 UTC
  • mto: (1.2.1) (37.1.1 lucid-security)
  • mto: This revision was merged to the branch mainline in revision 36.
  • Revision ID: package-import@ubuntu.com-20120222223355-ku1tb4r70osci6v2
Tags: upstream-5.1.61
ImportĀ upstreamĀ versionĀ 5.1.61

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
reset master;
 
1
include/master-slave.inc
 
2
[connection master]
2
3
call mtr.add_suppression("Failed during slave I/O thread initialization");
3
 
stop slave;
 
4
call mtr.add_suppression("Slave SQL.*Failed during slave thread initialization.* 1593");
 
5
include/stop_slave.inc
4
6
reset slave;
5
7
SET GLOBAL debug="d,simulate_io_slave_error_on_init,simulate_sql_slave_error_on_init";
6
8
start slave;
7
 
show slave status;
8
 
Slave_IO_State  #
9
 
Master_Host     127.0.0.1
10
 
Master_User     root
11
 
Master_Port     MASTER_PORT
12
 
Connect_Retry   1
13
 
Master_Log_File 
14
 
Read_Master_Log_Pos     4
15
 
Relay_Log_File  #
16
 
Relay_Log_Pos   #
17
 
Relay_Master_Log_File   
18
 
Slave_IO_Running        No
19
 
Slave_SQL_Running       No
20
 
Replicate_Do_DB 
21
 
Replicate_Ignore_DB     
22
 
Replicate_Do_Table      
23
 
Replicate_Ignore_Table  
24
 
Replicate_Wild_Do_Table 
25
 
Replicate_Wild_Ignore_Table     
26
 
Last_Errno      #
27
 
Last_Error      Failed during slave thread initialization
28
 
Skip_Counter    0
29
 
Exec_Master_Log_Pos     0
30
 
Relay_Log_Space #
31
 
Until_Condition None
32
 
Until_Log_File  
33
 
Until_Log_Pos   0
34
 
Master_SSL_Allowed      No
35
 
Master_SSL_CA_File      
36
 
Master_SSL_CA_Path      
37
 
Master_SSL_Cert 
38
 
Master_SSL_Cipher       
39
 
Master_SSL_Key  
40
 
Seconds_Behind_Master   #
41
 
Master_SSL_Verify_Server_Cert   No
42
 
Last_IO_Errno   0
43
 
Last_IO_Error   
44
 
Last_SQL_Errno  #
45
 
Last_SQL_Error  Failed during slave thread initialization
 
9
include/wait_for_slave_sql_error.inc [errno=1593]
 
10
Last_SQL_Error = 'Failed during slave thread initialization'
46
11
SET GLOBAL debug="";
 
12
RESET SLAVE;
 
13
include/rpl_end.inc