~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_colSize.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:
18
18
RESET MASTER;
19
19
INSERT INTO t1 VALUES (901251.90125);
20
20
START SLAVE;
21
 
SHOW SLAVE STATUS;
22
 
Slave_IO_State  #
23
 
Master_Host     127.0.0.1
24
 
Master_User     root
25
 
Master_Port     #
26
 
Connect_Retry   1
27
 
Master_Log_File master-bin.000001
28
 
Read_Master_Log_Pos     #
29
 
Relay_Log_File  #
30
 
Relay_Log_Pos   #
31
 
Relay_Master_Log_File   master-bin.000001
32
 
Slave_IO_Running        Yes
33
 
Slave_SQL_Running       No
34
 
Replicate_Do_DB 
35
 
Replicate_Ignore_DB     
36
 
Replicate_Do_Table      
37
 
Replicate_Ignore_Table  #
38
 
Replicate_Wild_Do_Table 
39
 
Replicate_Wild_Ignore_Table     
40
 
Last_Errno      1535
41
 
Last_Error      Table definition on master and slave does not match: Column 0 size mismatch - master has size 10, test.t1 on slave has size 3. Master's column size should be <= the slave's column size.
42
 
Skip_Counter    0
43
 
Exec_Master_Log_Pos     #
44
 
Relay_Log_Space #
45
 
Until_Condition None
46
 
Until_Log_File  
47
 
Until_Log_Pos   0
48
 
Master_SSL_Allowed      No
49
 
Master_SSL_CA_File      
50
 
Master_SSL_CA_Path      
51
 
Master_SSL_Cert 
52
 
Master_SSL_Cipher       
53
 
Master_SSL_Key  
54
 
Seconds_Behind_Master   #
55
 
Master_SSL_Verify_Server_Cert   No
56
 
Last_IO_Errno   #
57
 
Last_IO_Error   #
58
 
Last_SQL_Errno  1535
59
 
Last_SQL_Error  Table definition on master and slave does not match: Column 0 size mismatch - master has size 10, test.t1 on slave has size 3. Master's column size should be <= the slave's column size.
 
21
Last_SQL_Error = Table definition on master and slave does not match: Column 0 size mismatch - master has size 10, test.t1 on slave has size 3. Master's column size should be <= the slave's column size.
60
22
SELECT COUNT(*) FROM t1;
61
23
COUNT(*)
62
24
0
72
34
RESET MASTER;
73
35
INSERT INTO t1 VALUES (901251.90125);
74
36
START SLAVE;
75
 
SHOW SLAVE STATUS;
76
 
Slave_IO_State  #
77
 
Master_Host     127.0.0.1
78
 
Master_User     root
79
 
Master_Port     #
80
 
Connect_Retry   1
81
 
Master_Log_File master-bin.000001
82
 
Read_Master_Log_Pos     #
83
 
Relay_Log_File  #
84
 
Relay_Log_Pos   #
85
 
Relay_Master_Log_File   master-bin.000001
86
 
Slave_IO_Running        Yes
87
 
Slave_SQL_Running       No
88
 
Replicate_Do_DB 
89
 
Replicate_Ignore_DB     
90
 
Replicate_Do_Table      
91
 
Replicate_Ignore_Table  #
92
 
Replicate_Wild_Do_Table 
93
 
Replicate_Wild_Ignore_Table     
94
 
Last_Errno      1535
95
 
Last_Error      Table definition on master and slave does not match: Column 0 size mismatch - master has size 12, test.t1 on slave has size 12. Master's column size should be <= the slave's column size.
96
 
Skip_Counter    0
97
 
Exec_Master_Log_Pos     #
98
 
Relay_Log_Space #
99
 
Until_Condition None
100
 
Until_Log_File  
101
 
Until_Log_Pos   0
102
 
Master_SSL_Allowed      No
103
 
Master_SSL_CA_File      
104
 
Master_SSL_CA_Path      
105
 
Master_SSL_Cert 
106
 
Master_SSL_Cipher       
107
 
Master_SSL_Key  
108
 
Seconds_Behind_Master   #
109
 
Master_SSL_Verify_Server_Cert   No
110
 
Last_IO_Errno   #
111
 
Last_IO_Error   #
112
 
Last_SQL_Errno  1535
113
 
Last_SQL_Error  Table definition on master and slave does not match: Column 0 size mismatch - master has size 12, test.t1 on slave has size 12. Master's column size should be <= the slave's column size.
 
37
Last_SQL_Error = Table definition on master and slave does not match: Column 0 size mismatch - master has size 12, test.t1 on slave has size 12. Master's column size should be <= the slave's column size.
114
38
SELECT COUNT(*) FROM t1;
115
39
COUNT(*)
116
40
0
126
50
RESET MASTER;
127
51
INSERT INTO t1 VALUES (901251.90125);
128
52
START SLAVE;
129
 
SHOW SLAVE STATUS;
130
 
Slave_IO_State  #
131
 
Master_Host     127.0.0.1
132
 
Master_User     root
133
 
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       No
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      1535
149
 
Last_Error      Table definition on master and slave does not match: Column 0 size mismatch - master has size 10, test.t1 on slave has size 3. Master's column size should be <= the slave's column size.
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  1535
167
 
Last_SQL_Error  Table definition on master and slave does not match: Column 0 size mismatch - master has size 10, test.t1 on slave has size 3. Master's column size should be <= the slave's column size.
 
53
Last_SQL_Error = Table definition on master and slave does not match: Column 0 size mismatch - master has size 10, test.t1 on slave has size 3. Master's column size should be <= the slave's column size.
168
54
SELECT COUNT(*) FROM t1;
169
55
COUNT(*)
170
56
0
181
67
RESET MASTER;
182
68
INSERT INTO t1 VALUES (901251.90125);
183
69
START SLAVE;
184
 
SHOW SLAVE STATUS;
185
 
Slave_IO_State  #
186
 
Master_Host     127.0.0.1
187
 
Master_User     root
188
 
Master_Port     #
189
 
Connect_Retry   1
190
 
Master_Log_File master-bin.000001
191
 
Read_Master_Log_Pos     #
192
 
Relay_Log_File  #
193
 
Relay_Log_Pos   #
194
 
Relay_Master_Log_File   master-bin.000001
195
 
Slave_IO_Running        Yes
196
 
Slave_SQL_Running       No
197
 
Replicate_Do_DB 
198
 
Replicate_Ignore_DB     
199
 
Replicate_Do_Table      
200
 
Replicate_Ignore_Table  #
201
 
Replicate_Wild_Do_Table 
202
 
Replicate_Wild_Ignore_Table     
203
 
Last_Errno      1535
204
 
Last_Error      Table definition on master and slave does not match: Column 0 type mismatch - received type 5, test.t1 has type 4
205
 
Skip_Counter    0
206
 
Exec_Master_Log_Pos     #
207
 
Relay_Log_Space #
208
 
Until_Condition None
209
 
Until_Log_File  
210
 
Until_Log_Pos   0
211
 
Master_SSL_Allowed      No
212
 
Master_SSL_CA_File      
213
 
Master_SSL_CA_Path      
214
 
Master_SSL_Cert 
215
 
Master_SSL_Cipher       
216
 
Master_SSL_Key  
217
 
Seconds_Behind_Master   #
218
 
Master_SSL_Verify_Server_Cert   No
219
 
Last_IO_Errno   #
220
 
Last_IO_Error   #
221
 
Last_SQL_Errno  1535
222
 
Last_SQL_Error  Table definition on master and slave does not match: Column 0 type mismatch - received type 5, test.t1 has type 4
 
70
Last_SQL_Error = Table definition on master and slave does not match: Column 0 type mismatch - received type 5, test.t1 has type 4
223
71
SELECT COUNT(*) FROM t1;
224
72
COUNT(*)
225
73
0
236
84
RESET MASTER;
237
85
INSERT INTO t1 VALUES (B'10101');
238
86
START SLAVE;
239
 
SHOW SLAVE STATUS;
240
 
Slave_IO_State  #
241
 
Master_Host     127.0.0.1
242
 
Master_User     root
243
 
Master_Port     #
244
 
Connect_Retry   1
245
 
Master_Log_File master-bin.000001
246
 
Read_Master_Log_Pos     #
247
 
Relay_Log_File  #
248
 
Relay_Log_Pos   #
249
 
Relay_Master_Log_File   master-bin.000001
250
 
Slave_IO_Running        Yes
251
 
Slave_SQL_Running       No
252
 
Replicate_Do_DB 
253
 
Replicate_Ignore_DB     
254
 
Replicate_Do_Table      
255
 
Replicate_Ignore_Table  #
256
 
Replicate_Wild_Do_Table 
257
 
Replicate_Wild_Ignore_Table     
258
 
Last_Errno      1535
259
 
Last_Error      Table definition on master and slave does not match: Column 0 size mismatch - master has size 8, test.t1 on slave has size 1. Master's column size should be <= the slave's column size.
260
 
Skip_Counter    0
261
 
Exec_Master_Log_Pos     #
262
 
Relay_Log_Space #
263
 
Until_Condition None
264
 
Until_Log_File  
265
 
Until_Log_Pos   0
266
 
Master_SSL_Allowed      No
267
 
Master_SSL_CA_File      
268
 
Master_SSL_CA_Path      
269
 
Master_SSL_Cert 
270
 
Master_SSL_Cipher       
271
 
Master_SSL_Key  
272
 
Seconds_Behind_Master   #
273
 
Master_SSL_Verify_Server_Cert   No
274
 
Last_IO_Errno   #
275
 
Last_IO_Error   #
276
 
Last_SQL_Errno  1535
277
 
Last_SQL_Error  Table definition on master and slave does not match: Column 0 size mismatch - master has size 8, test.t1 on slave has size 1. Master's column size should be <= the slave's column size.
 
87
Last_SQL_Error = Table definition on master and slave does not match: Column 0 size mismatch - master has size 8, test.t1 on slave has size 1. Master's column size should be <= the slave's column size.
278
88
SELECT COUNT(*) FROM t1;
279
89
COUNT(*)
280
90
0
290
100
RESET MASTER;
291
101
INSERT INTO t1 VALUES (B'10101');
292
102
START SLAVE;
293
 
SHOW SLAVE STATUS;
294
 
Slave_IO_State  #
295
 
Master_Host     127.0.0.1
296
 
Master_User     root
297
 
Master_Port     #
298
 
Connect_Retry   1
299
 
Master_Log_File master-bin.000001
300
 
Read_Master_Log_Pos     #
301
 
Relay_Log_File  #
302
 
Relay_Log_Pos   #
303
 
Relay_Master_Log_File   master-bin.000001
304
 
Slave_IO_Running        Yes
305
 
Slave_SQL_Running       No
306
 
Replicate_Do_DB 
307
 
Replicate_Ignore_DB     
308
 
Replicate_Do_Table      
309
 
Replicate_Ignore_Table  #
310
 
Replicate_Wild_Do_Table 
311
 
Replicate_Wild_Ignore_Table     
312
 
Last_Errno      1535
313
 
Last_Error      Table definition on master and slave does not match: Column 0 size mismatch - master has size 2, test.t1 on slave has size 2. Master's column size should be <= the slave's column size.
314
 
Skip_Counter    0
315
 
Exec_Master_Log_Pos     #
316
 
Relay_Log_Space #
317
 
Until_Condition None
318
 
Until_Log_File  
319
 
Until_Log_Pos   0
320
 
Master_SSL_Allowed      No
321
 
Master_SSL_CA_File      
322
 
Master_SSL_CA_Path      
323
 
Master_SSL_Cert 
324
 
Master_SSL_Cipher       
325
 
Master_SSL_Key  
326
 
Seconds_Behind_Master   #
327
 
Master_SSL_Verify_Server_Cert   No
328
 
Last_IO_Errno   #
329
 
Last_IO_Error   #
330
 
Last_SQL_Errno  1535
331
 
Last_SQL_Error  Table definition on master and slave does not match: Column 0 size mismatch - master has size 2, test.t1 on slave has size 2. Master's column size should be <= the slave's column size.
 
103
Last_SQL_Error = Table definition on master and slave does not match: Column 0 size mismatch - master has size 2, test.t1 on slave has size 2. Master's column size should be <= the slave's column size.
332
104
SELECT COUNT(*) FROM t1;
333
105
COUNT(*)
334
106
0
345
117
RESET MASTER;
346
118
INSERT INTO t1 VALUES ('4');
347
119
START SLAVE;
348
 
SHOW SLAVE STATUS;
349
 
Slave_IO_State  #
350
 
Master_Host     127.0.0.1
351
 
Master_User     root
352
 
Master_Port     #
353
 
Connect_Retry   1
354
 
Master_Log_File master-bin.000001
355
 
Read_Master_Log_Pos     #
356
 
Relay_Log_File  #
357
 
Relay_Log_Pos   #
358
 
Relay_Master_Log_File   master-bin.000001
359
 
Slave_IO_Running        Yes
360
 
Slave_SQL_Running       No
361
 
Replicate_Do_DB 
362
 
Replicate_Ignore_DB     
363
 
Replicate_Do_Table      
364
 
Replicate_Ignore_Table  #
365
 
Replicate_Wild_Do_Table 
366
 
Replicate_Wild_Ignore_Table     
367
 
Last_Errno      1535
368
 
Last_Error      Table definition on master and slave does not match: Column 0 size mismatch - master has size 2, test.t1 on slave has size 1. Master's column size should be <= the slave's column size.
369
 
Skip_Counter    0
370
 
Exec_Master_Log_Pos     #
371
 
Relay_Log_Space #
372
 
Until_Condition None
373
 
Until_Log_File  
374
 
Until_Log_Pos   0
375
 
Master_SSL_Allowed      No
376
 
Master_SSL_CA_File      
377
 
Master_SSL_CA_Path      
378
 
Master_SSL_Cert 
379
 
Master_SSL_Cipher       
380
 
Master_SSL_Key  
381
 
Seconds_Behind_Master   #
382
 
Master_SSL_Verify_Server_Cert   No
383
 
Last_IO_Errno   #
384
 
Last_IO_Error   #
385
 
Last_SQL_Errno  1535
386
 
Last_SQL_Error  Table definition on master and slave does not match: Column 0 size mismatch - master has size 2, test.t1 on slave has size 1. Master's column size should be <= the slave's column size.
 
120
Last_SQL_Error = Table definition on master and slave does not match: Column 0 size mismatch - master has size 2, test.t1 on slave has size 1. Master's column size should be <= the slave's column size.
387
121
SELECT COUNT(*) FROM t1;
388
122
COUNT(*)
389
123
0
400
134
RESET MASTER;
401
135
INSERT INTO t1 VALUES ('This is a test.');
402
136
START SLAVE;
403
 
SHOW SLAVE STATUS;
404
 
Slave_IO_State  #
405
 
Master_Host     127.0.0.1
406
 
Master_User     root
407
 
Master_Port     #
408
 
Connect_Retry   1
409
 
Master_Log_File master-bin.000001
410
 
Read_Master_Log_Pos     #
411
 
Relay_Log_File  #
412
 
Relay_Log_Pos   #
413
 
Relay_Master_Log_File   master-bin.000001
414
 
Slave_IO_Running        Yes
415
 
Slave_SQL_Running       No
416
 
Replicate_Do_DB 
417
 
Replicate_Ignore_DB     
418
 
Replicate_Do_Table      
419
 
Replicate_Ignore_Table  #
420
 
Replicate_Wild_Do_Table 
421
 
Replicate_Wild_Ignore_Table     
422
 
Last_Errno      1535
423
 
Last_Error      Table definition on master and slave does not match: Column 0 size mismatch - master has size 20, test.t1 on slave has size 11. Master's column size should be <= the slave's column size.
424
 
Skip_Counter    0
425
 
Exec_Master_Log_Pos     #
426
 
Relay_Log_Space #
427
 
Until_Condition None
428
 
Until_Log_File  
429
 
Until_Log_Pos   0
430
 
Master_SSL_Allowed      No
431
 
Master_SSL_CA_File      
432
 
Master_SSL_CA_Path      
433
 
Master_SSL_Cert 
434
 
Master_SSL_Cipher       
435
 
Master_SSL_Key  
436
 
Seconds_Behind_Master   #
437
 
Master_SSL_Verify_Server_Cert   No
438
 
Last_IO_Errno   #
439
 
Last_IO_Error   #
440
 
Last_SQL_Errno  1535
441
 
Last_SQL_Error  Table definition on master and slave does not match: Column 0 size mismatch - master has size 20, test.t1 on slave has size 11. Master's column size should be <= the slave's column size.
 
137
Last_SQL_Error = Table definition on master and slave does not match: Column 0 size mismatch - master has size 20, test.t1 on slave has size 11. Master's column size should be <= the slave's column size.
442
138
SELECT COUNT(*) FROM t1;
443
139
COUNT(*)
444
140
0
486
182
RESET MASTER;
487
183
INSERT INTO t1 VALUES ('44');
488
184
START SLAVE;
489
 
SHOW SLAVE STATUS;
490
 
Slave_IO_State  #
491
 
Master_Host     127.0.0.1
492
 
Master_User     root
493
 
Master_Port     #
494
 
Connect_Retry   1
495
 
Master_Log_File master-bin.000001
496
 
Read_Master_Log_Pos     #
497
 
Relay_Log_File  #
498
 
Relay_Log_Pos   #
499
 
Relay_Master_Log_File   master-bin.000001
500
 
Slave_IO_Running        Yes
501
 
Slave_SQL_Running       No
502
 
Replicate_Do_DB 
503
 
Replicate_Ignore_DB     
504
 
Replicate_Do_Table      
505
 
Replicate_Ignore_Table  #
506
 
Replicate_Wild_Do_Table 
507
 
Replicate_Wild_Ignore_Table     
508
 
Last_Errno      1535
509
 
Last_Error      Table definition on master and slave does not match: Column 0 size mismatch - master has size 2, test.t1 on slave has size 1. Master's column size should be <= the slave's column size.
510
 
Skip_Counter    0
511
 
Exec_Master_Log_Pos     #
512
 
Relay_Log_Space #
513
 
Until_Condition None
514
 
Until_Log_File  
515
 
Until_Log_Pos   0
516
 
Master_SSL_Allowed      No
517
 
Master_SSL_CA_File      
518
 
Master_SSL_CA_Path      
519
 
Master_SSL_Cert 
520
 
Master_SSL_Cipher       
521
 
Master_SSL_Key  
522
 
Seconds_Behind_Master   #
523
 
Master_SSL_Verify_Server_Cert   No
524
 
Last_IO_Errno   #
525
 
Last_IO_Error   #
526
 
Last_SQL_Errno  1535
527
 
Last_SQL_Error  Table definition on master and slave does not match: Column 0 size mismatch - master has size 2, test.t1 on slave has size 1. Master's column size should be <= the slave's column size.
 
185
Last_SQL_Error = Table definition on master and slave does not match: Column 0 size mismatch - master has size 2, test.t1 on slave has size 1. Master's column size should be <= the slave's column size.
528
186
SELECT COUNT(*) FROM t1;
529
187
COUNT(*)
530
188
0
541
199
RESET MASTER;
542
200
INSERT INTO t1 VALUES ('This is a test.');
543
201
START SLAVE;
544
 
SHOW SLAVE STATUS;
545
 
Slave_IO_State  #
546
 
Master_Host     127.0.0.1
547
 
Master_User     root
548
 
Master_Port     #
549
 
Connect_Retry   1
550
 
Master_Log_File master-bin.000001
551
 
Read_Master_Log_Pos     #
552
 
Relay_Log_File  #
553
 
Relay_Log_Pos   #
554
 
Relay_Master_Log_File   master-bin.000001
555
 
Slave_IO_Running        Yes
556
 
Slave_SQL_Running       No
557
 
Replicate_Do_DB 
558
 
Replicate_Ignore_DB     
559
 
Replicate_Do_Table      
560
 
Replicate_Ignore_Table  #
561
 
Replicate_Wild_Do_Table 
562
 
Replicate_Wild_Ignore_Table     
563
 
Last_Errno      1535
564
 
Last_Error      Table definition on master and slave does not match: Column 0 size mismatch - master has size 2000, test.t1 on slave has size 100. Master's column size should be <= the slave's column size.
565
 
Skip_Counter    0
566
 
Exec_Master_Log_Pos     #
567
 
Relay_Log_Space #
568
 
Until_Condition None
569
 
Until_Log_File  
570
 
Until_Log_Pos   0
571
 
Master_SSL_Allowed      No
572
 
Master_SSL_CA_File      
573
 
Master_SSL_CA_Path      
574
 
Master_SSL_Cert 
575
 
Master_SSL_Cipher       
576
 
Master_SSL_Key  
577
 
Seconds_Behind_Master   #
578
 
Master_SSL_Verify_Server_Cert   No
579
 
Last_IO_Errno   #
580
 
Last_IO_Error   #
581
 
Last_SQL_Errno  1535
582
 
Last_SQL_Error  Table definition on master and slave does not match: Column 0 size mismatch - master has size 2000, test.t1 on slave has size 100. Master's column size should be <= the slave's column size.
 
202
Last_SQL_Error = Table definition on master and slave does not match: Column 0 size mismatch - master has size 2000, test.t1 on slave has size 100. Master's column size should be <= the slave's column size.
583
203
SELECT COUNT(*) FROM t1;
584
204
COUNT(*)
585
205
0
595
215
RESET MASTER;
596
216
INSERT INTO t1 VALUES ('This is a test.');
597
217
START SLAVE;
598
 
SHOW SLAVE STATUS;
599
 
Slave_IO_State  #
600
 
Master_Host     127.0.0.1
601
 
Master_User     root
602
 
Master_Port     #
603
 
Connect_Retry   1
604
 
Master_Log_File master-bin.000001
605
 
Read_Master_Log_Pos     #
606
 
Relay_Log_File  #
607
 
Relay_Log_Pos   #
608
 
Relay_Master_Log_File   master-bin.000001
609
 
Slave_IO_Running        Yes
610
 
Slave_SQL_Running       No
611
 
Replicate_Do_DB 
612
 
Replicate_Ignore_DB     
613
 
Replicate_Do_Table      
614
 
Replicate_Ignore_Table  #
615
 
Replicate_Wild_Do_Table 
616
 
Replicate_Wild_Ignore_Table     
617
 
Last_Errno      1535
618
 
Last_Error      Table definition on master and slave does not match: Column 0 size mismatch - master has size 200, test.t1 on slave has size 10. Master's column size should be <= the slave's column size.
619
 
Skip_Counter    0
620
 
Exec_Master_Log_Pos     #
621
 
Relay_Log_Space #
622
 
Until_Condition None
623
 
Until_Log_File  
624
 
Until_Log_Pos   0
625
 
Master_SSL_Allowed      No
626
 
Master_SSL_CA_File      
627
 
Master_SSL_CA_Path      
628
 
Master_SSL_Cert 
629
 
Master_SSL_Cipher       
630
 
Master_SSL_Key  
631
 
Seconds_Behind_Master   #
632
 
Master_SSL_Verify_Server_Cert   No
633
 
Last_IO_Errno   #
634
 
Last_IO_Error   #
635
 
Last_SQL_Errno  1535
636
 
Last_SQL_Error  Table definition on master and slave does not match: Column 0 size mismatch - master has size 200, test.t1 on slave has size 10. Master's column size should be <= the slave's column size.
 
218
Last_SQL_Error = Table definition on master and slave does not match: Column 0 size mismatch - master has size 200, test.t1 on slave has size 10. Master's column size should be <= the slave's column size.
637
219
SELECT COUNT(*) FROM t1;
638
220
COUNT(*)
639
221
0
649
231
RESET MASTER;
650
232
INSERT INTO t1 VALUES ('This is a test.');
651
233
START SLAVE;
652
 
SHOW SLAVE STATUS;
653
 
Slave_IO_State  #
654
 
Master_Host     127.0.0.1
655
 
Master_User     root
656
 
Master_Port     #
657
 
Connect_Retry   1
658
 
Master_Log_File master-bin.000001
659
 
Read_Master_Log_Pos     #
660
 
Relay_Log_File  #
661
 
Relay_Log_Pos   #
662
 
Relay_Master_Log_File   master-bin.000001
663
 
Slave_IO_Running        Yes
664
 
Slave_SQL_Running       No
665
 
Replicate_Do_DB 
666
 
Replicate_Ignore_DB     
667
 
Replicate_Do_Table      
668
 
Replicate_Ignore_Table  #
669
 
Replicate_Wild_Do_Table 
670
 
Replicate_Wild_Ignore_Table     
671
 
Last_Errno      1535
672
 
Last_Error      Table definition on master and slave does not match: Column 0 size mismatch - master has size 2000, test.t1 on slave has size 1000. Master's column size should be <= the slave's column size.
673
 
Skip_Counter    0
674
 
Exec_Master_Log_Pos     #
675
 
Relay_Log_Space #
676
 
Until_Condition None
677
 
Until_Log_File  
678
 
Until_Log_Pos   0
679
 
Master_SSL_Allowed      No
680
 
Master_SSL_CA_File      
681
 
Master_SSL_CA_Path      
682
 
Master_SSL_Cert 
683
 
Master_SSL_Cipher       
684
 
Master_SSL_Key  
685
 
Seconds_Behind_Master   #
686
 
Master_SSL_Verify_Server_Cert   No
687
 
Last_IO_Errno   #
688
 
Last_IO_Error   #
689
 
Last_SQL_Errno  1535
690
 
Last_SQL_Error  Table definition on master and slave does not match: Column 0 size mismatch - master has size 2000, test.t1 on slave has size 1000. Master's column size should be <= the slave's column size.
 
234
Last_SQL_Error = Table definition on master and slave does not match: Column 0 size mismatch - master has size 2000, test.t1 on slave has size 1000. Master's column size should be <= the slave's column size.
691
235
SELECT COUNT(*) FROM t1;
692
236
COUNT(*)
693
237
0
704
248
RESET MASTER;
705
249
INSERT INTO t1 VALUES ('This is a test.');
706
250
START SLAVE;
707
 
SHOW SLAVE STATUS;
708
 
Slave_IO_State  #
709
 
Master_Host     127.0.0.1
710
 
Master_User     root
711
 
Master_Port     #
712
 
Connect_Retry   1
713
 
Master_Log_File master-bin.000001
714
 
Read_Master_Log_Pos     #
715
 
Relay_Log_File  #
716
 
Relay_Log_Pos   #
717
 
Relay_Master_Log_File   master-bin.000001
718
 
Slave_IO_Running        Yes
719
 
Slave_SQL_Running       No
720
 
Replicate_Do_DB 
721
 
Replicate_Ignore_DB     
722
 
Replicate_Do_Table      
723
 
Replicate_Ignore_Table  #
724
 
Replicate_Wild_Do_Table 
725
 
Replicate_Wild_Ignore_Table     
726
 
Last_Errno      1535
727
 
Last_Error      Table definition on master and slave does not match: Column 0 size mismatch - master has size 4, test.t1 on slave has size 1. Master's column size should be <= the slave's column size.
728
 
Skip_Counter    0
729
 
Exec_Master_Log_Pos     #
730
 
Relay_Log_Space #
731
 
Until_Condition None
732
 
Until_Log_File  
733
 
Until_Log_Pos   0
734
 
Master_SSL_Allowed      No
735
 
Master_SSL_CA_File      
736
 
Master_SSL_CA_Path      
737
 
Master_SSL_Cert 
738
 
Master_SSL_Cipher       
739
 
Master_SSL_Key  
740
 
Seconds_Behind_Master   #
741
 
Master_SSL_Verify_Server_Cert   No
742
 
Last_IO_Errno   #
743
 
Last_IO_Error   #
744
 
Last_SQL_Errno  1535
745
 
Last_SQL_Error  Table definition on master and slave does not match: Column 0 size mismatch - master has size 4, test.t1 on slave has size 1. Master's column size should be <= the slave's column size.
 
251
Last_SQL_Error = Table definition on master and slave does not match: Column 0 size mismatch - master has size 4, test.t1 on slave has size 1. Master's column size should be <= the slave's column size.
746
252
SELECT COUNT(*) FROM t1;
747
253
COUNT(*)
748
254
0