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

« back to all changes in this revision

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

  • 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:
40
40
2       2
41
41
3       3
42
42
4       4
43
 
SHOW SLAVE STATUS;
44
 
Slave_IO_State  #
45
 
Master_Host     127.0.0.1
46
 
Master_User     root
47
 
Master_Port     MASTER_PORT
48
 
Connect_Retry   1
49
 
Master_Log_File master-bin.000001
50
 
Read_Master_Log_Pos     #
51
 
Relay_Log_File  #
52
 
Relay_Log_Pos   #
53
 
Relay_Master_Log_File   master-bin.000001
54
 
Slave_IO_Running        Yes
55
 
Slave_SQL_Running       Yes
56
 
Replicate_Do_DB 
57
 
Replicate_Ignore_DB     
58
 
Replicate_Do_Table      
59
 
Replicate_Ignore_Table  #
60
 
Replicate_Wild_Do_Table 
61
 
Replicate_Wild_Ignore_Table     
62
 
Last_Errno      0
63
 
Last_Error      
64
 
Skip_Counter    0
65
 
Exec_Master_Log_Pos     #
66
 
Relay_Log_Space #
67
 
Until_Condition None
68
 
Until_Log_File  
69
 
Until_Log_Pos   0
70
 
Master_SSL_Allowed      No
71
 
Master_SSL_CA_File      
72
 
Master_SSL_CA_Path      
73
 
Master_SSL_Cert 
74
 
Master_SSL_Cipher       
75
 
Master_SSL_Key  
76
 
Seconds_Behind_Master   #
77
 
Master_SSL_Verify_Server_Cert   No
78
 
Last_IO_Errno   #
79
 
Last_IO_Error   #
80
 
Last_SQL_Errno  0
81
 
Last_SQL_Error  
 
43
Checking that both slave threads are running.
82
44
DROP TABLE t1;
83
45
**** On Master ****
84
46
DROP TABLE t1;