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

« back to all changes in this revision

Viewing changes to mysql-test/suite/rpl/r/rpl_row_tabledefs_3innodb.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:
118
118
SELECT * FROM t2;
119
119
a
120
120
2
121
 
SHOW SLAVE STATUS;
122
 
Slave_IO_State  #
123
 
Master_Host     127.0.0.1
124
 
Master_User     root
125
 
Master_Port     #
126
 
Connect_Retry   1
127
 
Master_Log_File master-bin.000001
128
 
Read_Master_Log_Pos     #
129
 
Relay_Log_File  #
130
 
Relay_Log_Pos   #
131
 
Relay_Master_Log_File   master-bin.000001
132
 
Slave_IO_Running        Yes
133
 
Slave_SQL_Running       Yes
134
 
Replicate_Do_DB 
135
 
Replicate_Ignore_DB     
136
 
Replicate_Do_Table      
137
 
Replicate_Ignore_Table  
138
 
Replicate_Wild_Do_Table 
139
 
Replicate_Wild_Ignore_Table     
140
 
Last_Errno      0
141
 
Last_Error      <Last_Error>
142
 
Skip_Counter    0
143
 
Exec_Master_Log_Pos     #
144
 
Relay_Log_Space #
145
 
Until_Condition None
146
 
Until_Log_File  
147
 
Until_Log_Pos   0
148
 
Master_SSL_Allowed      No
149
 
Master_SSL_CA_File      
150
 
Master_SSL_CA_Path      
151
 
Master_SSL_Cert 
152
 
Master_SSL_Cipher       
153
 
Master_SSL_Key  
154
 
Seconds_Behind_Master   #
155
 
Master_SSL_Verify_Server_Cert   No
156
 
Last_IO_Errno   <Last_IO_Errno>
157
 
Last_IO_Error   <Last_IO_Error>
158
 
Last_SQL_Errno  0
159
 
Last_SQL_Error  <Last_SQL_Error>
 
121
Checking that both slave threads are running.
160
122
INSERT INTO t9 VALUES (4);
161
123
INSERT INTO t4 VALUES (4);
162
 
SHOW SLAVE STATUS;
163
 
Slave_IO_State  #
164
 
Master_Host     127.0.0.1
165
 
Master_User     root
166
 
Master_Port     #
167
 
Connect_Retry   1
168
 
Master_Log_File master-bin.000001
169
 
Read_Master_Log_Pos     #
170
 
Relay_Log_File  #
171
 
Relay_Log_Pos   #
172
 
Relay_Master_Log_File   master-bin.000001
173
 
Slave_IO_Running        Yes
174
 
Slave_SQL_Running       No
175
 
Replicate_Do_DB 
176
 
Replicate_Ignore_DB     
177
 
Replicate_Do_Table      
178
 
Replicate_Ignore_Table  
179
 
Replicate_Wild_Do_Table 
180
 
Replicate_Wild_Ignore_Table     
181
 
Last_Errno      1535
182
 
Last_Error      <Last_Error>
183
 
Skip_Counter    0
184
 
Exec_Master_Log_Pos     #
185
 
Relay_Log_Space #
186
 
Until_Condition None
187
 
Until_Log_File  
188
 
Until_Log_Pos   0
189
 
Master_SSL_Allowed      No
190
 
Master_SSL_CA_File      
191
 
Master_SSL_CA_Path      
192
 
Master_SSL_Cert 
193
 
Master_SSL_Cipher       
194
 
Master_SSL_Key  
195
 
Seconds_Behind_Master   #
196
 
Master_SSL_Verify_Server_Cert   No
197
 
Last_IO_Errno   <Last_IO_Errno>
198
 
Last_IO_Error   <Last_IO_Error>
199
 
Last_SQL_Errno  1535
200
 
Last_SQL_Error  <Last_SQL_Error>
201
 
SET GLOBAL SQL_SLAVE_SKIP_COUNTER=2;
202
 
START SLAVE;
 
124
--source include/wait_for_slave_sql_error_and_skip.inc
 
125
Last_SQL_Error = Table definition on master and slave does not match: Column 0 type mismatch - received type 3, test.t4 has type 4
 
126
SET GLOBAL SQL_SLAVE_SKIP_COUNTER= 2;
 
127
include/start_slave.inc
203
128
INSERT INTO t9 VALUES (5);
204
129
INSERT INTO t5 VALUES (5,10,25);
205
 
SHOW SLAVE STATUS;
206
 
Slave_IO_State  #
207
 
Master_Host     127.0.0.1
208
 
Master_User     root
209
 
Master_Port     #
210
 
Connect_Retry   1
211
 
Master_Log_File master-bin.000001
212
 
Read_Master_Log_Pos     #
213
 
Relay_Log_File  #
214
 
Relay_Log_Pos   #
215
 
Relay_Master_Log_File   master-bin.000001
216
 
Slave_IO_Running        Yes
217
 
Slave_SQL_Running       No
218
 
Replicate_Do_DB 
219
 
Replicate_Ignore_DB     
220
 
Replicate_Do_Table      
221
 
Replicate_Ignore_Table  
222
 
Replicate_Wild_Do_Table 
223
 
Replicate_Wild_Ignore_Table     
224
 
Last_Errno      1535
225
 
Last_Error      <Last_Error>
226
 
Skip_Counter    0
227
 
Exec_Master_Log_Pos     #
228
 
Relay_Log_Space #
229
 
Until_Condition None
230
 
Until_Log_File  
231
 
Until_Log_Pos   0
232
 
Master_SSL_Allowed      No
233
 
Master_SSL_CA_File      
234
 
Master_SSL_CA_Path      
235
 
Master_SSL_Cert 
236
 
Master_SSL_Cipher       
237
 
Master_SSL_Key  
238
 
Seconds_Behind_Master   #
239
 
Master_SSL_Verify_Server_Cert   No
240
 
Last_IO_Errno   <Last_IO_Errno>
241
 
Last_IO_Error   <Last_IO_Error>
242
 
Last_SQL_Errno  1535
243
 
Last_SQL_Error  <Last_SQL_Error>
244
 
SET GLOBAL SQL_SLAVE_SKIP_COUNTER=2;
245
 
START SLAVE;
 
130
--source include/wait_for_slave_sql_error_and_skip.inc
 
131
Last_SQL_Error = Table definition on master and slave does not match: Column 1 type mismatch - received type 3, test.t5 has type 4
 
132
SET GLOBAL SQL_SLAVE_SKIP_COUNTER= 2;
 
133
include/start_slave.inc
246
134
INSERT INTO t9 VALUES (6);
247
135
INSERT INTO t6 VALUES (6,12,36);
248
 
SHOW SLAVE STATUS;
249
 
Slave_IO_State  #
250
 
Master_Host     127.0.0.1
251
 
Master_User     root
252
 
Master_Port     #
253
 
Connect_Retry   1
254
 
Master_Log_File master-bin.000001
255
 
Read_Master_Log_Pos     #
256
 
Relay_Log_File  #
257
 
Relay_Log_Pos   #
258
 
Relay_Master_Log_File   master-bin.000001
259
 
Slave_IO_Running        Yes
260
 
Slave_SQL_Running       No
261
 
Replicate_Do_DB 
262
 
Replicate_Ignore_DB     
263
 
Replicate_Do_Table      
264
 
Replicate_Ignore_Table  
265
 
Replicate_Wild_Do_Table 
266
 
Replicate_Wild_Ignore_Table     
267
 
Last_Errno      1535
268
 
Last_Error      <Last_Error>
269
 
Skip_Counter    0
270
 
Exec_Master_Log_Pos     #
271
 
Relay_Log_Space #
272
 
Until_Condition None
273
 
Until_Log_File  
274
 
Until_Log_Pos   0
275
 
Master_SSL_Allowed      No
276
 
Master_SSL_CA_File      
277
 
Master_SSL_CA_Path      
278
 
Master_SSL_Cert 
279
 
Master_SSL_Cipher       
280
 
Master_SSL_Key  
281
 
Seconds_Behind_Master   #
282
 
Master_SSL_Verify_Server_Cert   No
283
 
Last_IO_Errno   <Last_IO_Errno>
284
 
Last_IO_Error   <Last_IO_Error>
285
 
Last_SQL_Errno  1535
286
 
Last_SQL_Error  <Last_SQL_Error>
287
 
SET GLOBAL SQL_SLAVE_SKIP_COUNTER=2;
288
 
START SLAVE;
 
136
--source include/wait_for_slave_sql_error_and_skip.inc
 
137
Last_SQL_Error = Table definition on master and slave does not match: Column 2 type mismatch - received type 3, test.t6 has type 4
 
138
SET GLOBAL SQL_SLAVE_SKIP_COUNTER= 2;
 
139
include/start_slave.inc
289
140
INSERT INTO t9 VALUES (6);
290
 
SHOW SLAVE STATUS;
291
 
Slave_IO_State  #
292
 
Master_Host     127.0.0.1
293
 
Master_User     root
294
 
Master_Port     #
295
 
Connect_Retry   1
296
 
Master_Log_File master-bin.000001
297
 
Read_Master_Log_Pos     #
298
 
Relay_Log_File  #
299
 
Relay_Log_Pos   #
300
 
Relay_Master_Log_File   master-bin.000001
301
 
Slave_IO_Running        Yes
302
 
Slave_SQL_Running       Yes
303
 
Replicate_Do_DB 
304
 
Replicate_Ignore_DB     
305
 
Replicate_Do_Table      
306
 
Replicate_Ignore_Table  
307
 
Replicate_Wild_Do_Table 
308
 
Replicate_Wild_Ignore_Table     
309
 
Last_Errno      0
310
 
Last_Error      <Last_Error>
311
 
Skip_Counter    0
312
 
Exec_Master_Log_Pos     #
313
 
Relay_Log_Space #
314
 
Until_Condition None
315
 
Until_Log_File  
316
 
Until_Log_Pos   0
317
 
Master_SSL_Allowed      No
318
 
Master_SSL_CA_File      
319
 
Master_SSL_CA_Path      
320
 
Master_SSL_Cert 
321
 
Master_SSL_Cipher       
322
 
Master_SSL_Key  
323
 
Seconds_Behind_Master   #
324
 
Master_SSL_Verify_Server_Cert   No
325
 
Last_IO_Errno   <Last_IO_Errno>
326
 
Last_IO_Error   <Last_IO_Error>
327
 
Last_SQL_Errno  0
328
 
Last_SQL_Error  <Last_SQL_Error>
 
141
Checking that both slave threads are running.
329
142
INSERT INTO t7 VALUES (1),(2),(3);
330
143
INSERT INTO t8 VALUES (1),(2),(3);
331
144
SELECT * FROM t7 ORDER BY a;