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

« back to all changes in this revision

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

  • 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
stop slave;
 
2
drop table if exists t1,t2,t3,t4,t5,t6,t7,t8,t9;
 
3
reset master;
 
4
reset slave;
 
5
drop table if exists t1,t2,t3,t4,t5,t6,t7,t8,t9;
 
6
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 master-bin.000001
 
14
Read_Master_Log_Pos     #
 
15
Relay_Log_File  #
 
16
Relay_Log_Pos   #
 
17
Relay_Master_Log_File   master-bin.000001
 
18
Slave_IO_Running        Yes
 
19
Slave_SQL_Running       Yes
 
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      0
 
27
Last_Error      
 
28
Skip_Counter    0
 
29
Exec_Master_Log_Pos     #
 
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   #
 
43
Last_IO_Error   #
 
44
Last_SQL_Errno  0
 
45
Last_SQL_Error  
 
46
stop slave;
 
47
change master to master_user='test';
 
48
SHOW SLAVE STATUS;
 
49
Slave_IO_State  #
 
50
Master_Host     127.0.0.1
 
51
Master_User     test
 
52
Master_Port     MASTER_PORT
 
53
Connect_Retry   1
 
54
Master_Log_File master-bin.000001
 
55
Read_Master_Log_Pos     #
 
56
Relay_Log_File  #
 
57
Relay_Log_Pos   #
 
58
Relay_Master_Log_File   master-bin.000001
 
59
Slave_IO_Running        No
 
60
Slave_SQL_Running       No
 
61
Replicate_Do_DB 
 
62
Replicate_Ignore_DB     
 
63
Replicate_Do_Table      
 
64
Replicate_Ignore_Table  #
 
65
Replicate_Wild_Do_Table 
 
66
Replicate_Wild_Ignore_Table     
 
67
Last_Errno      0
 
68
Last_Error      
 
69
Skip_Counter    0
 
70
Exec_Master_Log_Pos     #
 
71
Relay_Log_Space #
 
72
Until_Condition None
 
73
Until_Log_File  
 
74
Until_Log_Pos   0
 
75
Master_SSL_Allowed      No
 
76
Master_SSL_CA_File      
 
77
Master_SSL_CA_Path      
 
78
Master_SSL_Cert 
 
79
Master_SSL_Cipher       
 
80
Master_SSL_Key  
 
81
Seconds_Behind_Master   #
 
82
Master_SSL_Verify_Server_Cert   No
 
83
Last_IO_Errno   #
 
84
Last_IO_Error   #
 
85
Last_SQL_Errno  0
 
86
Last_SQL_Error  
 
87
reset slave;
 
88
SHOW SLAVE STATUS;
 
89
Slave_IO_State  #
 
90
Master_Host     127.0.0.1
 
91
Master_User     test
 
92
Master_Port     MASTER_PORT
 
93
Connect_Retry   1
 
94
Master_Log_File 
 
95
Read_Master_Log_Pos     #
 
96
Relay_Log_File  #
 
97
Relay_Log_Pos   #
 
98
Relay_Master_Log_File   
 
99
Slave_IO_Running        No
 
100
Slave_SQL_Running       No
 
101
Replicate_Do_DB 
 
102
Replicate_Ignore_DB     
 
103
Replicate_Do_Table      
 
104
Replicate_Ignore_Table  #
 
105
Replicate_Wild_Do_Table 
 
106
Replicate_Wild_Ignore_Table     
 
107
Last_Errno      0
 
108
Last_Error      
 
109
Skip_Counter    0
 
110
Exec_Master_Log_Pos     #
 
111
Relay_Log_Space #
 
112
Until_Condition None
 
113
Until_Log_File  
 
114
Until_Log_Pos   0
 
115
Master_SSL_Allowed      No
 
116
Master_SSL_CA_File      
 
117
Master_SSL_CA_Path      
 
118
Master_SSL_Cert 
 
119
Master_SSL_Cipher       
 
120
Master_SSL_Key  
 
121
Seconds_Behind_Master   #
 
122
Master_SSL_Verify_Server_Cert   No
 
123
Last_IO_Errno   #
 
124
Last_IO_Error   #
 
125
Last_SQL_Errno  0
 
126
Last_SQL_Error  
 
127
change master to master_user='root';
 
128
start slave;
 
129
SHOW SLAVE STATUS;
 
130
Slave_IO_State  #
 
131
Master_Host     127.0.0.1
 
132
Master_User     root
 
133
Master_Port     MASTER_PORT
 
134
Connect_Retry   1
 
135
Master_Log_File master-bin.000001
 
136
Read_Master_Log_Pos     #
 
137
Relay_Log_File  #
 
138
Relay_Log_Pos   #
 
139
Relay_Master_Log_File   master-bin.000001
 
140
Slave_IO_Running        Yes
 
141
Slave_SQL_Running       Yes
 
142
Replicate_Do_DB 
 
143
Replicate_Ignore_DB     
 
144
Replicate_Do_Table      
 
145
Replicate_Ignore_Table  #
 
146
Replicate_Wild_Do_Table 
 
147
Replicate_Wild_Ignore_Table     
 
148
Last_Errno      0
 
149
Last_Error      
 
150
Skip_Counter    0
 
151
Exec_Master_Log_Pos     #
 
152
Relay_Log_Space #
 
153
Until_Condition None
 
154
Until_Log_File  
 
155
Until_Log_Pos   0
 
156
Master_SSL_Allowed      No
 
157
Master_SSL_CA_File      
 
158
Master_SSL_CA_Path      
 
159
Master_SSL_Cert 
 
160
Master_SSL_Cipher       
 
161
Master_SSL_Key  
 
162
Seconds_Behind_Master   #
 
163
Master_SSL_Verify_Server_Cert   No
 
164
Last_IO_Errno   #
 
165
Last_IO_Error   #
 
166
Last_SQL_Errno  0
 
167
Last_SQL_Error  
 
168
stop slave;
 
169
reset slave;
 
170
start slave;
 
171
create temporary table t1 (a int);
 
172
stop slave;
 
173
reset slave;
 
174
start slave;
 
175
show status like 'slave_open_temp_tables';
 
176
Variable_name   Value
 
177
Slave_open_temp_tables  0