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

« back to all changes in this revision

Viewing changes to mysql-test/suite/rpl_ndb/r/rpl_ndb_circular.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:
17
17
a       b
18
18
1       2
19
19
2       3
20
 
show slave status;;
21
 
Slave_IO_State  #
22
 
Master_Host     127.0.0.1
23
 
Master_User     root
24
 
Master_Port     #
25
 
Connect_Retry   1
26
 
Master_Log_File master-bin.000001
27
 
Read_Master_Log_Pos     #
28
 
Relay_Log_File  #
29
 
Relay_Log_Pos   #
30
 
Relay_Master_Log_File   master-bin.000001
31
 
Slave_IO_Running        Yes
32
 
Slave_SQL_Running       Yes
33
 
Replicate_Do_DB 
34
 
Replicate_Ignore_DB     
35
 
Replicate_Do_Table      
36
 
Replicate_Ignore_Table  
37
 
Replicate_Wild_Do_Table 
38
 
Replicate_Wild_Ignore_Table     
39
 
Last_Errno      0
40
 
Last_Error      
41
 
Skip_Counter    0
42
 
Exec_Master_Log_Pos     #
43
 
Relay_Log_Space #
44
 
Until_Condition None
45
 
Until_Log_File  
46
 
Until_Log_Pos   0
47
 
Master_SSL_Allowed      No
48
 
Master_SSL_CA_File      
49
 
Master_SSL_CA_Path      
50
 
Master_SSL_Cert 
51
 
Master_SSL_Cipher       
52
 
Master_SSL_Key  
53
 
Seconds_Behind_Master   #
54
 
Master_SSL_Verify_Server_Cert   No
55
 
Last_IO_Errno   #
56
 
Last_IO_Error   #
57
 
Last_SQL_Errno  0
58
 
Last_SQL_Error  
 
20
Checking that both slave threads are running.
59
21
SELECT * FROM t1 ORDER BY a;
60
22
a       b
61
23
1       2
62
24
2       3
63
 
show slave status;;
64
 
Slave_IO_State  #
65
 
Master_Host     127.0.0.1
66
 
Master_User     root
67
 
Master_Port     #
68
 
Connect_Retry   60
69
 
Master_Log_File slave-bin.000001
70
 
Read_Master_Log_Pos     #
71
 
Relay_Log_File  #
72
 
Relay_Log_Pos   #
73
 
Relay_Master_Log_File   slave-bin.000001
74
 
Slave_IO_Running        Yes
75
 
Slave_SQL_Running       Yes
76
 
Replicate_Do_DB 
77
 
Replicate_Ignore_DB     
78
 
Replicate_Do_Table      
79
 
Replicate_Ignore_Table  
80
 
Replicate_Wild_Do_Table 
81
 
Replicate_Wild_Ignore_Table     
82
 
Last_Errno      0
83
 
Last_Error      
84
 
Skip_Counter    0
85
 
Exec_Master_Log_Pos     #
86
 
Relay_Log_Space #
87
 
Until_Condition None
88
 
Until_Log_File  
89
 
Until_Log_Pos   0
90
 
Master_SSL_Allowed      No
91
 
Master_SSL_CA_File      
92
 
Master_SSL_CA_Path      
93
 
Master_SSL_Cert 
94
 
Master_SSL_Cipher       
95
 
Master_SSL_Key  
96
 
Seconds_Behind_Master   #
97
 
Master_SSL_Verify_Server_Cert   No
98
 
Last_IO_Errno   #
99
 
Last_IO_Error   #
100
 
Last_SQL_Errno  0
101
 
Last_SQL_Error  
 
25
Checking that both slave threads are running.
102
26
STOP SLAVE;
103
27
DROP TABLE t1;