1DROP TABLE IF EXISTS t,ti;
2SET SESSION DEFAULT_STORAGE_ENGINE="TokuDB";
3SET SESSION TOKUDB_DISABLE_SLOW_ALTER=1;
4CREATE TABLE t (a CHAR(1));
5INSERT INTO t VALUES ('hi');
6Warnings:
7Warning	1265	Data truncated for column 'a' at row 1
8INSERT INTO t VALUES ('there');
9Warnings:
10Warning	1265	Data truncated for column 'a' at row 1
11INSERT INTO t VALUES ('people');
12Warnings:
13Warning	1265	Data truncated for column 'a' at row 1
14ALTER TABLE t CHANGE COLUMN a b CHAR(2);
15ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
16ALTER TABLE t CHANGE COLUMN a b CHAR(3);
17ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
18ALTER TABLE t CHANGE COLUMN a b CHAR(4);
19ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
20ALTER TABLE t CHANGE COLUMN a b CHAR(5);
21ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
22ALTER TABLE t CHANGE COLUMN a b CHAR(6);
23ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
24ALTER TABLE t CHANGE COLUMN a b CHAR(7);
25ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
26ALTER TABLE t CHANGE COLUMN a b CHAR(8);
27ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
28ALTER TABLE t CHANGE COLUMN a b CHAR(9);
29ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
30ALTER TABLE t CHANGE COLUMN a b CHAR(10);
31ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
32ALTER TABLE t CHANGE COLUMN a b CHAR(11);
33ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
34ALTER TABLE t CHANGE COLUMN a b CHAR(12);
35ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
36ALTER TABLE t CHANGE COLUMN a b CHAR(13);
37ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
38ALTER TABLE t CHANGE COLUMN a b CHAR(14);
39ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
40ALTER TABLE t CHANGE COLUMN a b CHAR(15);
41ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
42ALTER TABLE t CHANGE COLUMN a b CHAR(16);
43ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
44ALTER TABLE t CHANGE COLUMN a b CHAR(17);
45ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
46ALTER TABLE t CHANGE COLUMN a b CHAR(18);
47ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
48ALTER TABLE t CHANGE COLUMN a b CHAR(19);
49ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
50ALTER TABLE t CHANGE COLUMN a b CHAR(20);
51ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
52ALTER TABLE t CHANGE COLUMN a b CHAR(21);
53ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
54ALTER TABLE t CHANGE COLUMN a b CHAR(22);
55ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
56ALTER TABLE t CHANGE COLUMN a b CHAR(23);
57ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
58ALTER TABLE t CHANGE COLUMN a b CHAR(24);
59ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
60ALTER TABLE t CHANGE COLUMN a b CHAR(25);
61ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
62ALTER TABLE t CHANGE COLUMN a b CHAR(26);
63ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
64ALTER TABLE t CHANGE COLUMN a b CHAR(27);
65ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
66ALTER TABLE t CHANGE COLUMN a b CHAR(28);
67ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
68ALTER TABLE t CHANGE COLUMN a b CHAR(29);
69ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
70ALTER TABLE t CHANGE COLUMN a b CHAR(30);
71ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
72ALTER TABLE t CHANGE COLUMN a b CHAR(31);
73ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
74ALTER TABLE t CHANGE COLUMN a b CHAR(32);
75ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
76ALTER TABLE t CHANGE COLUMN a b CHAR(33);
77ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
78ALTER TABLE t CHANGE COLUMN a b CHAR(34);
79ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
80ALTER TABLE t CHANGE COLUMN a b CHAR(35);
81ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
82ALTER TABLE t CHANGE COLUMN a b CHAR(36);
83ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
84ALTER TABLE t CHANGE COLUMN a b CHAR(37);
85ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
86ALTER TABLE t CHANGE COLUMN a b CHAR(38);
87ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
88ALTER TABLE t CHANGE COLUMN a b CHAR(39);
89ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
90ALTER TABLE t CHANGE COLUMN a b CHAR(40);
91ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
92ALTER TABLE t CHANGE COLUMN a b CHAR(41);
93ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
94ALTER TABLE t CHANGE COLUMN a b CHAR(42);
95ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
96ALTER TABLE t CHANGE COLUMN a b CHAR(43);
97ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
98ALTER TABLE t CHANGE COLUMN a b CHAR(44);
99ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
100ALTER TABLE t CHANGE COLUMN a b CHAR(45);
101ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
102ALTER TABLE t CHANGE COLUMN a b CHAR(46);
103ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
104ALTER TABLE t CHANGE COLUMN a b CHAR(47);
105ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
106ALTER TABLE t CHANGE COLUMN a b CHAR(48);
107ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
108ALTER TABLE t CHANGE COLUMN a b CHAR(49);
109ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
110ALTER TABLE t CHANGE COLUMN a b CHAR(50);
111ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
112ALTER TABLE t CHANGE COLUMN a b CHAR(51);
113ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
114ALTER TABLE t CHANGE COLUMN a b CHAR(52);
115ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
116ALTER TABLE t CHANGE COLUMN a b CHAR(53);
117ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
118ALTER TABLE t CHANGE COLUMN a b CHAR(54);
119ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
120ALTER TABLE t CHANGE COLUMN a b CHAR(55);
121ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
122ALTER TABLE t CHANGE COLUMN a b CHAR(56);
123ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
124ALTER TABLE t CHANGE COLUMN a b CHAR(57);
125ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
126ALTER TABLE t CHANGE COLUMN a b CHAR(58);
127ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
128ALTER TABLE t CHANGE COLUMN a b CHAR(59);
129ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
130ALTER TABLE t CHANGE COLUMN a b CHAR(60);
131ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
132ALTER TABLE t CHANGE COLUMN a b CHAR(61);
133ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
134ALTER TABLE t CHANGE COLUMN a b CHAR(62);
135ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
136ALTER TABLE t CHANGE COLUMN a b CHAR(63);
137ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
138ALTER TABLE t CHANGE COLUMN a b CHAR(64);
139ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
140ALTER TABLE t CHANGE COLUMN a b CHAR(65);
141ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
142ALTER TABLE t CHANGE COLUMN a b CHAR(66);
143ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
144ALTER TABLE t CHANGE COLUMN a b CHAR(67);
145ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
146ALTER TABLE t CHANGE COLUMN a b CHAR(68);
147ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
148ALTER TABLE t CHANGE COLUMN a b CHAR(69);
149ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
150ALTER TABLE t CHANGE COLUMN a b CHAR(70);
151ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
152ALTER TABLE t CHANGE COLUMN a b CHAR(71);
153ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
154ALTER TABLE t CHANGE COLUMN a b CHAR(72);
155ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
156ALTER TABLE t CHANGE COLUMN a b CHAR(73);
157ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
158ALTER TABLE t CHANGE COLUMN a b CHAR(74);
159ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
160ALTER TABLE t CHANGE COLUMN a b CHAR(75);
161ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
162ALTER TABLE t CHANGE COLUMN a b CHAR(76);
163ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
164ALTER TABLE t CHANGE COLUMN a b CHAR(77);
165ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
166ALTER TABLE t CHANGE COLUMN a b CHAR(78);
167ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
168ALTER TABLE t CHANGE COLUMN a b CHAR(79);
169ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
170ALTER TABLE t CHANGE COLUMN a b CHAR(80);
171ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
172ALTER TABLE t CHANGE COLUMN a b CHAR(81);
173ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
174ALTER TABLE t CHANGE COLUMN a b CHAR(82);
175ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
176ALTER TABLE t CHANGE COLUMN a b CHAR(83);
177ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
178ALTER TABLE t CHANGE COLUMN a b CHAR(84);
179ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
180ALTER TABLE t CHANGE COLUMN a b CHAR(85);
181ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
182ALTER TABLE t CHANGE COLUMN a b CHAR(86);
183ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
184ALTER TABLE t CHANGE COLUMN a b CHAR(87);
185ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
186ALTER TABLE t CHANGE COLUMN a b CHAR(88);
187ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
188ALTER TABLE t CHANGE COLUMN a b CHAR(89);
189ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
190ALTER TABLE t CHANGE COLUMN a b CHAR(90);
191ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
192ALTER TABLE t CHANGE COLUMN a b CHAR(91);
193ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
194ALTER TABLE t CHANGE COLUMN a b CHAR(92);
195ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
196ALTER TABLE t CHANGE COLUMN a b CHAR(93);
197ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
198ALTER TABLE t CHANGE COLUMN a b CHAR(94);
199ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
200ALTER TABLE t CHANGE COLUMN a b CHAR(95);
201ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
202ALTER TABLE t CHANGE COLUMN a b CHAR(96);
203ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
204ALTER TABLE t CHANGE COLUMN a b CHAR(97);
205ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
206ALTER TABLE t CHANGE COLUMN a b CHAR(98);
207ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
208ALTER TABLE t CHANGE COLUMN a b CHAR(99);
209ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
210ALTER TABLE t CHANGE COLUMN a b CHAR(100);
211ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
212ALTER TABLE t CHANGE COLUMN a b CHAR(101);
213ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
214ALTER TABLE t CHANGE COLUMN a b CHAR(102);
215ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
216ALTER TABLE t CHANGE COLUMN a b CHAR(103);
217ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
218ALTER TABLE t CHANGE COLUMN a b CHAR(104);
219ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
220ALTER TABLE t CHANGE COLUMN a b CHAR(105);
221ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
222ALTER TABLE t CHANGE COLUMN a b CHAR(106);
223ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
224ALTER TABLE t CHANGE COLUMN a b CHAR(107);
225ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
226ALTER TABLE t CHANGE COLUMN a b CHAR(108);
227ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
228ALTER TABLE t CHANGE COLUMN a b CHAR(109);
229ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
230ALTER TABLE t CHANGE COLUMN a b CHAR(110);
231ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
232ALTER TABLE t CHANGE COLUMN a b CHAR(111);
233ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
234ALTER TABLE t CHANGE COLUMN a b CHAR(112);
235ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
236ALTER TABLE t CHANGE COLUMN a b CHAR(113);
237ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
238ALTER TABLE t CHANGE COLUMN a b CHAR(114);
239ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
240ALTER TABLE t CHANGE COLUMN a b CHAR(115);
241ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
242ALTER TABLE t CHANGE COLUMN a b CHAR(116);
243ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
244ALTER TABLE t CHANGE COLUMN a b CHAR(117);
245ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
246ALTER TABLE t CHANGE COLUMN a b CHAR(118);
247ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
248ALTER TABLE t CHANGE COLUMN a b CHAR(119);
249ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
250ALTER TABLE t CHANGE COLUMN a b CHAR(120);
251ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
252ALTER TABLE t CHANGE COLUMN a b CHAR(121);
253ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
254ALTER TABLE t CHANGE COLUMN a b CHAR(122);
255ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
256ALTER TABLE t CHANGE COLUMN a b CHAR(123);
257ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
258ALTER TABLE t CHANGE COLUMN a b CHAR(124);
259ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
260ALTER TABLE t CHANGE COLUMN a b CHAR(125);
261ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
262ALTER TABLE t CHANGE COLUMN a b CHAR(126);
263ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
264ALTER TABLE t CHANGE COLUMN a b CHAR(127);
265ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
266ALTER TABLE t CHANGE COLUMN a b CHAR(128);
267ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
268ALTER TABLE t CHANGE COLUMN a b CHAR(129);
269ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
270ALTER TABLE t CHANGE COLUMN a b CHAR(130);
271ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
272ALTER TABLE t CHANGE COLUMN a b CHAR(131);
273ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
274ALTER TABLE t CHANGE COLUMN a b CHAR(132);
275ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
276ALTER TABLE t CHANGE COLUMN a b CHAR(133);
277ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
278ALTER TABLE t CHANGE COLUMN a b CHAR(134);
279ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
280ALTER TABLE t CHANGE COLUMN a b CHAR(135);
281ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
282ALTER TABLE t CHANGE COLUMN a b CHAR(136);
283ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
284ALTER TABLE t CHANGE COLUMN a b CHAR(137);
285ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
286ALTER TABLE t CHANGE COLUMN a b CHAR(138);
287ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
288ALTER TABLE t CHANGE COLUMN a b CHAR(139);
289ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
290ALTER TABLE t CHANGE COLUMN a b CHAR(140);
291ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
292ALTER TABLE t CHANGE COLUMN a b CHAR(141);
293ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
294ALTER TABLE t CHANGE COLUMN a b CHAR(142);
295ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
296ALTER TABLE t CHANGE COLUMN a b CHAR(143);
297ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
298ALTER TABLE t CHANGE COLUMN a b CHAR(144);
299ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
300ALTER TABLE t CHANGE COLUMN a b CHAR(145);
301ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
302ALTER TABLE t CHANGE COLUMN a b CHAR(146);
303ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
304ALTER TABLE t CHANGE COLUMN a b CHAR(147);
305ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
306ALTER TABLE t CHANGE COLUMN a b CHAR(148);
307ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
308ALTER TABLE t CHANGE COLUMN a b CHAR(149);
309ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
310ALTER TABLE t CHANGE COLUMN a b CHAR(150);
311ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
312ALTER TABLE t CHANGE COLUMN a b CHAR(151);
313ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
314ALTER TABLE t CHANGE COLUMN a b CHAR(152);
315ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
316ALTER TABLE t CHANGE COLUMN a b CHAR(153);
317ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
318ALTER TABLE t CHANGE COLUMN a b CHAR(154);
319ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
320ALTER TABLE t CHANGE COLUMN a b CHAR(155);
321ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
322ALTER TABLE t CHANGE COLUMN a b CHAR(156);
323ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
324ALTER TABLE t CHANGE COLUMN a b CHAR(157);
325ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
326ALTER TABLE t CHANGE COLUMN a b CHAR(158);
327ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
328ALTER TABLE t CHANGE COLUMN a b CHAR(159);
329ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
330ALTER TABLE t CHANGE COLUMN a b CHAR(160);
331ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
332ALTER TABLE t CHANGE COLUMN a b CHAR(161);
333ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
334ALTER TABLE t CHANGE COLUMN a b CHAR(162);
335ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
336ALTER TABLE t CHANGE COLUMN a b CHAR(163);
337ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
338ALTER TABLE t CHANGE COLUMN a b CHAR(164);
339ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
340ALTER TABLE t CHANGE COLUMN a b CHAR(165);
341ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
342ALTER TABLE t CHANGE COLUMN a b CHAR(166);
343ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
344ALTER TABLE t CHANGE COLUMN a b CHAR(167);
345ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
346ALTER TABLE t CHANGE COLUMN a b CHAR(168);
347ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
348ALTER TABLE t CHANGE COLUMN a b CHAR(169);
349ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
350ALTER TABLE t CHANGE COLUMN a b CHAR(170);
351ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
352ALTER TABLE t CHANGE COLUMN a b CHAR(171);
353ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
354ALTER TABLE t CHANGE COLUMN a b CHAR(172);
355ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
356ALTER TABLE t CHANGE COLUMN a b CHAR(173);
357ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
358ALTER TABLE t CHANGE COLUMN a b CHAR(174);
359ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
360ALTER TABLE t CHANGE COLUMN a b CHAR(175);
361ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
362ALTER TABLE t CHANGE COLUMN a b CHAR(176);
363ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
364ALTER TABLE t CHANGE COLUMN a b CHAR(177);
365ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
366ALTER TABLE t CHANGE COLUMN a b CHAR(178);
367ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
368ALTER TABLE t CHANGE COLUMN a b CHAR(179);
369ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
370ALTER TABLE t CHANGE COLUMN a b CHAR(180);
371ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
372ALTER TABLE t CHANGE COLUMN a b CHAR(181);
373ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
374ALTER TABLE t CHANGE COLUMN a b CHAR(182);
375ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
376ALTER TABLE t CHANGE COLUMN a b CHAR(183);
377ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
378ALTER TABLE t CHANGE COLUMN a b CHAR(184);
379ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
380ALTER TABLE t CHANGE COLUMN a b CHAR(185);
381ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
382ALTER TABLE t CHANGE COLUMN a b CHAR(186);
383ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
384ALTER TABLE t CHANGE COLUMN a b CHAR(187);
385ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
386ALTER TABLE t CHANGE COLUMN a b CHAR(188);
387ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
388ALTER TABLE t CHANGE COLUMN a b CHAR(189);
389ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
390ALTER TABLE t CHANGE COLUMN a b CHAR(190);
391ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
392ALTER TABLE t CHANGE COLUMN a b CHAR(191);
393ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
394ALTER TABLE t CHANGE COLUMN a b CHAR(192);
395ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
396ALTER TABLE t CHANGE COLUMN a b CHAR(193);
397ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
398ALTER TABLE t CHANGE COLUMN a b CHAR(194);
399ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
400ALTER TABLE t CHANGE COLUMN a b CHAR(195);
401ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
402ALTER TABLE t CHANGE COLUMN a b CHAR(196);
403ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
404ALTER TABLE t CHANGE COLUMN a b CHAR(197);
405ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
406ALTER TABLE t CHANGE COLUMN a b CHAR(198);
407ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
408ALTER TABLE t CHANGE COLUMN a b CHAR(199);
409ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
410ALTER TABLE t CHANGE COLUMN a b CHAR(200);
411ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
412ALTER TABLE t CHANGE COLUMN a b CHAR(201);
413ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
414ALTER TABLE t CHANGE COLUMN a b CHAR(202);
415ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
416ALTER TABLE t CHANGE COLUMN a b CHAR(203);
417ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
418ALTER TABLE t CHANGE COLUMN a b CHAR(204);
419ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
420ALTER TABLE t CHANGE COLUMN a b CHAR(205);
421ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
422ALTER TABLE t CHANGE COLUMN a b CHAR(206);
423ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
424ALTER TABLE t CHANGE COLUMN a b CHAR(207);
425ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
426ALTER TABLE t CHANGE COLUMN a b CHAR(208);
427ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
428ALTER TABLE t CHANGE COLUMN a b CHAR(209);
429ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
430ALTER TABLE t CHANGE COLUMN a b CHAR(210);
431ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
432ALTER TABLE t CHANGE COLUMN a b CHAR(211);
433ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
434ALTER TABLE t CHANGE COLUMN a b CHAR(212);
435ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
436ALTER TABLE t CHANGE COLUMN a b CHAR(213);
437ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
438ALTER TABLE t CHANGE COLUMN a b CHAR(214);
439ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
440ALTER TABLE t CHANGE COLUMN a b CHAR(215);
441ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
442ALTER TABLE t CHANGE COLUMN a b CHAR(216);
443ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
444ALTER TABLE t CHANGE COLUMN a b CHAR(217);
445ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
446ALTER TABLE t CHANGE COLUMN a b CHAR(218);
447ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
448ALTER TABLE t CHANGE COLUMN a b CHAR(219);
449ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
450ALTER TABLE t CHANGE COLUMN a b CHAR(220);
451ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
452ALTER TABLE t CHANGE COLUMN a b CHAR(221);
453ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
454ALTER TABLE t CHANGE COLUMN a b CHAR(222);
455ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
456ALTER TABLE t CHANGE COLUMN a b CHAR(223);
457ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
458ALTER TABLE t CHANGE COLUMN a b CHAR(224);
459ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
460ALTER TABLE t CHANGE COLUMN a b CHAR(225);
461ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
462ALTER TABLE t CHANGE COLUMN a b CHAR(226);
463ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
464ALTER TABLE t CHANGE COLUMN a b CHAR(227);
465ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
466ALTER TABLE t CHANGE COLUMN a b CHAR(228);
467ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
468ALTER TABLE t CHANGE COLUMN a b CHAR(229);
469ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
470ALTER TABLE t CHANGE COLUMN a b CHAR(230);
471ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
472ALTER TABLE t CHANGE COLUMN a b CHAR(231);
473ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
474ALTER TABLE t CHANGE COLUMN a b CHAR(232);
475ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
476ALTER TABLE t CHANGE COLUMN a b CHAR(233);
477ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
478ALTER TABLE t CHANGE COLUMN a b CHAR(234);
479ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
480ALTER TABLE t CHANGE COLUMN a b CHAR(235);
481ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
482ALTER TABLE t CHANGE COLUMN a b CHAR(236);
483ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
484ALTER TABLE t CHANGE COLUMN a b CHAR(237);
485ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
486ALTER TABLE t CHANGE COLUMN a b CHAR(238);
487ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
488ALTER TABLE t CHANGE COLUMN a b CHAR(239);
489ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
490ALTER TABLE t CHANGE COLUMN a b CHAR(240);
491ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
492ALTER TABLE t CHANGE COLUMN a b CHAR(241);
493ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
494ALTER TABLE t CHANGE COLUMN a b CHAR(242);
495ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
496ALTER TABLE t CHANGE COLUMN a b CHAR(243);
497ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
498ALTER TABLE t CHANGE COLUMN a b CHAR(244);
499ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
500ALTER TABLE t CHANGE COLUMN a b CHAR(245);
501ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
502ALTER TABLE t CHANGE COLUMN a b CHAR(246);
503ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
504ALTER TABLE t CHANGE COLUMN a b CHAR(247);
505ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
506ALTER TABLE t CHANGE COLUMN a b CHAR(248);
507ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
508ALTER TABLE t CHANGE COLUMN a b CHAR(249);
509ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
510ALTER TABLE t CHANGE COLUMN a b CHAR(250);
511ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
512ALTER TABLE t CHANGE COLUMN a b CHAR(251);
513ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
514ALTER TABLE t CHANGE COLUMN a b CHAR(252);
515ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
516ALTER TABLE t CHANGE COLUMN a b CHAR(253);
517ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
518ALTER TABLE t CHANGE COLUMN a b CHAR(254);
519ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
520ALTER TABLE t CHANGE COLUMN a b CHAR(255);
521ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
522DROP TABLE t;
523CREATE TABLE t (a CHAR(2));
524INSERT INTO t VALUES ('hi');
525INSERT INTO t VALUES ('there');
526Warnings:
527Warning	1265	Data truncated for column 'a' at row 1
528INSERT INTO t VALUES ('people');
529Warnings:
530Warning	1265	Data truncated for column 'a' at row 1
531CREATE TABLE ti LIKE t;
532ALTER TABLE ti ENGINE=myisam;
533INSERT INTO ti SELECT * FROM t;
534ALTER TABLE ti CHANGE COLUMN a b CHAR(2);
535ALTER TABLE ti CHANGE COLUMN b a CHAR(2);
536ALTER TABLE t CHANGE COLUMN a b CHAR(2);
537ALTER TABLE t CHANGE COLUMN b a CHAR(2);
538include/diff_tables.inc [test.t, test.ti]
539DROP TABLE ti;
540ALTER TABLE t CHANGE COLUMN a b CHAR(3);
541ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
542ALTER TABLE t CHANGE COLUMN a b CHAR(4);
543ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
544ALTER TABLE t CHANGE COLUMN a b CHAR(5);
545ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
546ALTER TABLE t CHANGE COLUMN a b CHAR(6);
547ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
548ALTER TABLE t CHANGE COLUMN a b CHAR(7);
549ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
550ALTER TABLE t CHANGE COLUMN a b CHAR(8);
551ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
552ALTER TABLE t CHANGE COLUMN a b CHAR(9);
553ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
554ALTER TABLE t CHANGE COLUMN a b CHAR(10);
555ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
556ALTER TABLE t CHANGE COLUMN a b CHAR(11);
557ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
558ALTER TABLE t CHANGE COLUMN a b CHAR(12);
559ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
560ALTER TABLE t CHANGE COLUMN a b CHAR(13);
561ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
562ALTER TABLE t CHANGE COLUMN a b CHAR(14);
563ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
564ALTER TABLE t CHANGE COLUMN a b CHAR(15);
565ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
566ALTER TABLE t CHANGE COLUMN a b CHAR(16);
567ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
568ALTER TABLE t CHANGE COLUMN a b CHAR(17);
569ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
570ALTER TABLE t CHANGE COLUMN a b CHAR(18);
571ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
572ALTER TABLE t CHANGE COLUMN a b CHAR(19);
573ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
574ALTER TABLE t CHANGE COLUMN a b CHAR(20);
575ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
576ALTER TABLE t CHANGE COLUMN a b CHAR(21);
577ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
578ALTER TABLE t CHANGE COLUMN a b CHAR(22);
579ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
580ALTER TABLE t CHANGE COLUMN a b CHAR(23);
581ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
582ALTER TABLE t CHANGE COLUMN a b CHAR(24);
583ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
584ALTER TABLE t CHANGE COLUMN a b CHAR(25);
585ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
586ALTER TABLE t CHANGE COLUMN a b CHAR(26);
587ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
588ALTER TABLE t CHANGE COLUMN a b CHAR(27);
589ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
590ALTER TABLE t CHANGE COLUMN a b CHAR(28);
591ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
592ALTER TABLE t CHANGE COLUMN a b CHAR(29);
593ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
594ALTER TABLE t CHANGE COLUMN a b CHAR(30);
595ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
596ALTER TABLE t CHANGE COLUMN a b CHAR(31);
597ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
598ALTER TABLE t CHANGE COLUMN a b CHAR(32);
599ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
600ALTER TABLE t CHANGE COLUMN a b CHAR(33);
601ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
602ALTER TABLE t CHANGE COLUMN a b CHAR(34);
603ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
604ALTER TABLE t CHANGE COLUMN a b CHAR(35);
605ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
606ALTER TABLE t CHANGE COLUMN a b CHAR(36);
607ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
608ALTER TABLE t CHANGE COLUMN a b CHAR(37);
609ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
610ALTER TABLE t CHANGE COLUMN a b CHAR(38);
611ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
612ALTER TABLE t CHANGE COLUMN a b CHAR(39);
613ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
614ALTER TABLE t CHANGE COLUMN a b CHAR(40);
615ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
616ALTER TABLE t CHANGE COLUMN a b CHAR(41);
617ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
618ALTER TABLE t CHANGE COLUMN a b CHAR(42);
619ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
620ALTER TABLE t CHANGE COLUMN a b CHAR(43);
621ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
622ALTER TABLE t CHANGE COLUMN a b CHAR(44);
623ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
624ALTER TABLE t CHANGE COLUMN a b CHAR(45);
625ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
626ALTER TABLE t CHANGE COLUMN a b CHAR(46);
627ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
628ALTER TABLE t CHANGE COLUMN a b CHAR(47);
629ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
630ALTER TABLE t CHANGE COLUMN a b CHAR(48);
631ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
632ALTER TABLE t CHANGE COLUMN a b CHAR(49);
633ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
634ALTER TABLE t CHANGE COLUMN a b CHAR(50);
635ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
636ALTER TABLE t CHANGE COLUMN a b CHAR(51);
637ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
638ALTER TABLE t CHANGE COLUMN a b CHAR(52);
639ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
640ALTER TABLE t CHANGE COLUMN a b CHAR(53);
641ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
642ALTER TABLE t CHANGE COLUMN a b CHAR(54);
643ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
644ALTER TABLE t CHANGE COLUMN a b CHAR(55);
645ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
646ALTER TABLE t CHANGE COLUMN a b CHAR(56);
647ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
648ALTER TABLE t CHANGE COLUMN a b CHAR(57);
649ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
650ALTER TABLE t CHANGE COLUMN a b CHAR(58);
651ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
652ALTER TABLE t CHANGE COLUMN a b CHAR(59);
653ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
654ALTER TABLE t CHANGE COLUMN a b CHAR(60);
655ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
656ALTER TABLE t CHANGE COLUMN a b CHAR(61);
657ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
658ALTER TABLE t CHANGE COLUMN a b CHAR(62);
659ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
660ALTER TABLE t CHANGE COLUMN a b CHAR(63);
661ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
662ALTER TABLE t CHANGE COLUMN a b CHAR(64);
663ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
664ALTER TABLE t CHANGE COLUMN a b CHAR(65);
665ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
666ALTER TABLE t CHANGE COLUMN a b CHAR(66);
667ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
668ALTER TABLE t CHANGE COLUMN a b CHAR(67);
669ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
670ALTER TABLE t CHANGE COLUMN a b CHAR(68);
671ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
672ALTER TABLE t CHANGE COLUMN a b CHAR(69);
673ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
674ALTER TABLE t CHANGE COLUMN a b CHAR(70);
675ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
676ALTER TABLE t CHANGE COLUMN a b CHAR(71);
677ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
678ALTER TABLE t CHANGE COLUMN a b CHAR(72);
679ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
680ALTER TABLE t CHANGE COLUMN a b CHAR(73);
681ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
682ALTER TABLE t CHANGE COLUMN a b CHAR(74);
683ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
684ALTER TABLE t CHANGE COLUMN a b CHAR(75);
685ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
686ALTER TABLE t CHANGE COLUMN a b CHAR(76);
687ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
688ALTER TABLE t CHANGE COLUMN a b CHAR(77);
689ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
690ALTER TABLE t CHANGE COLUMN a b CHAR(78);
691ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
692ALTER TABLE t CHANGE COLUMN a b CHAR(79);
693ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
694ALTER TABLE t CHANGE COLUMN a b CHAR(80);
695ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
696ALTER TABLE t CHANGE COLUMN a b CHAR(81);
697ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
698ALTER TABLE t CHANGE COLUMN a b CHAR(82);
699ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
700ALTER TABLE t CHANGE COLUMN a b CHAR(83);
701ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
702ALTER TABLE t CHANGE COLUMN a b CHAR(84);
703ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
704ALTER TABLE t CHANGE COLUMN a b CHAR(85);
705ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
706ALTER TABLE t CHANGE COLUMN a b CHAR(86);
707ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
708ALTER TABLE t CHANGE COLUMN a b CHAR(87);
709ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
710ALTER TABLE t CHANGE COLUMN a b CHAR(88);
711ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
712ALTER TABLE t CHANGE COLUMN a b CHAR(89);
713ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
714ALTER TABLE t CHANGE COLUMN a b CHAR(90);
715ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
716ALTER TABLE t CHANGE COLUMN a b CHAR(91);
717ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
718ALTER TABLE t CHANGE COLUMN a b CHAR(92);
719ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
720ALTER TABLE t CHANGE COLUMN a b CHAR(93);
721ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
722ALTER TABLE t CHANGE COLUMN a b CHAR(94);
723ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
724ALTER TABLE t CHANGE COLUMN a b CHAR(95);
725ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
726ALTER TABLE t CHANGE COLUMN a b CHAR(96);
727ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
728ALTER TABLE t CHANGE COLUMN a b CHAR(97);
729ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
730ALTER TABLE t CHANGE COLUMN a b CHAR(98);
731ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
732ALTER TABLE t CHANGE COLUMN a b CHAR(99);
733ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
734ALTER TABLE t CHANGE COLUMN a b CHAR(100);
735ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
736ALTER TABLE t CHANGE COLUMN a b CHAR(101);
737ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
738ALTER TABLE t CHANGE COLUMN a b CHAR(102);
739ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
740ALTER TABLE t CHANGE COLUMN a b CHAR(103);
741ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
742ALTER TABLE t CHANGE COLUMN a b CHAR(104);
743ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
744ALTER TABLE t CHANGE COLUMN a b CHAR(105);
745ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
746ALTER TABLE t CHANGE COLUMN a b CHAR(106);
747ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
748ALTER TABLE t CHANGE COLUMN a b CHAR(107);
749ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
750ALTER TABLE t CHANGE COLUMN a b CHAR(108);
751ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
752ALTER TABLE t CHANGE COLUMN a b CHAR(109);
753ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
754ALTER TABLE t CHANGE COLUMN a b CHAR(110);
755ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
756ALTER TABLE t CHANGE COLUMN a b CHAR(111);
757ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
758ALTER TABLE t CHANGE COLUMN a b CHAR(112);
759ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
760ALTER TABLE t CHANGE COLUMN a b CHAR(113);
761ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
762ALTER TABLE t CHANGE COLUMN a b CHAR(114);
763ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
764ALTER TABLE t CHANGE COLUMN a b CHAR(115);
765ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
766ALTER TABLE t CHANGE COLUMN a b CHAR(116);
767ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
768ALTER TABLE t CHANGE COLUMN a b CHAR(117);
769ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
770ALTER TABLE t CHANGE COLUMN a b CHAR(118);
771ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
772ALTER TABLE t CHANGE COLUMN a b CHAR(119);
773ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
774ALTER TABLE t CHANGE COLUMN a b CHAR(120);
775ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
776ALTER TABLE t CHANGE COLUMN a b CHAR(121);
777ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
778ALTER TABLE t CHANGE COLUMN a b CHAR(122);
779ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
780ALTER TABLE t CHANGE COLUMN a b CHAR(123);
781ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
782ALTER TABLE t CHANGE COLUMN a b CHAR(124);
783ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
784ALTER TABLE t CHANGE COLUMN a b CHAR(125);
785ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
786ALTER TABLE t CHANGE COLUMN a b CHAR(126);
787ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
788ALTER TABLE t CHANGE COLUMN a b CHAR(127);
789ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
790ALTER TABLE t CHANGE COLUMN a b CHAR(128);
791ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
792ALTER TABLE t CHANGE COLUMN a b CHAR(129);
793ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
794ALTER TABLE t CHANGE COLUMN a b CHAR(130);
795ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
796ALTER TABLE t CHANGE COLUMN a b CHAR(131);
797ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
798ALTER TABLE t CHANGE COLUMN a b CHAR(132);
799ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
800ALTER TABLE t CHANGE COLUMN a b CHAR(133);
801ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
802ALTER TABLE t CHANGE COLUMN a b CHAR(134);
803ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
804ALTER TABLE t CHANGE COLUMN a b CHAR(135);
805ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
806ALTER TABLE t CHANGE COLUMN a b CHAR(136);
807ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
808ALTER TABLE t CHANGE COLUMN a b CHAR(137);
809ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
810ALTER TABLE t CHANGE COLUMN a b CHAR(138);
811ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
812ALTER TABLE t CHANGE COLUMN a b CHAR(139);
813ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
814ALTER TABLE t CHANGE COLUMN a b CHAR(140);
815ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
816ALTER TABLE t CHANGE COLUMN a b CHAR(141);
817ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
818ALTER TABLE t CHANGE COLUMN a b CHAR(142);
819ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
820ALTER TABLE t CHANGE COLUMN a b CHAR(143);
821ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
822ALTER TABLE t CHANGE COLUMN a b CHAR(144);
823ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
824ALTER TABLE t CHANGE COLUMN a b CHAR(145);
825ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
826ALTER TABLE t CHANGE COLUMN a b CHAR(146);
827ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
828ALTER TABLE t CHANGE COLUMN a b CHAR(147);
829ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
830ALTER TABLE t CHANGE COLUMN a b CHAR(148);
831ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
832ALTER TABLE t CHANGE COLUMN a b CHAR(149);
833ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
834ALTER TABLE t CHANGE COLUMN a b CHAR(150);
835ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
836ALTER TABLE t CHANGE COLUMN a b CHAR(151);
837ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
838ALTER TABLE t CHANGE COLUMN a b CHAR(152);
839ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
840ALTER TABLE t CHANGE COLUMN a b CHAR(153);
841ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
842ALTER TABLE t CHANGE COLUMN a b CHAR(154);
843ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
844ALTER TABLE t CHANGE COLUMN a b CHAR(155);
845ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
846ALTER TABLE t CHANGE COLUMN a b CHAR(156);
847ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
848ALTER TABLE t CHANGE COLUMN a b CHAR(157);
849ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
850ALTER TABLE t CHANGE COLUMN a b CHAR(158);
851ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
852ALTER TABLE t CHANGE COLUMN a b CHAR(159);
853ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
854ALTER TABLE t CHANGE COLUMN a b CHAR(160);
855ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
856ALTER TABLE t CHANGE COLUMN a b CHAR(161);
857ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
858ALTER TABLE t CHANGE COLUMN a b CHAR(162);
859ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
860ALTER TABLE t CHANGE COLUMN a b CHAR(163);
861ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
862ALTER TABLE t CHANGE COLUMN a b CHAR(164);
863ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
864ALTER TABLE t CHANGE COLUMN a b CHAR(165);
865ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
866ALTER TABLE t CHANGE COLUMN a b CHAR(166);
867ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
868ALTER TABLE t CHANGE COLUMN a b CHAR(167);
869ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
870ALTER TABLE t CHANGE COLUMN a b CHAR(168);
871ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
872ALTER TABLE t CHANGE COLUMN a b CHAR(169);
873ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
874ALTER TABLE t CHANGE COLUMN a b CHAR(170);
875ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
876ALTER TABLE t CHANGE COLUMN a b CHAR(171);
877ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
878ALTER TABLE t CHANGE COLUMN a b CHAR(172);
879ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
880ALTER TABLE t CHANGE COLUMN a b CHAR(173);
881ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
882ALTER TABLE t CHANGE COLUMN a b CHAR(174);
883ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
884ALTER TABLE t CHANGE COLUMN a b CHAR(175);
885ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
886ALTER TABLE t CHANGE COLUMN a b CHAR(176);
887ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
888ALTER TABLE t CHANGE COLUMN a b CHAR(177);
889ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
890ALTER TABLE t CHANGE COLUMN a b CHAR(178);
891ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
892ALTER TABLE t CHANGE COLUMN a b CHAR(179);
893ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
894ALTER TABLE t CHANGE COLUMN a b CHAR(180);
895ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
896ALTER TABLE t CHANGE COLUMN a b CHAR(181);
897ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
898ALTER TABLE t CHANGE COLUMN a b CHAR(182);
899ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
900ALTER TABLE t CHANGE COLUMN a b CHAR(183);
901ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
902ALTER TABLE t CHANGE COLUMN a b CHAR(184);
903ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
904ALTER TABLE t CHANGE COLUMN a b CHAR(185);
905ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
906ALTER TABLE t CHANGE COLUMN a b CHAR(186);
907ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
908ALTER TABLE t CHANGE COLUMN a b CHAR(187);
909ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
910ALTER TABLE t CHANGE COLUMN a b CHAR(188);
911ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
912ALTER TABLE t CHANGE COLUMN a b CHAR(189);
913ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
914ALTER TABLE t CHANGE COLUMN a b CHAR(190);
915ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
916ALTER TABLE t CHANGE COLUMN a b CHAR(191);
917ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
918ALTER TABLE t CHANGE COLUMN a b CHAR(192);
919ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
920ALTER TABLE t CHANGE COLUMN a b CHAR(193);
921ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
922ALTER TABLE t CHANGE COLUMN a b CHAR(194);
923ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
924ALTER TABLE t CHANGE COLUMN a b CHAR(195);
925ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
926ALTER TABLE t CHANGE COLUMN a b CHAR(196);
927ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
928ALTER TABLE t CHANGE COLUMN a b CHAR(197);
929ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
930ALTER TABLE t CHANGE COLUMN a b CHAR(198);
931ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
932ALTER TABLE t CHANGE COLUMN a b CHAR(199);
933ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
934ALTER TABLE t CHANGE COLUMN a b CHAR(200);
935ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
936ALTER TABLE t CHANGE COLUMN a b CHAR(201);
937ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
938ALTER TABLE t CHANGE COLUMN a b CHAR(202);
939ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
940ALTER TABLE t CHANGE COLUMN a b CHAR(203);
941ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
942ALTER TABLE t CHANGE COLUMN a b CHAR(204);
943ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
944ALTER TABLE t CHANGE COLUMN a b CHAR(205);
945ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
946ALTER TABLE t CHANGE COLUMN a b CHAR(206);
947ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
948ALTER TABLE t CHANGE COLUMN a b CHAR(207);
949ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
950ALTER TABLE t CHANGE COLUMN a b CHAR(208);
951ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
952ALTER TABLE t CHANGE COLUMN a b CHAR(209);
953ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
954ALTER TABLE t CHANGE COLUMN a b CHAR(210);
955ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
956ALTER TABLE t CHANGE COLUMN a b CHAR(211);
957ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
958ALTER TABLE t CHANGE COLUMN a b CHAR(212);
959ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
960ALTER TABLE t CHANGE COLUMN a b CHAR(213);
961ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
962ALTER TABLE t CHANGE COLUMN a b CHAR(214);
963ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
964ALTER TABLE t CHANGE COLUMN a b CHAR(215);
965ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
966ALTER TABLE t CHANGE COLUMN a b CHAR(216);
967ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
968ALTER TABLE t CHANGE COLUMN a b CHAR(217);
969ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
970ALTER TABLE t CHANGE COLUMN a b CHAR(218);
971ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
972ALTER TABLE t CHANGE COLUMN a b CHAR(219);
973ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
974ALTER TABLE t CHANGE COLUMN a b CHAR(220);
975ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
976ALTER TABLE t CHANGE COLUMN a b CHAR(221);
977ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
978ALTER TABLE t CHANGE COLUMN a b CHAR(222);
979ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
980ALTER TABLE t CHANGE COLUMN a b CHAR(223);
981ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
982ALTER TABLE t CHANGE COLUMN a b CHAR(224);
983ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
984ALTER TABLE t CHANGE COLUMN a b CHAR(225);
985ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
986ALTER TABLE t CHANGE COLUMN a b CHAR(226);
987ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
988ALTER TABLE t CHANGE COLUMN a b CHAR(227);
989ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
990ALTER TABLE t CHANGE COLUMN a b CHAR(228);
991ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
992ALTER TABLE t CHANGE COLUMN a b CHAR(229);
993ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
994ALTER TABLE t CHANGE COLUMN a b CHAR(230);
995ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
996ALTER TABLE t CHANGE COLUMN a b CHAR(231);
997ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
998ALTER TABLE t CHANGE COLUMN a b CHAR(232);
999ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
1000ALTER TABLE t CHANGE COLUMN a b CHAR(233);
1001ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
1002ALTER TABLE t CHANGE COLUMN a b CHAR(234);
1003ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
1004ALTER TABLE t CHANGE COLUMN a b CHAR(235);
1005ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
1006ALTER TABLE t CHANGE COLUMN a b CHAR(236);
1007ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
1008ALTER TABLE t CHANGE COLUMN a b CHAR(237);
1009ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
1010ALTER TABLE t CHANGE COLUMN a b CHAR(238);
1011ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
1012ALTER TABLE t CHANGE COLUMN a b CHAR(239);
1013ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
1014ALTER TABLE t CHANGE COLUMN a b CHAR(240);
1015ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
1016ALTER TABLE t CHANGE COLUMN a b CHAR(241);
1017ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
1018ALTER TABLE t CHANGE COLUMN a b CHAR(242);
1019ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
1020ALTER TABLE t CHANGE COLUMN a b CHAR(243);
1021ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
1022ALTER TABLE t CHANGE COLUMN a b CHAR(244);
1023ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
1024ALTER TABLE t CHANGE COLUMN a b CHAR(245);
1025ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
1026ALTER TABLE t CHANGE COLUMN a b CHAR(246);
1027ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
1028ALTER TABLE t CHANGE COLUMN a b CHAR(247);
1029ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
1030ALTER TABLE t CHANGE COLUMN a b CHAR(248);
1031ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
1032ALTER TABLE t CHANGE COLUMN a b CHAR(249);
1033ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
1034ALTER TABLE t CHANGE COLUMN a b CHAR(250);
1035ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
1036ALTER TABLE t CHANGE COLUMN a b CHAR(251);
1037ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
1038ALTER TABLE t CHANGE COLUMN a b CHAR(252);
1039ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
1040ALTER TABLE t CHANGE COLUMN a b CHAR(253);
1041ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
1042ALTER TABLE t CHANGE COLUMN a b CHAR(254);
1043ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
1044ALTER TABLE t CHANGE COLUMN a b CHAR(255);
1045ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
1046DROP TABLE t;
1047CREATE TABLE t (a CHAR(3));
1048INSERT INTO t VALUES ('hi');
1049INSERT INTO t VALUES ('there');
1050Warnings:
1051Warning	1265	Data truncated for column 'a' at row 1
1052INSERT INTO t VALUES ('people');
1053Warnings:
1054Warning	1265	Data truncated for column 'a' at row 1
1055ALTER TABLE t CHANGE COLUMN a b CHAR(2);
1056ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
1057CREATE TABLE ti LIKE t;
1058ALTER TABLE ti ENGINE=myisam;
1059INSERT INTO ti SELECT * FROM t;
1060ALTER TABLE ti CHANGE COLUMN a b CHAR(3);
1061ALTER TABLE ti CHANGE COLUMN b a CHAR(3);
1062ALTER TABLE t CHANGE COLUMN a b CHAR(3);
1063ALTER TABLE t CHANGE COLUMN b a CHAR(3);
1064include/diff_tables.inc [test.t, test.ti]
1065DROP TABLE ti;
1066ALTER TABLE t CHANGE COLUMN a b CHAR(4);
1067ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
1068ALTER TABLE t CHANGE COLUMN a b CHAR(5);
1069ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
1070ALTER TABLE t CHANGE COLUMN a b CHAR(6);
1071ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
1072ALTER TABLE t CHANGE COLUMN a b CHAR(7);
1073ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
1074ALTER TABLE t CHANGE COLUMN a b CHAR(8);
1075ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
1076ALTER TABLE t CHANGE COLUMN a b CHAR(9);
1077ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
1078ALTER TABLE t CHANGE COLUMN a b CHAR(10);
1079ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
1080ALTER TABLE t CHANGE COLUMN a b CHAR(11);
1081ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
1082ALTER TABLE t CHANGE COLUMN a b CHAR(12);
1083ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
1084ALTER TABLE t CHANGE COLUMN a b CHAR(13);
1085ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
1086ALTER TABLE t CHANGE COLUMN a b CHAR(14);
1087ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
1088ALTER TABLE t CHANGE COLUMN a b CHAR(15);
1089ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
1090ALTER TABLE t CHANGE COLUMN a b CHAR(16);
1091ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
1092ALTER TABLE t CHANGE COLUMN a b CHAR(17);
1093ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
1094ALTER TABLE t CHANGE COLUMN a b CHAR(18);
1095ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
1096ALTER TABLE t CHANGE COLUMN a b CHAR(19);
1097ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
1098ALTER TABLE t CHANGE COLUMN a b CHAR(20);
1099ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
1100ALTER TABLE t CHANGE COLUMN a b CHAR(21);
1101ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
1102ALTER TABLE t CHANGE COLUMN a b CHAR(22);
1103ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
1104ALTER TABLE t CHANGE COLUMN a b CHAR(23);
1105ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
1106ALTER TABLE t CHANGE COLUMN a b CHAR(24);
1107ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
1108ALTER TABLE t CHANGE COLUMN a b CHAR(25);
1109ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
1110ALTER TABLE t CHANGE COLUMN a b CHAR(26);
1111ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
1112ALTER TABLE t CHANGE COLUMN a b CHAR(27);
1113ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
1114ALTER TABLE t CHANGE COLUMN a b CHAR(28);
1115ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
1116ALTER TABLE t CHANGE COLUMN a b CHAR(29);
1117ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
1118ALTER TABLE t CHANGE COLUMN a b CHAR(30);
1119ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
1120ALTER TABLE t CHANGE COLUMN a b CHAR(31);
1121ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
1122ALTER TABLE t CHANGE COLUMN a b CHAR(32);
1123ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
1124ALTER TABLE t CHANGE COLUMN a b CHAR(33);
1125ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
1126ALTER TABLE t CHANGE COLUMN a b CHAR(34);
1127ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
1128ALTER TABLE t CHANGE COLUMN a b CHAR(35);
1129ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
1130ALTER TABLE t CHANGE COLUMN a b CHAR(36);
1131ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
1132ALTER TABLE t CHANGE COLUMN a b CHAR(37);
1133ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
1134ALTER TABLE t CHANGE COLUMN a b CHAR(38);
1135ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
1136ALTER TABLE t CHANGE COLUMN a b CHAR(39);
1137ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
1138ALTER TABLE t CHANGE COLUMN a b CHAR(40);
1139ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
1140ALTER TABLE t CHANGE COLUMN a b CHAR(41);
1141ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
1142ALTER TABLE t CHANGE COLUMN a b CHAR(42);
1143ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
1144ALTER TABLE t CHANGE COLUMN a b CHAR(43);
1145ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
1146ALTER TABLE t CHANGE COLUMN a b CHAR(44);
1147ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
1148ALTER TABLE t CHANGE COLUMN a b CHAR(45);
1149ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
1150ALTER TABLE t CHANGE COLUMN a b CHAR(46);
1151ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
1152ALTER TABLE t CHANGE COLUMN a b CHAR(47);
1153ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
1154ALTER TABLE t CHANGE COLUMN a b CHAR(48);
1155ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
1156ALTER TABLE t CHANGE COLUMN a b CHAR(49);
1157ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
1158ALTER TABLE t CHANGE COLUMN a b CHAR(50);
1159ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
1160ALTER TABLE t CHANGE COLUMN a b CHAR(51);
1161ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
1162ALTER TABLE t CHANGE COLUMN a b CHAR(52);
1163ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
1164ALTER TABLE t CHANGE COLUMN a b CHAR(53);
1165ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
1166ALTER TABLE t CHANGE COLUMN a b CHAR(54);
1167ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
1168ALTER TABLE t CHANGE COLUMN a b CHAR(55);
1169ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
1170ALTER TABLE t CHANGE COLUMN a b CHAR(56);
1171ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
1172ALTER TABLE t CHANGE COLUMN a b CHAR(57);
1173ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
1174ALTER TABLE t CHANGE COLUMN a b CHAR(58);
1175ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
1176ALTER TABLE t CHANGE COLUMN a b CHAR(59);
1177ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
1178ALTER TABLE t CHANGE COLUMN a b CHAR(60);
1179ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
1180ALTER TABLE t CHANGE COLUMN a b CHAR(61);
1181ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
1182ALTER TABLE t CHANGE COLUMN a b CHAR(62);
1183ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
1184ALTER TABLE t CHANGE COLUMN a b CHAR(63);
1185ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
1186ALTER TABLE t CHANGE COLUMN a b CHAR(64);
1187ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
1188ALTER TABLE t CHANGE COLUMN a b CHAR(65);
1189ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
1190ALTER TABLE t CHANGE COLUMN a b CHAR(66);
1191ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
1192ALTER TABLE t CHANGE COLUMN a b CHAR(67);
1193ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
1194ALTER TABLE t CHANGE COLUMN a b CHAR(68);
1195ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
1196ALTER TABLE t CHANGE COLUMN a b CHAR(69);
1197ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
1198ALTER TABLE t CHANGE COLUMN a b CHAR(70);
1199ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
1200ALTER TABLE t CHANGE COLUMN a b CHAR(71);
1201ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
1202ALTER TABLE t CHANGE COLUMN a b CHAR(72);
1203ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
1204ALTER TABLE t CHANGE COLUMN a b CHAR(73);
1205ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
1206ALTER TABLE t CHANGE COLUMN a b CHAR(74);
1207ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
1208ALTER TABLE t CHANGE COLUMN a b CHAR(75);
1209ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
1210ALTER TABLE t CHANGE COLUMN a b CHAR(76);
1211ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
1212ALTER TABLE t CHANGE COLUMN a b CHAR(77);
1213ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
1214ALTER TABLE t CHANGE COLUMN a b CHAR(78);
1215ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
1216ALTER TABLE t CHANGE COLUMN a b CHAR(79);
1217ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
1218ALTER TABLE t CHANGE COLUMN a b CHAR(80);
1219ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
1220ALTER TABLE t CHANGE COLUMN a b CHAR(81);
1221ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
1222ALTER TABLE t CHANGE COLUMN a b CHAR(82);
1223ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
1224ALTER TABLE t CHANGE COLUMN a b CHAR(83);
1225ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
1226ALTER TABLE t CHANGE COLUMN a b CHAR(84);
1227ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
1228ALTER TABLE t CHANGE COLUMN a b CHAR(85);
1229ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
1230ALTER TABLE t CHANGE COLUMN a b CHAR(86);
1231ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
1232ALTER TABLE t CHANGE COLUMN a b CHAR(87);
1233ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
1234ALTER TABLE t CHANGE COLUMN a b CHAR(88);
1235ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
1236ALTER TABLE t CHANGE COLUMN a b CHAR(89);
1237ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
1238ALTER TABLE t CHANGE COLUMN a b CHAR(90);
1239ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
1240ALTER TABLE t CHANGE COLUMN a b CHAR(91);
1241ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
1242ALTER TABLE t CHANGE COLUMN a b CHAR(92);
1243ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
1244ALTER TABLE t CHANGE COLUMN a b CHAR(93);
1245ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
1246ALTER TABLE t CHANGE COLUMN a b CHAR(94);
1247ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
1248ALTER TABLE t CHANGE COLUMN a b CHAR(95);
1249ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
1250ALTER TABLE t CHANGE COLUMN a b CHAR(96);
1251ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
1252ALTER TABLE t CHANGE COLUMN a b CHAR(97);
1253ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
1254ALTER TABLE t CHANGE COLUMN a b CHAR(98);
1255ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
1256ALTER TABLE t CHANGE COLUMN a b CHAR(99);
1257ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
1258ALTER TABLE t CHANGE COLUMN a b CHAR(100);
1259ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
1260ALTER TABLE t CHANGE COLUMN a b CHAR(101);
1261ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
1262ALTER TABLE t CHANGE COLUMN a b CHAR(102);
1263ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
1264ALTER TABLE t CHANGE COLUMN a b CHAR(103);
1265ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
1266ALTER TABLE t CHANGE COLUMN a b CHAR(104);
1267ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
1268ALTER TABLE t CHANGE COLUMN a b CHAR(105);
1269ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
1270ALTER TABLE t CHANGE COLUMN a b CHAR(106);
1271ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
1272ALTER TABLE t CHANGE COLUMN a b CHAR(107);
1273ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
1274ALTER TABLE t CHANGE COLUMN a b CHAR(108);
1275ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
1276ALTER TABLE t CHANGE COLUMN a b CHAR(109);
1277ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
1278ALTER TABLE t CHANGE COLUMN a b CHAR(110);
1279ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
1280ALTER TABLE t CHANGE COLUMN a b CHAR(111);
1281ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
1282ALTER TABLE t CHANGE COLUMN a b CHAR(112);
1283ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
1284ALTER TABLE t CHANGE COLUMN a b CHAR(113);
1285ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
1286ALTER TABLE t CHANGE COLUMN a b CHAR(114);
1287ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
1288ALTER TABLE t CHANGE COLUMN a b CHAR(115);
1289ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
1290ALTER TABLE t CHANGE COLUMN a b CHAR(116);
1291ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
1292ALTER TABLE t CHANGE COLUMN a b CHAR(117);
1293ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
1294ALTER TABLE t CHANGE COLUMN a b CHAR(118);
1295ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
1296ALTER TABLE t CHANGE COLUMN a b CHAR(119);
1297ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
1298ALTER TABLE t CHANGE COLUMN a b CHAR(120);
1299ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
1300ALTER TABLE t CHANGE COLUMN a b CHAR(121);
1301ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
1302ALTER TABLE t CHANGE COLUMN a b CHAR(122);
1303ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
1304ALTER TABLE t CHANGE COLUMN a b CHAR(123);
1305ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
1306ALTER TABLE t CHANGE COLUMN a b CHAR(124);
1307ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
1308ALTER TABLE t CHANGE COLUMN a b CHAR(125);
1309ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
1310ALTER TABLE t CHANGE COLUMN a b CHAR(126);
1311ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
1312ALTER TABLE t CHANGE COLUMN a b CHAR(127);
1313ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
1314ALTER TABLE t CHANGE COLUMN a b CHAR(128);
1315ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
1316ALTER TABLE t CHANGE COLUMN a b CHAR(129);
1317ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
1318ALTER TABLE t CHANGE COLUMN a b CHAR(130);
1319ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
1320ALTER TABLE t CHANGE COLUMN a b CHAR(131);
1321ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
1322ALTER TABLE t CHANGE COLUMN a b CHAR(132);
1323ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
1324ALTER TABLE t CHANGE COLUMN a b CHAR(133);
1325ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
1326ALTER TABLE t CHANGE COLUMN a b CHAR(134);
1327ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
1328ALTER TABLE t CHANGE COLUMN a b CHAR(135);
1329ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
1330ALTER TABLE t CHANGE COLUMN a b CHAR(136);
1331ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
1332ALTER TABLE t CHANGE COLUMN a b CHAR(137);
1333ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
1334ALTER TABLE t CHANGE COLUMN a b CHAR(138);
1335ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
1336ALTER TABLE t CHANGE COLUMN a b CHAR(139);
1337ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
1338ALTER TABLE t CHANGE COLUMN a b CHAR(140);
1339ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
1340ALTER TABLE t CHANGE COLUMN a b CHAR(141);
1341ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
1342ALTER TABLE t CHANGE COLUMN a b CHAR(142);
1343ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
1344ALTER TABLE t CHANGE COLUMN a b CHAR(143);
1345ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
1346ALTER TABLE t CHANGE COLUMN a b CHAR(144);
1347ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
1348ALTER TABLE t CHANGE COLUMN a b CHAR(145);
1349ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
1350ALTER TABLE t CHANGE COLUMN a b CHAR(146);
1351ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
1352ALTER TABLE t CHANGE COLUMN a b CHAR(147);
1353ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
1354ALTER TABLE t CHANGE COLUMN a b CHAR(148);
1355ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
1356ALTER TABLE t CHANGE COLUMN a b CHAR(149);
1357ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
1358ALTER TABLE t CHANGE COLUMN a b CHAR(150);
1359ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
1360ALTER TABLE t CHANGE COLUMN a b CHAR(151);
1361ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
1362ALTER TABLE t CHANGE COLUMN a b CHAR(152);
1363ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
1364ALTER TABLE t CHANGE COLUMN a b CHAR(153);
1365ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
1366ALTER TABLE t CHANGE COLUMN a b CHAR(154);
1367ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
1368ALTER TABLE t CHANGE COLUMN a b CHAR(155);
1369ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
1370ALTER TABLE t CHANGE COLUMN a b CHAR(156);
1371ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
1372ALTER TABLE t CHANGE COLUMN a b CHAR(157);
1373ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
1374ALTER TABLE t CHANGE COLUMN a b CHAR(158);
1375ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
1376ALTER TABLE t CHANGE COLUMN a b CHAR(159);
1377ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
1378ALTER TABLE t CHANGE COLUMN a b CHAR(160);
1379ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
1380ALTER TABLE t CHANGE COLUMN a b CHAR(161);
1381ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
1382ALTER TABLE t CHANGE COLUMN a b CHAR(162);
1383ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
1384ALTER TABLE t CHANGE COLUMN a b CHAR(163);
1385ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
1386ALTER TABLE t CHANGE COLUMN a b CHAR(164);
1387ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
1388ALTER TABLE t CHANGE COLUMN a b CHAR(165);
1389ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
1390ALTER TABLE t CHANGE COLUMN a b CHAR(166);
1391ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
1392ALTER TABLE t CHANGE COLUMN a b CHAR(167);
1393ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
1394ALTER TABLE t CHANGE COLUMN a b CHAR(168);
1395ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
1396ALTER TABLE t CHANGE COLUMN a b CHAR(169);
1397ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
1398ALTER TABLE t CHANGE COLUMN a b CHAR(170);
1399ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
1400ALTER TABLE t CHANGE COLUMN a b CHAR(171);
1401ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
1402ALTER TABLE t CHANGE COLUMN a b CHAR(172);
1403ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
1404ALTER TABLE t CHANGE COLUMN a b CHAR(173);
1405ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
1406ALTER TABLE t CHANGE COLUMN a b CHAR(174);
1407ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
1408ALTER TABLE t CHANGE COLUMN a b CHAR(175);
1409ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
1410ALTER TABLE t CHANGE COLUMN a b CHAR(176);
1411ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
1412ALTER TABLE t CHANGE COLUMN a b CHAR(177);
1413ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
1414ALTER TABLE t CHANGE COLUMN a b CHAR(178);
1415ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
1416ALTER TABLE t CHANGE COLUMN a b CHAR(179);
1417ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
1418ALTER TABLE t CHANGE COLUMN a b CHAR(180);
1419ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
1420ALTER TABLE t CHANGE COLUMN a b CHAR(181);
1421ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
1422ALTER TABLE t CHANGE COLUMN a b CHAR(182);
1423ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
1424ALTER TABLE t CHANGE COLUMN a b CHAR(183);
1425ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
1426ALTER TABLE t CHANGE COLUMN a b CHAR(184);
1427ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
1428ALTER TABLE t CHANGE COLUMN a b CHAR(185);
1429ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
1430ALTER TABLE t CHANGE COLUMN a b CHAR(186);
1431ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
1432ALTER TABLE t CHANGE COLUMN a b CHAR(187);
1433ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
1434ALTER TABLE t CHANGE COLUMN a b CHAR(188);
1435ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
1436ALTER TABLE t CHANGE COLUMN a b CHAR(189);
1437ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
1438ALTER TABLE t CHANGE COLUMN a b CHAR(190);
1439ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
1440ALTER TABLE t CHANGE COLUMN a b CHAR(191);
1441ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
1442ALTER TABLE t CHANGE COLUMN a b CHAR(192);
1443ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
1444ALTER TABLE t CHANGE COLUMN a b CHAR(193);
1445ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
1446ALTER TABLE t CHANGE COLUMN a b CHAR(194);
1447ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
1448ALTER TABLE t CHANGE COLUMN a b CHAR(195);
1449ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
1450ALTER TABLE t CHANGE COLUMN a b CHAR(196);
1451ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
1452ALTER TABLE t CHANGE COLUMN a b CHAR(197);
1453ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
1454ALTER TABLE t CHANGE COLUMN a b CHAR(198);
1455ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
1456ALTER TABLE t CHANGE COLUMN a b CHAR(199);
1457ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
1458ALTER TABLE t CHANGE COLUMN a b CHAR(200);
1459ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
1460ALTER TABLE t CHANGE COLUMN a b CHAR(201);
1461ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
1462ALTER TABLE t CHANGE COLUMN a b CHAR(202);
1463ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
1464ALTER TABLE t CHANGE COLUMN a b CHAR(203);
1465ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
1466ALTER TABLE t CHANGE COLUMN a b CHAR(204);
1467ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
1468ALTER TABLE t CHANGE COLUMN a b CHAR(205);
1469ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
1470ALTER TABLE t CHANGE COLUMN a b CHAR(206);
1471ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
1472ALTER TABLE t CHANGE COLUMN a b CHAR(207);
1473ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
1474ALTER TABLE t CHANGE COLUMN a b CHAR(208);
1475ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
1476ALTER TABLE t CHANGE COLUMN a b CHAR(209);
1477ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
1478ALTER TABLE t CHANGE COLUMN a b CHAR(210);
1479ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
1480ALTER TABLE t CHANGE COLUMN a b CHAR(211);
1481ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
1482ALTER TABLE t CHANGE COLUMN a b CHAR(212);
1483ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
1484ALTER TABLE t CHANGE COLUMN a b CHAR(213);
1485ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
1486ALTER TABLE t CHANGE COLUMN a b CHAR(214);
1487ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
1488ALTER TABLE t CHANGE COLUMN a b CHAR(215);
1489ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
1490ALTER TABLE t CHANGE COLUMN a b CHAR(216);
1491ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
1492ALTER TABLE t CHANGE COLUMN a b CHAR(217);
1493ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
1494ALTER TABLE t CHANGE COLUMN a b CHAR(218);
1495ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
1496ALTER TABLE t CHANGE COLUMN a b CHAR(219);
1497ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
1498ALTER TABLE t CHANGE COLUMN a b CHAR(220);
1499ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
1500ALTER TABLE t CHANGE COLUMN a b CHAR(221);
1501ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
1502ALTER TABLE t CHANGE COLUMN a b CHAR(222);
1503ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
1504ALTER TABLE t CHANGE COLUMN a b CHAR(223);
1505ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
1506ALTER TABLE t CHANGE COLUMN a b CHAR(224);
1507ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
1508ALTER TABLE t CHANGE COLUMN a b CHAR(225);
1509ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
1510ALTER TABLE t CHANGE COLUMN a b CHAR(226);
1511ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
1512ALTER TABLE t CHANGE COLUMN a b CHAR(227);
1513ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
1514ALTER TABLE t CHANGE COLUMN a b CHAR(228);
1515ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
1516ALTER TABLE t CHANGE COLUMN a b CHAR(229);
1517ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
1518ALTER TABLE t CHANGE COLUMN a b CHAR(230);
1519ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
1520ALTER TABLE t CHANGE COLUMN a b CHAR(231);
1521ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
1522ALTER TABLE t CHANGE COLUMN a b CHAR(232);
1523ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
1524ALTER TABLE t CHANGE COLUMN a b CHAR(233);
1525ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
1526ALTER TABLE t CHANGE COLUMN a b CHAR(234);
1527ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
1528ALTER TABLE t CHANGE COLUMN a b CHAR(235);
1529ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
1530ALTER TABLE t CHANGE COLUMN a b CHAR(236);
1531ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
1532ALTER TABLE t CHANGE COLUMN a b CHAR(237);
1533ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
1534ALTER TABLE t CHANGE COLUMN a b CHAR(238);
1535ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
1536ALTER TABLE t CHANGE COLUMN a b CHAR(239);
1537ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
1538ALTER TABLE t CHANGE COLUMN a b CHAR(240);
1539ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
1540ALTER TABLE t CHANGE COLUMN a b CHAR(241);
1541ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
1542ALTER TABLE t CHANGE COLUMN a b CHAR(242);
1543ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
1544ALTER TABLE t CHANGE COLUMN a b CHAR(243);
1545ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
1546ALTER TABLE t CHANGE COLUMN a b CHAR(244);
1547ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
1548ALTER TABLE t CHANGE COLUMN a b CHAR(245);
1549ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
1550ALTER TABLE t CHANGE COLUMN a b CHAR(246);
1551ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
1552ALTER TABLE t CHANGE COLUMN a b CHAR(247);
1553ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
1554ALTER TABLE t CHANGE COLUMN a b CHAR(248);
1555ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
1556ALTER TABLE t CHANGE COLUMN a b CHAR(249);
1557ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
1558ALTER TABLE t CHANGE COLUMN a b CHAR(250);
1559ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
1560ALTER TABLE t CHANGE COLUMN a b CHAR(251);
1561ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
1562ALTER TABLE t CHANGE COLUMN a b CHAR(252);
1563ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
1564ALTER TABLE t CHANGE COLUMN a b CHAR(253);
1565ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
1566ALTER TABLE t CHANGE COLUMN a b CHAR(254);
1567ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
1568ALTER TABLE t CHANGE COLUMN a b CHAR(255);
1569ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
1570DROP TABLE t;
1571CREATE TABLE t (a CHAR(4));
1572INSERT INTO t VALUES ('hi');
1573INSERT INTO t VALUES ('there');
1574Warnings:
1575Warning	1265	Data truncated for column 'a' at row 1
1576INSERT INTO t VALUES ('people');
1577Warnings:
1578Warning	1265	Data truncated for column 'a' at row 1
1579ALTER TABLE t CHANGE COLUMN a b CHAR(2);
1580ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
1581ALTER TABLE t CHANGE COLUMN a b CHAR(3);
1582ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
1583CREATE TABLE ti LIKE t;
1584ALTER TABLE ti ENGINE=myisam;
1585INSERT INTO ti SELECT * FROM t;
1586ALTER TABLE ti CHANGE COLUMN a b CHAR(4);
1587ALTER TABLE ti CHANGE COLUMN b a CHAR(4);
1588ALTER TABLE t CHANGE COLUMN a b CHAR(4);
1589ALTER TABLE t CHANGE COLUMN b a CHAR(4);
1590include/diff_tables.inc [test.t, test.ti]
1591DROP TABLE ti;
1592ALTER TABLE t CHANGE COLUMN a b CHAR(5);
1593ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
1594ALTER TABLE t CHANGE COLUMN a b CHAR(6);
1595ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
1596ALTER TABLE t CHANGE COLUMN a b CHAR(7);
1597ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
1598ALTER TABLE t CHANGE COLUMN a b CHAR(8);
1599ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
1600ALTER TABLE t CHANGE COLUMN a b CHAR(9);
1601ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
1602ALTER TABLE t CHANGE COLUMN a b CHAR(10);
1603ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
1604ALTER TABLE t CHANGE COLUMN a b CHAR(11);
1605ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
1606ALTER TABLE t CHANGE COLUMN a b CHAR(12);
1607ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
1608ALTER TABLE t CHANGE COLUMN a b CHAR(13);
1609ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
1610ALTER TABLE t CHANGE COLUMN a b CHAR(14);
1611ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
1612ALTER TABLE t CHANGE COLUMN a b CHAR(15);
1613ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
1614ALTER TABLE t CHANGE COLUMN a b CHAR(16);
1615ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
1616ALTER TABLE t CHANGE COLUMN a b CHAR(17);
1617ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
1618ALTER TABLE t CHANGE COLUMN a b CHAR(18);
1619ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
1620ALTER TABLE t CHANGE COLUMN a b CHAR(19);
1621ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
1622ALTER TABLE t CHANGE COLUMN a b CHAR(20);
1623ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
1624ALTER TABLE t CHANGE COLUMN a b CHAR(21);
1625ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
1626ALTER TABLE t CHANGE COLUMN a b CHAR(22);
1627ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
1628ALTER TABLE t CHANGE COLUMN a b CHAR(23);
1629ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
1630ALTER TABLE t CHANGE COLUMN a b CHAR(24);
1631ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
1632ALTER TABLE t CHANGE COLUMN a b CHAR(25);
1633ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
1634ALTER TABLE t CHANGE COLUMN a b CHAR(26);
1635ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
1636ALTER TABLE t CHANGE COLUMN a b CHAR(27);
1637ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
1638ALTER TABLE t CHANGE COLUMN a b CHAR(28);
1639ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
1640ALTER TABLE t CHANGE COLUMN a b CHAR(29);
1641ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
1642ALTER TABLE t CHANGE COLUMN a b CHAR(30);
1643ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
1644ALTER TABLE t CHANGE COLUMN a b CHAR(31);
1645ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
1646ALTER TABLE t CHANGE COLUMN a b CHAR(32);
1647ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
1648ALTER TABLE t CHANGE COLUMN a b CHAR(33);
1649ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
1650ALTER TABLE t CHANGE COLUMN a b CHAR(34);
1651ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
1652ALTER TABLE t CHANGE COLUMN a b CHAR(35);
1653ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
1654ALTER TABLE t CHANGE COLUMN a b CHAR(36);
1655ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
1656ALTER TABLE t CHANGE COLUMN a b CHAR(37);
1657ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
1658ALTER TABLE t CHANGE COLUMN a b CHAR(38);
1659ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
1660ALTER TABLE t CHANGE COLUMN a b CHAR(39);
1661ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
1662ALTER TABLE t CHANGE COLUMN a b CHAR(40);
1663ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
1664ALTER TABLE t CHANGE COLUMN a b CHAR(41);
1665ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
1666ALTER TABLE t CHANGE COLUMN a b CHAR(42);
1667ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
1668ALTER TABLE t CHANGE COLUMN a b CHAR(43);
1669ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
1670ALTER TABLE t CHANGE COLUMN a b CHAR(44);
1671ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
1672ALTER TABLE t CHANGE COLUMN a b CHAR(45);
1673ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
1674ALTER TABLE t CHANGE COLUMN a b CHAR(46);
1675ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
1676ALTER TABLE t CHANGE COLUMN a b CHAR(47);
1677ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
1678ALTER TABLE t CHANGE COLUMN a b CHAR(48);
1679ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
1680ALTER TABLE t CHANGE COLUMN a b CHAR(49);
1681ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
1682ALTER TABLE t CHANGE COLUMN a b CHAR(50);
1683ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
1684ALTER TABLE t CHANGE COLUMN a b CHAR(51);
1685ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
1686ALTER TABLE t CHANGE COLUMN a b CHAR(52);
1687ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
1688ALTER TABLE t CHANGE COLUMN a b CHAR(53);
1689ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
1690ALTER TABLE t CHANGE COLUMN a b CHAR(54);
1691ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
1692ALTER TABLE t CHANGE COLUMN a b CHAR(55);
1693ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
1694ALTER TABLE t CHANGE COLUMN a b CHAR(56);
1695ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
1696ALTER TABLE t CHANGE COLUMN a b CHAR(57);
1697ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
1698ALTER TABLE t CHANGE COLUMN a b CHAR(58);
1699ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
1700ALTER TABLE t CHANGE COLUMN a b CHAR(59);
1701ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
1702ALTER TABLE t CHANGE COLUMN a b CHAR(60);
1703ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
1704ALTER TABLE t CHANGE COLUMN a b CHAR(61);
1705ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
1706ALTER TABLE t CHANGE COLUMN a b CHAR(62);
1707ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
1708ALTER TABLE t CHANGE COLUMN a b CHAR(63);
1709ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
1710ALTER TABLE t CHANGE COLUMN a b CHAR(64);
1711ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
1712ALTER TABLE t CHANGE COLUMN a b CHAR(65);
1713ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
1714ALTER TABLE t CHANGE COLUMN a b CHAR(66);
1715ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
1716ALTER TABLE t CHANGE COLUMN a b CHAR(67);
1717ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
1718ALTER TABLE t CHANGE COLUMN a b CHAR(68);
1719ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
1720ALTER TABLE t CHANGE COLUMN a b CHAR(69);
1721ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
1722ALTER TABLE t CHANGE COLUMN a b CHAR(70);
1723ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
1724ALTER TABLE t CHANGE COLUMN a b CHAR(71);
1725ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
1726ALTER TABLE t CHANGE COLUMN a b CHAR(72);
1727ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
1728ALTER TABLE t CHANGE COLUMN a b CHAR(73);
1729ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
1730ALTER TABLE t CHANGE COLUMN a b CHAR(74);
1731ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
1732ALTER TABLE t CHANGE COLUMN a b CHAR(75);
1733ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
1734ALTER TABLE t CHANGE COLUMN a b CHAR(76);
1735ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
1736ALTER TABLE t CHANGE COLUMN a b CHAR(77);
1737ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
1738ALTER TABLE t CHANGE COLUMN a b CHAR(78);
1739ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
1740ALTER TABLE t CHANGE COLUMN a b CHAR(79);
1741ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
1742ALTER TABLE t CHANGE COLUMN a b CHAR(80);
1743ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
1744ALTER TABLE t CHANGE COLUMN a b CHAR(81);
1745ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
1746ALTER TABLE t CHANGE COLUMN a b CHAR(82);
1747ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
1748ALTER TABLE t CHANGE COLUMN a b CHAR(83);
1749ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
1750ALTER TABLE t CHANGE COLUMN a b CHAR(84);
1751ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
1752ALTER TABLE t CHANGE COLUMN a b CHAR(85);
1753ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
1754ALTER TABLE t CHANGE COLUMN a b CHAR(86);
1755ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
1756ALTER TABLE t CHANGE COLUMN a b CHAR(87);
1757ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
1758ALTER TABLE t CHANGE COLUMN a b CHAR(88);
1759ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
1760ALTER TABLE t CHANGE COLUMN a b CHAR(89);
1761ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
1762ALTER TABLE t CHANGE COLUMN a b CHAR(90);
1763ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
1764ALTER TABLE t CHANGE COLUMN a b CHAR(91);
1765ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
1766ALTER TABLE t CHANGE COLUMN a b CHAR(92);
1767ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
1768ALTER TABLE t CHANGE COLUMN a b CHAR(93);
1769ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
1770ALTER TABLE t CHANGE COLUMN a b CHAR(94);
1771ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
1772ALTER TABLE t CHANGE COLUMN a b CHAR(95);
1773ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
1774ALTER TABLE t CHANGE COLUMN a b CHAR(96);
1775ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
1776ALTER TABLE t CHANGE COLUMN a b CHAR(97);
1777ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
1778ALTER TABLE t CHANGE COLUMN a b CHAR(98);
1779ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
1780ALTER TABLE t CHANGE COLUMN a b CHAR(99);
1781ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
1782ALTER TABLE t CHANGE COLUMN a b CHAR(100);
1783ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
1784ALTER TABLE t CHANGE COLUMN a b CHAR(101);
1785ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
1786ALTER TABLE t CHANGE COLUMN a b CHAR(102);
1787ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
1788ALTER TABLE t CHANGE COLUMN a b CHAR(103);
1789ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
1790ALTER TABLE t CHANGE COLUMN a b CHAR(104);
1791ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
1792ALTER TABLE t CHANGE COLUMN a b CHAR(105);
1793ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
1794ALTER TABLE t CHANGE COLUMN a b CHAR(106);
1795ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
1796ALTER TABLE t CHANGE COLUMN a b CHAR(107);
1797ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
1798ALTER TABLE t CHANGE COLUMN a b CHAR(108);
1799ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
1800ALTER TABLE t CHANGE COLUMN a b CHAR(109);
1801ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
1802ALTER TABLE t CHANGE COLUMN a b CHAR(110);
1803ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
1804ALTER TABLE t CHANGE COLUMN a b CHAR(111);
1805ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
1806ALTER TABLE t CHANGE COLUMN a b CHAR(112);
1807ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
1808ALTER TABLE t CHANGE COLUMN a b CHAR(113);
1809ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
1810ALTER TABLE t CHANGE COLUMN a b CHAR(114);
1811ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
1812ALTER TABLE t CHANGE COLUMN a b CHAR(115);
1813ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
1814ALTER TABLE t CHANGE COLUMN a b CHAR(116);
1815ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
1816ALTER TABLE t CHANGE COLUMN a b CHAR(117);
1817ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
1818ALTER TABLE t CHANGE COLUMN a b CHAR(118);
1819ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
1820ALTER TABLE t CHANGE COLUMN a b CHAR(119);
1821ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
1822ALTER TABLE t CHANGE COLUMN a b CHAR(120);
1823ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
1824ALTER TABLE t CHANGE COLUMN a b CHAR(121);
1825ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
1826ALTER TABLE t CHANGE COLUMN a b CHAR(122);
1827ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
1828ALTER TABLE t CHANGE COLUMN a b CHAR(123);
1829ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
1830ALTER TABLE t CHANGE COLUMN a b CHAR(124);
1831ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
1832ALTER TABLE t CHANGE COLUMN a b CHAR(125);
1833ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
1834ALTER TABLE t CHANGE COLUMN a b CHAR(126);
1835ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
1836ALTER TABLE t CHANGE COLUMN a b CHAR(127);
1837ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
1838ALTER TABLE t CHANGE COLUMN a b CHAR(128);
1839ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
1840ALTER TABLE t CHANGE COLUMN a b CHAR(129);
1841ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
1842ALTER TABLE t CHANGE COLUMN a b CHAR(130);
1843ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
1844ALTER TABLE t CHANGE COLUMN a b CHAR(131);
1845ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
1846ALTER TABLE t CHANGE COLUMN a b CHAR(132);
1847ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
1848ALTER TABLE t CHANGE COLUMN a b CHAR(133);
1849ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
1850ALTER TABLE t CHANGE COLUMN a b CHAR(134);
1851ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
1852ALTER TABLE t CHANGE COLUMN a b CHAR(135);
1853ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
1854ALTER TABLE t CHANGE COLUMN a b CHAR(136);
1855ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
1856ALTER TABLE t CHANGE COLUMN a b CHAR(137);
1857ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
1858ALTER TABLE t CHANGE COLUMN a b CHAR(138);
1859ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
1860ALTER TABLE t CHANGE COLUMN a b CHAR(139);
1861ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
1862ALTER TABLE t CHANGE COLUMN a b CHAR(140);
1863ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
1864ALTER TABLE t CHANGE COLUMN a b CHAR(141);
1865ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
1866ALTER TABLE t CHANGE COLUMN a b CHAR(142);
1867ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
1868ALTER TABLE t CHANGE COLUMN a b CHAR(143);
1869ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
1870ALTER TABLE t CHANGE COLUMN a b CHAR(144);
1871ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
1872ALTER TABLE t CHANGE COLUMN a b CHAR(145);
1873ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
1874ALTER TABLE t CHANGE COLUMN a b CHAR(146);
1875ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
1876ALTER TABLE t CHANGE COLUMN a b CHAR(147);
1877ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
1878ALTER TABLE t CHANGE COLUMN a b CHAR(148);
1879ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
1880ALTER TABLE t CHANGE COLUMN a b CHAR(149);
1881ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
1882ALTER TABLE t CHANGE COLUMN a b CHAR(150);
1883ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
1884ALTER TABLE t CHANGE COLUMN a b CHAR(151);
1885ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
1886ALTER TABLE t CHANGE COLUMN a b CHAR(152);
1887ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
1888ALTER TABLE t CHANGE COLUMN a b CHAR(153);
1889ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
1890ALTER TABLE t CHANGE COLUMN a b CHAR(154);
1891ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
1892ALTER TABLE t CHANGE COLUMN a b CHAR(155);
1893ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
1894ALTER TABLE t CHANGE COLUMN a b CHAR(156);
1895ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
1896ALTER TABLE t CHANGE COLUMN a b CHAR(157);
1897ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
1898ALTER TABLE t CHANGE COLUMN a b CHAR(158);
1899ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
1900ALTER TABLE t CHANGE COLUMN a b CHAR(159);
1901ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
1902ALTER TABLE t CHANGE COLUMN a b CHAR(160);
1903ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
1904ALTER TABLE t CHANGE COLUMN a b CHAR(161);
1905ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
1906ALTER TABLE t CHANGE COLUMN a b CHAR(162);
1907ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
1908ALTER TABLE t CHANGE COLUMN a b CHAR(163);
1909ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
1910ALTER TABLE t CHANGE COLUMN a b CHAR(164);
1911ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
1912ALTER TABLE t CHANGE COLUMN a b CHAR(165);
1913ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
1914ALTER TABLE t CHANGE COLUMN a b CHAR(166);
1915ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
1916ALTER TABLE t CHANGE COLUMN a b CHAR(167);
1917ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
1918ALTER TABLE t CHANGE COLUMN a b CHAR(168);
1919ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
1920ALTER TABLE t CHANGE COLUMN a b CHAR(169);
1921ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
1922ALTER TABLE t CHANGE COLUMN a b CHAR(170);
1923ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
1924ALTER TABLE t CHANGE COLUMN a b CHAR(171);
1925ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
1926ALTER TABLE t CHANGE COLUMN a b CHAR(172);
1927ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
1928ALTER TABLE t CHANGE COLUMN a b CHAR(173);
1929ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
1930ALTER TABLE t CHANGE COLUMN a b CHAR(174);
1931ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
1932ALTER TABLE t CHANGE COLUMN a b CHAR(175);
1933ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
1934ALTER TABLE t CHANGE COLUMN a b CHAR(176);
1935ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
1936ALTER TABLE t CHANGE COLUMN a b CHAR(177);
1937ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
1938ALTER TABLE t CHANGE COLUMN a b CHAR(178);
1939ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
1940ALTER TABLE t CHANGE COLUMN a b CHAR(179);
1941ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
1942ALTER TABLE t CHANGE COLUMN a b CHAR(180);
1943ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
1944ALTER TABLE t CHANGE COLUMN a b CHAR(181);
1945ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
1946ALTER TABLE t CHANGE COLUMN a b CHAR(182);
1947ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
1948ALTER TABLE t CHANGE COLUMN a b CHAR(183);
1949ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
1950ALTER TABLE t CHANGE COLUMN a b CHAR(184);
1951ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
1952ALTER TABLE t CHANGE COLUMN a b CHAR(185);
1953ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
1954ALTER TABLE t CHANGE COLUMN a b CHAR(186);
1955ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
1956ALTER TABLE t CHANGE COLUMN a b CHAR(187);
1957ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
1958ALTER TABLE t CHANGE COLUMN a b CHAR(188);
1959ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
1960ALTER TABLE t CHANGE COLUMN a b CHAR(189);
1961ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
1962ALTER TABLE t CHANGE COLUMN a b CHAR(190);
1963ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
1964ALTER TABLE t CHANGE COLUMN a b CHAR(191);
1965ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
1966ALTER TABLE t CHANGE COLUMN a b CHAR(192);
1967ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
1968ALTER TABLE t CHANGE COLUMN a b CHAR(193);
1969ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
1970ALTER TABLE t CHANGE COLUMN a b CHAR(194);
1971ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
1972ALTER TABLE t CHANGE COLUMN a b CHAR(195);
1973ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
1974ALTER TABLE t CHANGE COLUMN a b CHAR(196);
1975ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
1976ALTER TABLE t CHANGE COLUMN a b CHAR(197);
1977ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
1978ALTER TABLE t CHANGE COLUMN a b CHAR(198);
1979ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
1980ALTER TABLE t CHANGE COLUMN a b CHAR(199);
1981ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
1982ALTER TABLE t CHANGE COLUMN a b CHAR(200);
1983ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
1984ALTER TABLE t CHANGE COLUMN a b CHAR(201);
1985ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
1986ALTER TABLE t CHANGE COLUMN a b CHAR(202);
1987ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
1988ALTER TABLE t CHANGE COLUMN a b CHAR(203);
1989ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
1990ALTER TABLE t CHANGE COLUMN a b CHAR(204);
1991ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
1992ALTER TABLE t CHANGE COLUMN a b CHAR(205);
1993ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
1994ALTER TABLE t CHANGE COLUMN a b CHAR(206);
1995ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
1996ALTER TABLE t CHANGE COLUMN a b CHAR(207);
1997ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
1998ALTER TABLE t CHANGE COLUMN a b CHAR(208);
1999ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
2000ALTER TABLE t CHANGE COLUMN a b CHAR(209);
2001ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
2002ALTER TABLE t CHANGE COLUMN a b CHAR(210);
2003ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
2004ALTER TABLE t CHANGE COLUMN a b CHAR(211);
2005ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
2006ALTER TABLE t CHANGE COLUMN a b CHAR(212);
2007ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
2008ALTER TABLE t CHANGE COLUMN a b CHAR(213);
2009ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
2010ALTER TABLE t CHANGE COLUMN a b CHAR(214);
2011ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
2012ALTER TABLE t CHANGE COLUMN a b CHAR(215);
2013ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
2014ALTER TABLE t CHANGE COLUMN a b CHAR(216);
2015ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
2016ALTER TABLE t CHANGE COLUMN a b CHAR(217);
2017ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
2018ALTER TABLE t CHANGE COLUMN a b CHAR(218);
2019ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
2020ALTER TABLE t CHANGE COLUMN a b CHAR(219);
2021ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
2022ALTER TABLE t CHANGE COLUMN a b CHAR(220);
2023ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
2024ALTER TABLE t CHANGE COLUMN a b CHAR(221);
2025ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
2026ALTER TABLE t CHANGE COLUMN a b CHAR(222);
2027ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
2028ALTER TABLE t CHANGE COLUMN a b CHAR(223);
2029ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
2030ALTER TABLE t CHANGE COLUMN a b CHAR(224);
2031ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
2032ALTER TABLE t CHANGE COLUMN a b CHAR(225);
2033ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
2034ALTER TABLE t CHANGE COLUMN a b CHAR(226);
2035ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
2036ALTER TABLE t CHANGE COLUMN a b CHAR(227);
2037ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
2038ALTER TABLE t CHANGE COLUMN a b CHAR(228);
2039ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
2040ALTER TABLE t CHANGE COLUMN a b CHAR(229);
2041ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
2042ALTER TABLE t CHANGE COLUMN a b CHAR(230);
2043ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
2044ALTER TABLE t CHANGE COLUMN a b CHAR(231);
2045ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
2046ALTER TABLE t CHANGE COLUMN a b CHAR(232);
2047ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
2048ALTER TABLE t CHANGE COLUMN a b CHAR(233);
2049ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
2050ALTER TABLE t CHANGE COLUMN a b CHAR(234);
2051ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
2052ALTER TABLE t CHANGE COLUMN a b CHAR(235);
2053ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
2054ALTER TABLE t CHANGE COLUMN a b CHAR(236);
2055ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
2056ALTER TABLE t CHANGE COLUMN a b CHAR(237);
2057ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
2058ALTER TABLE t CHANGE COLUMN a b CHAR(238);
2059ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
2060ALTER TABLE t CHANGE COLUMN a b CHAR(239);
2061ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
2062ALTER TABLE t CHANGE COLUMN a b CHAR(240);
2063ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
2064ALTER TABLE t CHANGE COLUMN a b CHAR(241);
2065ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
2066ALTER TABLE t CHANGE COLUMN a b CHAR(242);
2067ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
2068ALTER TABLE t CHANGE COLUMN a b CHAR(243);
2069ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
2070ALTER TABLE t CHANGE COLUMN a b CHAR(244);
2071ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
2072ALTER TABLE t CHANGE COLUMN a b CHAR(245);
2073ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
2074ALTER TABLE t CHANGE COLUMN a b CHAR(246);
2075ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
2076ALTER TABLE t CHANGE COLUMN a b CHAR(247);
2077ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
2078ALTER TABLE t CHANGE COLUMN a b CHAR(248);
2079ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
2080ALTER TABLE t CHANGE COLUMN a b CHAR(249);
2081ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
2082ALTER TABLE t CHANGE COLUMN a b CHAR(250);
2083ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
2084ALTER TABLE t CHANGE COLUMN a b CHAR(251);
2085ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
2086ALTER TABLE t CHANGE COLUMN a b CHAR(252);
2087ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
2088ALTER TABLE t CHANGE COLUMN a b CHAR(253);
2089ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
2090ALTER TABLE t CHANGE COLUMN a b CHAR(254);
2091ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
2092ALTER TABLE t CHANGE COLUMN a b CHAR(255);
2093ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
2094DROP TABLE t;
2095CREATE TABLE t (a CHAR(5));
2096INSERT INTO t VALUES ('hi');
2097INSERT INTO t VALUES ('there');
2098INSERT INTO t VALUES ('people');
2099Warnings:
2100Warning	1265	Data truncated for column 'a' at row 1
2101ALTER TABLE t CHANGE COLUMN a b CHAR(2);
2102ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
2103ALTER TABLE t CHANGE COLUMN a b CHAR(3);
2104ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
2105ALTER TABLE t CHANGE COLUMN a b CHAR(4);
2106ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
2107CREATE TABLE ti LIKE t;
2108ALTER TABLE ti ENGINE=myisam;
2109INSERT INTO ti SELECT * FROM t;
2110ALTER TABLE ti CHANGE COLUMN a b CHAR(5);
2111ALTER TABLE ti CHANGE COLUMN b a CHAR(5);
2112ALTER TABLE t CHANGE COLUMN a b CHAR(5);
2113ALTER TABLE t CHANGE COLUMN b a CHAR(5);
2114include/diff_tables.inc [test.t, test.ti]
2115DROP TABLE ti;
2116ALTER TABLE t CHANGE COLUMN a b CHAR(6);
2117ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
2118ALTER TABLE t CHANGE COLUMN a b CHAR(7);
2119ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
2120ALTER TABLE t CHANGE COLUMN a b CHAR(8);
2121ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
2122ALTER TABLE t CHANGE COLUMN a b CHAR(9);
2123ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
2124ALTER TABLE t CHANGE COLUMN a b CHAR(10);
2125ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
2126ALTER TABLE t CHANGE COLUMN a b CHAR(11);
2127ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
2128ALTER TABLE t CHANGE COLUMN a b CHAR(12);
2129ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
2130ALTER TABLE t CHANGE COLUMN a b CHAR(13);
2131ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
2132ALTER TABLE t CHANGE COLUMN a b CHAR(14);
2133ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
2134ALTER TABLE t CHANGE COLUMN a b CHAR(15);
2135ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
2136ALTER TABLE t CHANGE COLUMN a b CHAR(16);
2137ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
2138ALTER TABLE t CHANGE COLUMN a b CHAR(17);
2139ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
2140ALTER TABLE t CHANGE COLUMN a b CHAR(18);
2141ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
2142ALTER TABLE t CHANGE COLUMN a b CHAR(19);
2143ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
2144ALTER TABLE t CHANGE COLUMN a b CHAR(20);
2145ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
2146ALTER TABLE t CHANGE COLUMN a b CHAR(21);
2147ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
2148ALTER TABLE t CHANGE COLUMN a b CHAR(22);
2149ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
2150ALTER TABLE t CHANGE COLUMN a b CHAR(23);
2151ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
2152ALTER TABLE t CHANGE COLUMN a b CHAR(24);
2153ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
2154ALTER TABLE t CHANGE COLUMN a b CHAR(25);
2155ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
2156ALTER TABLE t CHANGE COLUMN a b CHAR(26);
2157ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
2158ALTER TABLE t CHANGE COLUMN a b CHAR(27);
2159ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
2160ALTER TABLE t CHANGE COLUMN a b CHAR(28);
2161ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
2162ALTER TABLE t CHANGE COLUMN a b CHAR(29);
2163ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
2164ALTER TABLE t CHANGE COLUMN a b CHAR(30);
2165ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
2166ALTER TABLE t CHANGE COLUMN a b CHAR(31);
2167ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
2168ALTER TABLE t CHANGE COLUMN a b CHAR(32);
2169ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
2170ALTER TABLE t CHANGE COLUMN a b CHAR(33);
2171ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
2172ALTER TABLE t CHANGE COLUMN a b CHAR(34);
2173ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
2174ALTER TABLE t CHANGE COLUMN a b CHAR(35);
2175ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
2176ALTER TABLE t CHANGE COLUMN a b CHAR(36);
2177ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
2178ALTER TABLE t CHANGE COLUMN a b CHAR(37);
2179ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
2180ALTER TABLE t CHANGE COLUMN a b CHAR(38);
2181ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
2182ALTER TABLE t CHANGE COLUMN a b CHAR(39);
2183ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
2184ALTER TABLE t CHANGE COLUMN a b CHAR(40);
2185ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
2186ALTER TABLE t CHANGE COLUMN a b CHAR(41);
2187ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
2188ALTER TABLE t CHANGE COLUMN a b CHAR(42);
2189ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
2190ALTER TABLE t CHANGE COLUMN a b CHAR(43);
2191ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
2192ALTER TABLE t CHANGE COLUMN a b CHAR(44);
2193ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
2194ALTER TABLE t CHANGE COLUMN a b CHAR(45);
2195ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
2196ALTER TABLE t CHANGE COLUMN a b CHAR(46);
2197ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
2198ALTER TABLE t CHANGE COLUMN a b CHAR(47);
2199ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
2200ALTER TABLE t CHANGE COLUMN a b CHAR(48);
2201ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
2202ALTER TABLE t CHANGE COLUMN a b CHAR(49);
2203ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
2204ALTER TABLE t CHANGE COLUMN a b CHAR(50);
2205ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
2206ALTER TABLE t CHANGE COLUMN a b CHAR(51);
2207ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
2208ALTER TABLE t CHANGE COLUMN a b CHAR(52);
2209ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
2210ALTER TABLE t CHANGE COLUMN a b CHAR(53);
2211ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
2212ALTER TABLE t CHANGE COLUMN a b CHAR(54);
2213ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
2214ALTER TABLE t CHANGE COLUMN a b CHAR(55);
2215ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
2216ALTER TABLE t CHANGE COLUMN a b CHAR(56);
2217ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
2218ALTER TABLE t CHANGE COLUMN a b CHAR(57);
2219ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
2220ALTER TABLE t CHANGE COLUMN a b CHAR(58);
2221ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
2222ALTER TABLE t CHANGE COLUMN a b CHAR(59);
2223ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
2224ALTER TABLE t CHANGE COLUMN a b CHAR(60);
2225ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
2226ALTER TABLE t CHANGE COLUMN a b CHAR(61);
2227ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
2228ALTER TABLE t CHANGE COLUMN a b CHAR(62);
2229ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
2230ALTER TABLE t CHANGE COLUMN a b CHAR(63);
2231ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
2232ALTER TABLE t CHANGE COLUMN a b CHAR(64);
2233ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
2234ALTER TABLE t CHANGE COLUMN a b CHAR(65);
2235ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
2236ALTER TABLE t CHANGE COLUMN a b CHAR(66);
2237ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
2238ALTER TABLE t CHANGE COLUMN a b CHAR(67);
2239ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
2240ALTER TABLE t CHANGE COLUMN a b CHAR(68);
2241ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
2242ALTER TABLE t CHANGE COLUMN a b CHAR(69);
2243ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
2244ALTER TABLE t CHANGE COLUMN a b CHAR(70);
2245ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
2246ALTER TABLE t CHANGE COLUMN a b CHAR(71);
2247ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
2248ALTER TABLE t CHANGE COLUMN a b CHAR(72);
2249ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
2250ALTER TABLE t CHANGE COLUMN a b CHAR(73);
2251ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
2252ALTER TABLE t CHANGE COLUMN a b CHAR(74);
2253ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
2254ALTER TABLE t CHANGE COLUMN a b CHAR(75);
2255ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
2256ALTER TABLE t CHANGE COLUMN a b CHAR(76);
2257ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
2258ALTER TABLE t CHANGE COLUMN a b CHAR(77);
2259ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
2260ALTER TABLE t CHANGE COLUMN a b CHAR(78);
2261ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
2262ALTER TABLE t CHANGE COLUMN a b CHAR(79);
2263ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
2264ALTER TABLE t CHANGE COLUMN a b CHAR(80);
2265ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
2266ALTER TABLE t CHANGE COLUMN a b CHAR(81);
2267ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
2268ALTER TABLE t CHANGE COLUMN a b CHAR(82);
2269ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
2270ALTER TABLE t CHANGE COLUMN a b CHAR(83);
2271ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
2272ALTER TABLE t CHANGE COLUMN a b CHAR(84);
2273ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
2274ALTER TABLE t CHANGE COLUMN a b CHAR(85);
2275ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
2276ALTER TABLE t CHANGE COLUMN a b CHAR(86);
2277ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
2278ALTER TABLE t CHANGE COLUMN a b CHAR(87);
2279ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
2280ALTER TABLE t CHANGE COLUMN a b CHAR(88);
2281ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
2282ALTER TABLE t CHANGE COLUMN a b CHAR(89);
2283ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
2284ALTER TABLE t CHANGE COLUMN a b CHAR(90);
2285ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
2286ALTER TABLE t CHANGE COLUMN a b CHAR(91);
2287ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
2288ALTER TABLE t CHANGE COLUMN a b CHAR(92);
2289ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
2290ALTER TABLE t CHANGE COLUMN a b CHAR(93);
2291ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
2292ALTER TABLE t CHANGE COLUMN a b CHAR(94);
2293ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
2294ALTER TABLE t CHANGE COLUMN a b CHAR(95);
2295ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
2296ALTER TABLE t CHANGE COLUMN a b CHAR(96);
2297ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
2298ALTER TABLE t CHANGE COLUMN a b CHAR(97);
2299ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
2300ALTER TABLE t CHANGE COLUMN a b CHAR(98);
2301ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
2302ALTER TABLE t CHANGE COLUMN a b CHAR(99);
2303ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
2304ALTER TABLE t CHANGE COLUMN a b CHAR(100);
2305ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
2306ALTER TABLE t CHANGE COLUMN a b CHAR(101);
2307ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
2308ALTER TABLE t CHANGE COLUMN a b CHAR(102);
2309ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
2310ALTER TABLE t CHANGE COLUMN a b CHAR(103);
2311ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
2312ALTER TABLE t CHANGE COLUMN a b CHAR(104);
2313ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
2314ALTER TABLE t CHANGE COLUMN a b CHAR(105);
2315ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
2316ALTER TABLE t CHANGE COLUMN a b CHAR(106);
2317ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
2318ALTER TABLE t CHANGE COLUMN a b CHAR(107);
2319ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
2320ALTER TABLE t CHANGE COLUMN a b CHAR(108);
2321ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
2322ALTER TABLE t CHANGE COLUMN a b CHAR(109);
2323ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
2324ALTER TABLE t CHANGE COLUMN a b CHAR(110);
2325ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
2326ALTER TABLE t CHANGE COLUMN a b CHAR(111);
2327ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
2328ALTER TABLE t CHANGE COLUMN a b CHAR(112);
2329ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
2330ALTER TABLE t CHANGE COLUMN a b CHAR(113);
2331ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
2332ALTER TABLE t CHANGE COLUMN a b CHAR(114);
2333ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
2334ALTER TABLE t CHANGE COLUMN a b CHAR(115);
2335ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
2336ALTER TABLE t CHANGE COLUMN a b CHAR(116);
2337ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
2338ALTER TABLE t CHANGE COLUMN a b CHAR(117);
2339ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
2340ALTER TABLE t CHANGE COLUMN a b CHAR(118);
2341ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
2342ALTER TABLE t CHANGE COLUMN a b CHAR(119);
2343ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
2344ALTER TABLE t CHANGE COLUMN a b CHAR(120);
2345ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
2346ALTER TABLE t CHANGE COLUMN a b CHAR(121);
2347ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
2348ALTER TABLE t CHANGE COLUMN a b CHAR(122);
2349ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
2350ALTER TABLE t CHANGE COLUMN a b CHAR(123);
2351ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
2352ALTER TABLE t CHANGE COLUMN a b CHAR(124);
2353ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
2354ALTER TABLE t CHANGE COLUMN a b CHAR(125);
2355ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
2356ALTER TABLE t CHANGE COLUMN a b CHAR(126);
2357ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
2358ALTER TABLE t CHANGE COLUMN a b CHAR(127);
2359ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
2360ALTER TABLE t CHANGE COLUMN a b CHAR(128);
2361ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
2362ALTER TABLE t CHANGE COLUMN a b CHAR(129);
2363ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
2364ALTER TABLE t CHANGE COLUMN a b CHAR(130);
2365ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
2366ALTER TABLE t CHANGE COLUMN a b CHAR(131);
2367ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
2368ALTER TABLE t CHANGE COLUMN a b CHAR(132);
2369ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
2370ALTER TABLE t CHANGE COLUMN a b CHAR(133);
2371ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
2372ALTER TABLE t CHANGE COLUMN a b CHAR(134);
2373ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
2374ALTER TABLE t CHANGE COLUMN a b CHAR(135);
2375ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
2376ALTER TABLE t CHANGE COLUMN a b CHAR(136);
2377ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
2378ALTER TABLE t CHANGE COLUMN a b CHAR(137);
2379ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
2380ALTER TABLE t CHANGE COLUMN a b CHAR(138);
2381ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
2382ALTER TABLE t CHANGE COLUMN a b CHAR(139);
2383ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
2384ALTER TABLE t CHANGE COLUMN a b CHAR(140);
2385ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
2386ALTER TABLE t CHANGE COLUMN a b CHAR(141);
2387ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
2388ALTER TABLE t CHANGE COLUMN a b CHAR(142);
2389ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
2390ALTER TABLE t CHANGE COLUMN a b CHAR(143);
2391ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
2392ALTER TABLE t CHANGE COLUMN a b CHAR(144);
2393ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
2394ALTER TABLE t CHANGE COLUMN a b CHAR(145);
2395ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
2396ALTER TABLE t CHANGE COLUMN a b CHAR(146);
2397ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
2398ALTER TABLE t CHANGE COLUMN a b CHAR(147);
2399ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
2400ALTER TABLE t CHANGE COLUMN a b CHAR(148);
2401ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
2402ALTER TABLE t CHANGE COLUMN a b CHAR(149);
2403ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
2404ALTER TABLE t CHANGE COLUMN a b CHAR(150);
2405ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
2406ALTER TABLE t CHANGE COLUMN a b CHAR(151);
2407ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
2408ALTER TABLE t CHANGE COLUMN a b CHAR(152);
2409ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
2410ALTER TABLE t CHANGE COLUMN a b CHAR(153);
2411ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
2412ALTER TABLE t CHANGE COLUMN a b CHAR(154);
2413ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
2414ALTER TABLE t CHANGE COLUMN a b CHAR(155);
2415ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
2416ALTER TABLE t CHANGE COLUMN a b CHAR(156);
2417ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
2418ALTER TABLE t CHANGE COLUMN a b CHAR(157);
2419ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
2420ALTER TABLE t CHANGE COLUMN a b CHAR(158);
2421ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
2422ALTER TABLE t CHANGE COLUMN a b CHAR(159);
2423ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
2424ALTER TABLE t CHANGE COLUMN a b CHAR(160);
2425ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
2426ALTER TABLE t CHANGE COLUMN a b CHAR(161);
2427ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
2428ALTER TABLE t CHANGE COLUMN a b CHAR(162);
2429ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
2430ALTER TABLE t CHANGE COLUMN a b CHAR(163);
2431ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
2432ALTER TABLE t CHANGE COLUMN a b CHAR(164);
2433ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
2434ALTER TABLE t CHANGE COLUMN a b CHAR(165);
2435ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
2436ALTER TABLE t CHANGE COLUMN a b CHAR(166);
2437ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
2438ALTER TABLE t CHANGE COLUMN a b CHAR(167);
2439ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
2440ALTER TABLE t CHANGE COLUMN a b CHAR(168);
2441ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
2442ALTER TABLE t CHANGE COLUMN a b CHAR(169);
2443ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
2444ALTER TABLE t CHANGE COLUMN a b CHAR(170);
2445ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
2446ALTER TABLE t CHANGE COLUMN a b CHAR(171);
2447ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
2448ALTER TABLE t CHANGE COLUMN a b CHAR(172);
2449ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
2450ALTER TABLE t CHANGE COLUMN a b CHAR(173);
2451ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
2452ALTER TABLE t CHANGE COLUMN a b CHAR(174);
2453ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
2454ALTER TABLE t CHANGE COLUMN a b CHAR(175);
2455ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
2456ALTER TABLE t CHANGE COLUMN a b CHAR(176);
2457ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
2458ALTER TABLE t CHANGE COLUMN a b CHAR(177);
2459ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
2460ALTER TABLE t CHANGE COLUMN a b CHAR(178);
2461ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
2462ALTER TABLE t CHANGE COLUMN a b CHAR(179);
2463ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
2464ALTER TABLE t CHANGE COLUMN a b CHAR(180);
2465ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
2466ALTER TABLE t CHANGE COLUMN a b CHAR(181);
2467ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
2468ALTER TABLE t CHANGE COLUMN a b CHAR(182);
2469ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
2470ALTER TABLE t CHANGE COLUMN a b CHAR(183);
2471ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
2472ALTER TABLE t CHANGE COLUMN a b CHAR(184);
2473ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
2474ALTER TABLE t CHANGE COLUMN a b CHAR(185);
2475ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
2476ALTER TABLE t CHANGE COLUMN a b CHAR(186);
2477ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
2478ALTER TABLE t CHANGE COLUMN a b CHAR(187);
2479ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
2480ALTER TABLE t CHANGE COLUMN a b CHAR(188);
2481ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
2482ALTER TABLE t CHANGE COLUMN a b CHAR(189);
2483ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
2484ALTER TABLE t CHANGE COLUMN a b CHAR(190);
2485ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
2486ALTER TABLE t CHANGE COLUMN a b CHAR(191);
2487ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
2488ALTER TABLE t CHANGE COLUMN a b CHAR(192);
2489ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
2490ALTER TABLE t CHANGE COLUMN a b CHAR(193);
2491ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
2492ALTER TABLE t CHANGE COLUMN a b CHAR(194);
2493ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
2494ALTER TABLE t CHANGE COLUMN a b CHAR(195);
2495ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
2496ALTER TABLE t CHANGE COLUMN a b CHAR(196);
2497ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
2498ALTER TABLE t CHANGE COLUMN a b CHAR(197);
2499ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
2500ALTER TABLE t CHANGE COLUMN a b CHAR(198);
2501ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
2502ALTER TABLE t CHANGE COLUMN a b CHAR(199);
2503ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
2504ALTER TABLE t CHANGE COLUMN a b CHAR(200);
2505ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
2506ALTER TABLE t CHANGE COLUMN a b CHAR(201);
2507ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
2508ALTER TABLE t CHANGE COLUMN a b CHAR(202);
2509ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
2510ALTER TABLE t CHANGE COLUMN a b CHAR(203);
2511ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
2512ALTER TABLE t CHANGE COLUMN a b CHAR(204);
2513ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
2514ALTER TABLE t CHANGE COLUMN a b CHAR(205);
2515ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
2516ALTER TABLE t CHANGE COLUMN a b CHAR(206);
2517ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
2518ALTER TABLE t CHANGE COLUMN a b CHAR(207);
2519ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
2520ALTER TABLE t CHANGE COLUMN a b CHAR(208);
2521ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
2522ALTER TABLE t CHANGE COLUMN a b CHAR(209);
2523ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
2524ALTER TABLE t CHANGE COLUMN a b CHAR(210);
2525ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
2526ALTER TABLE t CHANGE COLUMN a b CHAR(211);
2527ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
2528ALTER TABLE t CHANGE COLUMN a b CHAR(212);
2529ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
2530ALTER TABLE t CHANGE COLUMN a b CHAR(213);
2531ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
2532ALTER TABLE t CHANGE COLUMN a b CHAR(214);
2533ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
2534ALTER TABLE t CHANGE COLUMN a b CHAR(215);
2535ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
2536ALTER TABLE t CHANGE COLUMN a b CHAR(216);
2537ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
2538ALTER TABLE t CHANGE COLUMN a b CHAR(217);
2539ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
2540ALTER TABLE t CHANGE COLUMN a b CHAR(218);
2541ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
2542ALTER TABLE t CHANGE COLUMN a b CHAR(219);
2543ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
2544ALTER TABLE t CHANGE COLUMN a b CHAR(220);
2545ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
2546ALTER TABLE t CHANGE COLUMN a b CHAR(221);
2547ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
2548ALTER TABLE t CHANGE COLUMN a b CHAR(222);
2549ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
2550ALTER TABLE t CHANGE COLUMN a b CHAR(223);
2551ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
2552ALTER TABLE t CHANGE COLUMN a b CHAR(224);
2553ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
2554ALTER TABLE t CHANGE COLUMN a b CHAR(225);
2555ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
2556ALTER TABLE t CHANGE COLUMN a b CHAR(226);
2557ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
2558ALTER TABLE t CHANGE COLUMN a b CHAR(227);
2559ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
2560ALTER TABLE t CHANGE COLUMN a b CHAR(228);
2561ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
2562ALTER TABLE t CHANGE COLUMN a b CHAR(229);
2563ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
2564ALTER TABLE t CHANGE COLUMN a b CHAR(230);
2565ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
2566ALTER TABLE t CHANGE COLUMN a b CHAR(231);
2567ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
2568ALTER TABLE t CHANGE COLUMN a b CHAR(232);
2569ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
2570ALTER TABLE t CHANGE COLUMN a b CHAR(233);
2571ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
2572ALTER TABLE t CHANGE COLUMN a b CHAR(234);
2573ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
2574ALTER TABLE t CHANGE COLUMN a b CHAR(235);
2575ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
2576ALTER TABLE t CHANGE COLUMN a b CHAR(236);
2577ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
2578ALTER TABLE t CHANGE COLUMN a b CHAR(237);
2579ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
2580ALTER TABLE t CHANGE COLUMN a b CHAR(238);
2581ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
2582ALTER TABLE t CHANGE COLUMN a b CHAR(239);
2583ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
2584ALTER TABLE t CHANGE COLUMN a b CHAR(240);
2585ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
2586ALTER TABLE t CHANGE COLUMN a b CHAR(241);
2587ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
2588ALTER TABLE t CHANGE COLUMN a b CHAR(242);
2589ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
2590ALTER TABLE t CHANGE COLUMN a b CHAR(243);
2591ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
2592ALTER TABLE t CHANGE COLUMN a b CHAR(244);
2593ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
2594ALTER TABLE t CHANGE COLUMN a b CHAR(245);
2595ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
2596ALTER TABLE t CHANGE COLUMN a b CHAR(246);
2597ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
2598ALTER TABLE t CHANGE COLUMN a b CHAR(247);
2599ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
2600ALTER TABLE t CHANGE COLUMN a b CHAR(248);
2601ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
2602ALTER TABLE t CHANGE COLUMN a b CHAR(249);
2603ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
2604ALTER TABLE t CHANGE COLUMN a b CHAR(250);
2605ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
2606ALTER TABLE t CHANGE COLUMN a b CHAR(251);
2607ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
2608ALTER TABLE t CHANGE COLUMN a b CHAR(252);
2609ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
2610ALTER TABLE t CHANGE COLUMN a b CHAR(253);
2611ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
2612ALTER TABLE t CHANGE COLUMN a b CHAR(254);
2613ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
2614ALTER TABLE t CHANGE COLUMN a b CHAR(255);
2615ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
2616DROP TABLE t;
2617CREATE TABLE t (a CHAR(6));
2618INSERT INTO t VALUES ('hi');
2619INSERT INTO t VALUES ('there');
2620INSERT INTO t VALUES ('people');
2621ALTER TABLE t CHANGE COLUMN a b CHAR(2);
2622ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
2623ALTER TABLE t CHANGE COLUMN a b CHAR(3);
2624ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
2625ALTER TABLE t CHANGE COLUMN a b CHAR(4);
2626ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
2627ALTER TABLE t CHANGE COLUMN a b CHAR(5);
2628ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
2629CREATE TABLE ti LIKE t;
2630ALTER TABLE ti ENGINE=myisam;
2631INSERT INTO ti SELECT * FROM t;
2632ALTER TABLE ti CHANGE COLUMN a b CHAR(6);
2633ALTER TABLE ti CHANGE COLUMN b a CHAR(6);
2634ALTER TABLE t CHANGE COLUMN a b CHAR(6);
2635ALTER TABLE t CHANGE COLUMN b a CHAR(6);
2636include/diff_tables.inc [test.t, test.ti]
2637DROP TABLE ti;
2638ALTER TABLE t CHANGE COLUMN a b CHAR(7);
2639ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
2640ALTER TABLE t CHANGE COLUMN a b CHAR(8);
2641ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
2642ALTER TABLE t CHANGE COLUMN a b CHAR(9);
2643ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
2644ALTER TABLE t CHANGE COLUMN a b CHAR(10);
2645ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
2646ALTER TABLE t CHANGE COLUMN a b CHAR(11);
2647ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
2648ALTER TABLE t CHANGE COLUMN a b CHAR(12);
2649ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
2650ALTER TABLE t CHANGE COLUMN a b CHAR(13);
2651ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
2652ALTER TABLE t CHANGE COLUMN a b CHAR(14);
2653ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
2654ALTER TABLE t CHANGE COLUMN a b CHAR(15);
2655ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
2656ALTER TABLE t CHANGE COLUMN a b CHAR(16);
2657ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
2658ALTER TABLE t CHANGE COLUMN a b CHAR(17);
2659ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
2660ALTER TABLE t CHANGE COLUMN a b CHAR(18);
2661ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
2662ALTER TABLE t CHANGE COLUMN a b CHAR(19);
2663ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
2664ALTER TABLE t CHANGE COLUMN a b CHAR(20);
2665ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
2666ALTER TABLE t CHANGE COLUMN a b CHAR(21);
2667ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
2668ALTER TABLE t CHANGE COLUMN a b CHAR(22);
2669ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
2670ALTER TABLE t CHANGE COLUMN a b CHAR(23);
2671ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
2672ALTER TABLE t CHANGE COLUMN a b CHAR(24);
2673ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
2674ALTER TABLE t CHANGE COLUMN a b CHAR(25);
2675ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
2676ALTER TABLE t CHANGE COLUMN a b CHAR(26);
2677ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
2678ALTER TABLE t CHANGE COLUMN a b CHAR(27);
2679ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
2680ALTER TABLE t CHANGE COLUMN a b CHAR(28);
2681ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
2682ALTER TABLE t CHANGE COLUMN a b CHAR(29);
2683ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
2684ALTER TABLE t CHANGE COLUMN a b CHAR(30);
2685ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
2686ALTER TABLE t CHANGE COLUMN a b CHAR(31);
2687ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
2688ALTER TABLE t CHANGE COLUMN a b CHAR(32);
2689ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
2690ALTER TABLE t CHANGE COLUMN a b CHAR(33);
2691ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
2692ALTER TABLE t CHANGE COLUMN a b CHAR(34);
2693ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
2694ALTER TABLE t CHANGE COLUMN a b CHAR(35);
2695ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
2696ALTER TABLE t CHANGE COLUMN a b CHAR(36);
2697ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
2698ALTER TABLE t CHANGE COLUMN a b CHAR(37);
2699ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
2700ALTER TABLE t CHANGE COLUMN a b CHAR(38);
2701ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
2702ALTER TABLE t CHANGE COLUMN a b CHAR(39);
2703ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
2704ALTER TABLE t CHANGE COLUMN a b CHAR(40);
2705ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
2706ALTER TABLE t CHANGE COLUMN a b CHAR(41);
2707ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
2708ALTER TABLE t CHANGE COLUMN a b CHAR(42);
2709ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
2710ALTER TABLE t CHANGE COLUMN a b CHAR(43);
2711ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
2712ALTER TABLE t CHANGE COLUMN a b CHAR(44);
2713ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
2714ALTER TABLE t CHANGE COLUMN a b CHAR(45);
2715ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
2716ALTER TABLE t CHANGE COLUMN a b CHAR(46);
2717ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
2718ALTER TABLE t CHANGE COLUMN a b CHAR(47);
2719ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
2720ALTER TABLE t CHANGE COLUMN a b CHAR(48);
2721ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
2722ALTER TABLE t CHANGE COLUMN a b CHAR(49);
2723ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
2724ALTER TABLE t CHANGE COLUMN a b CHAR(50);
2725ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
2726ALTER TABLE t CHANGE COLUMN a b CHAR(51);
2727ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
2728ALTER TABLE t CHANGE COLUMN a b CHAR(52);
2729ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
2730ALTER TABLE t CHANGE COLUMN a b CHAR(53);
2731ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
2732ALTER TABLE t CHANGE COLUMN a b CHAR(54);
2733ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
2734ALTER TABLE t CHANGE COLUMN a b CHAR(55);
2735ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
2736ALTER TABLE t CHANGE COLUMN a b CHAR(56);
2737ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
2738ALTER TABLE t CHANGE COLUMN a b CHAR(57);
2739ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
2740ALTER TABLE t CHANGE COLUMN a b CHAR(58);
2741ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
2742ALTER TABLE t CHANGE COLUMN a b CHAR(59);
2743ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
2744ALTER TABLE t CHANGE COLUMN a b CHAR(60);
2745ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
2746ALTER TABLE t CHANGE COLUMN a b CHAR(61);
2747ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
2748ALTER TABLE t CHANGE COLUMN a b CHAR(62);
2749ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
2750ALTER TABLE t CHANGE COLUMN a b CHAR(63);
2751ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
2752ALTER TABLE t CHANGE COLUMN a b CHAR(64);
2753ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
2754ALTER TABLE t CHANGE COLUMN a b CHAR(65);
2755ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
2756ALTER TABLE t CHANGE COLUMN a b CHAR(66);
2757ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
2758ALTER TABLE t CHANGE COLUMN a b CHAR(67);
2759ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
2760ALTER TABLE t CHANGE COLUMN a b CHAR(68);
2761ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
2762ALTER TABLE t CHANGE COLUMN a b CHAR(69);
2763ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
2764ALTER TABLE t CHANGE COLUMN a b CHAR(70);
2765ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
2766ALTER TABLE t CHANGE COLUMN a b CHAR(71);
2767ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
2768ALTER TABLE t CHANGE COLUMN a b CHAR(72);
2769ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
2770ALTER TABLE t CHANGE COLUMN a b CHAR(73);
2771ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
2772ALTER TABLE t CHANGE COLUMN a b CHAR(74);
2773ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
2774ALTER TABLE t CHANGE COLUMN a b CHAR(75);
2775ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
2776ALTER TABLE t CHANGE COLUMN a b CHAR(76);
2777ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
2778ALTER TABLE t CHANGE COLUMN a b CHAR(77);
2779ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
2780ALTER TABLE t CHANGE COLUMN a b CHAR(78);
2781ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
2782ALTER TABLE t CHANGE COLUMN a b CHAR(79);
2783ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
2784ALTER TABLE t CHANGE COLUMN a b CHAR(80);
2785ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
2786ALTER TABLE t CHANGE COLUMN a b CHAR(81);
2787ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
2788ALTER TABLE t CHANGE COLUMN a b CHAR(82);
2789ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
2790ALTER TABLE t CHANGE COLUMN a b CHAR(83);
2791ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
2792ALTER TABLE t CHANGE COLUMN a b CHAR(84);
2793ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
2794ALTER TABLE t CHANGE COLUMN a b CHAR(85);
2795ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
2796ALTER TABLE t CHANGE COLUMN a b CHAR(86);
2797ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
2798ALTER TABLE t CHANGE COLUMN a b CHAR(87);
2799ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
2800ALTER TABLE t CHANGE COLUMN a b CHAR(88);
2801ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
2802ALTER TABLE t CHANGE COLUMN a b CHAR(89);
2803ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
2804ALTER TABLE t CHANGE COLUMN a b CHAR(90);
2805ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
2806ALTER TABLE t CHANGE COLUMN a b CHAR(91);
2807ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
2808ALTER TABLE t CHANGE COLUMN a b CHAR(92);
2809ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
2810ALTER TABLE t CHANGE COLUMN a b CHAR(93);
2811ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
2812ALTER TABLE t CHANGE COLUMN a b CHAR(94);
2813ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
2814ALTER TABLE t CHANGE COLUMN a b CHAR(95);
2815ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
2816ALTER TABLE t CHANGE COLUMN a b CHAR(96);
2817ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
2818ALTER TABLE t CHANGE COLUMN a b CHAR(97);
2819ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
2820ALTER TABLE t CHANGE COLUMN a b CHAR(98);
2821ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
2822ALTER TABLE t CHANGE COLUMN a b CHAR(99);
2823ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
2824ALTER TABLE t CHANGE COLUMN a b CHAR(100);
2825ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
2826ALTER TABLE t CHANGE COLUMN a b CHAR(101);
2827ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
2828ALTER TABLE t CHANGE COLUMN a b CHAR(102);
2829ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
2830ALTER TABLE t CHANGE COLUMN a b CHAR(103);
2831ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
2832ALTER TABLE t CHANGE COLUMN a b CHAR(104);
2833ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
2834ALTER TABLE t CHANGE COLUMN a b CHAR(105);
2835ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
2836ALTER TABLE t CHANGE COLUMN a b CHAR(106);
2837ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
2838ALTER TABLE t CHANGE COLUMN a b CHAR(107);
2839ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
2840ALTER TABLE t CHANGE COLUMN a b CHAR(108);
2841ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
2842ALTER TABLE t CHANGE COLUMN a b CHAR(109);
2843ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
2844ALTER TABLE t CHANGE COLUMN a b CHAR(110);
2845ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
2846ALTER TABLE t CHANGE COLUMN a b CHAR(111);
2847ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
2848ALTER TABLE t CHANGE COLUMN a b CHAR(112);
2849ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
2850ALTER TABLE t CHANGE COLUMN a b CHAR(113);
2851ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
2852ALTER TABLE t CHANGE COLUMN a b CHAR(114);
2853ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
2854ALTER TABLE t CHANGE COLUMN a b CHAR(115);
2855ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
2856ALTER TABLE t CHANGE COLUMN a b CHAR(116);
2857ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
2858ALTER TABLE t CHANGE COLUMN a b CHAR(117);
2859ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
2860ALTER TABLE t CHANGE COLUMN a b CHAR(118);
2861ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
2862ALTER TABLE t CHANGE COLUMN a b CHAR(119);
2863ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
2864ALTER TABLE t CHANGE COLUMN a b CHAR(120);
2865ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
2866ALTER TABLE t CHANGE COLUMN a b CHAR(121);
2867ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
2868ALTER TABLE t CHANGE COLUMN a b CHAR(122);
2869ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
2870ALTER TABLE t CHANGE COLUMN a b CHAR(123);
2871ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
2872ALTER TABLE t CHANGE COLUMN a b CHAR(124);
2873ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
2874ALTER TABLE t CHANGE COLUMN a b CHAR(125);
2875ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
2876ALTER TABLE t CHANGE COLUMN a b CHAR(126);
2877ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
2878ALTER TABLE t CHANGE COLUMN a b CHAR(127);
2879ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
2880ALTER TABLE t CHANGE COLUMN a b CHAR(128);
2881ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
2882ALTER TABLE t CHANGE COLUMN a b CHAR(129);
2883ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
2884ALTER TABLE t CHANGE COLUMN a b CHAR(130);
2885ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
2886ALTER TABLE t CHANGE COLUMN a b CHAR(131);
2887ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
2888ALTER TABLE t CHANGE COLUMN a b CHAR(132);
2889ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
2890ALTER TABLE t CHANGE COLUMN a b CHAR(133);
2891ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
2892ALTER TABLE t CHANGE COLUMN a b CHAR(134);
2893ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
2894ALTER TABLE t CHANGE COLUMN a b CHAR(135);
2895ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
2896ALTER TABLE t CHANGE COLUMN a b CHAR(136);
2897ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
2898ALTER TABLE t CHANGE COLUMN a b CHAR(137);
2899ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
2900ALTER TABLE t CHANGE COLUMN a b CHAR(138);
2901ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
2902ALTER TABLE t CHANGE COLUMN a b CHAR(139);
2903ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
2904ALTER TABLE t CHANGE COLUMN a b CHAR(140);
2905ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
2906ALTER TABLE t CHANGE COLUMN a b CHAR(141);
2907ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
2908ALTER TABLE t CHANGE COLUMN a b CHAR(142);
2909ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
2910ALTER TABLE t CHANGE COLUMN a b CHAR(143);
2911ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
2912ALTER TABLE t CHANGE COLUMN a b CHAR(144);
2913ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
2914ALTER TABLE t CHANGE COLUMN a b CHAR(145);
2915ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
2916ALTER TABLE t CHANGE COLUMN a b CHAR(146);
2917ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
2918ALTER TABLE t CHANGE COLUMN a b CHAR(147);
2919ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
2920ALTER TABLE t CHANGE COLUMN a b CHAR(148);
2921ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
2922ALTER TABLE t CHANGE COLUMN a b CHAR(149);
2923ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
2924ALTER TABLE t CHANGE COLUMN a b CHAR(150);
2925ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
2926ALTER TABLE t CHANGE COLUMN a b CHAR(151);
2927ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
2928ALTER TABLE t CHANGE COLUMN a b CHAR(152);
2929ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
2930ALTER TABLE t CHANGE COLUMN a b CHAR(153);
2931ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
2932ALTER TABLE t CHANGE COLUMN a b CHAR(154);
2933ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
2934ALTER TABLE t CHANGE COLUMN a b CHAR(155);
2935ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
2936ALTER TABLE t CHANGE COLUMN a b CHAR(156);
2937ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
2938ALTER TABLE t CHANGE COLUMN a b CHAR(157);
2939ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
2940ALTER TABLE t CHANGE COLUMN a b CHAR(158);
2941ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
2942ALTER TABLE t CHANGE COLUMN a b CHAR(159);
2943ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
2944ALTER TABLE t CHANGE COLUMN a b CHAR(160);
2945ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
2946ALTER TABLE t CHANGE COLUMN a b CHAR(161);
2947ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
2948ALTER TABLE t CHANGE COLUMN a b CHAR(162);
2949ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
2950ALTER TABLE t CHANGE COLUMN a b CHAR(163);
2951ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
2952ALTER TABLE t CHANGE COLUMN a b CHAR(164);
2953ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
2954ALTER TABLE t CHANGE COLUMN a b CHAR(165);
2955ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
2956ALTER TABLE t CHANGE COLUMN a b CHAR(166);
2957ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
2958ALTER TABLE t CHANGE COLUMN a b CHAR(167);
2959ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
2960ALTER TABLE t CHANGE COLUMN a b CHAR(168);
2961ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
2962ALTER TABLE t CHANGE COLUMN a b CHAR(169);
2963ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
2964ALTER TABLE t CHANGE COLUMN a b CHAR(170);
2965ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
2966ALTER TABLE t CHANGE COLUMN a b CHAR(171);
2967ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
2968ALTER TABLE t CHANGE COLUMN a b CHAR(172);
2969ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
2970ALTER TABLE t CHANGE COLUMN a b CHAR(173);
2971ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
2972ALTER TABLE t CHANGE COLUMN a b CHAR(174);
2973ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
2974ALTER TABLE t CHANGE COLUMN a b CHAR(175);
2975ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
2976ALTER TABLE t CHANGE COLUMN a b CHAR(176);
2977ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
2978ALTER TABLE t CHANGE COLUMN a b CHAR(177);
2979ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
2980ALTER TABLE t CHANGE COLUMN a b CHAR(178);
2981ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
2982ALTER TABLE t CHANGE COLUMN a b CHAR(179);
2983ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
2984ALTER TABLE t CHANGE COLUMN a b CHAR(180);
2985ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
2986ALTER TABLE t CHANGE COLUMN a b CHAR(181);
2987ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
2988ALTER TABLE t CHANGE COLUMN a b CHAR(182);
2989ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
2990ALTER TABLE t CHANGE COLUMN a b CHAR(183);
2991ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
2992ALTER TABLE t CHANGE COLUMN a b CHAR(184);
2993ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
2994ALTER TABLE t CHANGE COLUMN a b CHAR(185);
2995ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
2996ALTER TABLE t CHANGE COLUMN a b CHAR(186);
2997ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
2998ALTER TABLE t CHANGE COLUMN a b CHAR(187);
2999ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
3000ALTER TABLE t CHANGE COLUMN a b CHAR(188);
3001ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
3002ALTER TABLE t CHANGE COLUMN a b CHAR(189);
3003ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
3004ALTER TABLE t CHANGE COLUMN a b CHAR(190);
3005ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
3006ALTER TABLE t CHANGE COLUMN a b CHAR(191);
3007ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
3008ALTER TABLE t CHANGE COLUMN a b CHAR(192);
3009ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
3010ALTER TABLE t CHANGE COLUMN a b CHAR(193);
3011ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
3012ALTER TABLE t CHANGE COLUMN a b CHAR(194);
3013ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
3014ALTER TABLE t CHANGE COLUMN a b CHAR(195);
3015ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
3016ALTER TABLE t CHANGE COLUMN a b CHAR(196);
3017ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
3018ALTER TABLE t CHANGE COLUMN a b CHAR(197);
3019ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
3020ALTER TABLE t CHANGE COLUMN a b CHAR(198);
3021ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
3022ALTER TABLE t CHANGE COLUMN a b CHAR(199);
3023ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
3024ALTER TABLE t CHANGE COLUMN a b CHAR(200);
3025ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
3026ALTER TABLE t CHANGE COLUMN a b CHAR(201);
3027ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
3028ALTER TABLE t CHANGE COLUMN a b CHAR(202);
3029ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
3030ALTER TABLE t CHANGE COLUMN a b CHAR(203);
3031ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
3032ALTER TABLE t CHANGE COLUMN a b CHAR(204);
3033ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
3034ALTER TABLE t CHANGE COLUMN a b CHAR(205);
3035ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
3036ALTER TABLE t CHANGE COLUMN a b CHAR(206);
3037ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
3038ALTER TABLE t CHANGE COLUMN a b CHAR(207);
3039ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
3040ALTER TABLE t CHANGE COLUMN a b CHAR(208);
3041ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
3042ALTER TABLE t CHANGE COLUMN a b CHAR(209);
3043ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
3044ALTER TABLE t CHANGE COLUMN a b CHAR(210);
3045ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
3046ALTER TABLE t CHANGE COLUMN a b CHAR(211);
3047ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
3048ALTER TABLE t CHANGE COLUMN a b CHAR(212);
3049ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
3050ALTER TABLE t CHANGE COLUMN a b CHAR(213);
3051ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
3052ALTER TABLE t CHANGE COLUMN a b CHAR(214);
3053ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
3054ALTER TABLE t CHANGE COLUMN a b CHAR(215);
3055ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
3056ALTER TABLE t CHANGE COLUMN a b CHAR(216);
3057ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
3058ALTER TABLE t CHANGE COLUMN a b CHAR(217);
3059ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
3060ALTER TABLE t CHANGE COLUMN a b CHAR(218);
3061ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
3062ALTER TABLE t CHANGE COLUMN a b CHAR(219);
3063ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
3064ALTER TABLE t CHANGE COLUMN a b CHAR(220);
3065ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
3066ALTER TABLE t CHANGE COLUMN a b CHAR(221);
3067ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
3068ALTER TABLE t CHANGE COLUMN a b CHAR(222);
3069ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
3070ALTER TABLE t CHANGE COLUMN a b CHAR(223);
3071ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
3072ALTER TABLE t CHANGE COLUMN a b CHAR(224);
3073ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
3074ALTER TABLE t CHANGE COLUMN a b CHAR(225);
3075ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
3076ALTER TABLE t CHANGE COLUMN a b CHAR(226);
3077ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
3078ALTER TABLE t CHANGE COLUMN a b CHAR(227);
3079ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
3080ALTER TABLE t CHANGE COLUMN a b CHAR(228);
3081ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
3082ALTER TABLE t CHANGE COLUMN a b CHAR(229);
3083ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
3084ALTER TABLE t CHANGE COLUMN a b CHAR(230);
3085ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
3086ALTER TABLE t CHANGE COLUMN a b CHAR(231);
3087ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
3088ALTER TABLE t CHANGE COLUMN a b CHAR(232);
3089ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
3090ALTER TABLE t CHANGE COLUMN a b CHAR(233);
3091ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
3092ALTER TABLE t CHANGE COLUMN a b CHAR(234);
3093ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
3094ALTER TABLE t CHANGE COLUMN a b CHAR(235);
3095ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
3096ALTER TABLE t CHANGE COLUMN a b CHAR(236);
3097ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
3098ALTER TABLE t CHANGE COLUMN a b CHAR(237);
3099ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
3100ALTER TABLE t CHANGE COLUMN a b CHAR(238);
3101ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
3102ALTER TABLE t CHANGE COLUMN a b CHAR(239);
3103ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
3104ALTER TABLE t CHANGE COLUMN a b CHAR(240);
3105ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
3106ALTER TABLE t CHANGE COLUMN a b CHAR(241);
3107ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
3108ALTER TABLE t CHANGE COLUMN a b CHAR(242);
3109ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
3110ALTER TABLE t CHANGE COLUMN a b CHAR(243);
3111ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
3112ALTER TABLE t CHANGE COLUMN a b CHAR(244);
3113ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
3114ALTER TABLE t CHANGE COLUMN a b CHAR(245);
3115ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
3116ALTER TABLE t CHANGE COLUMN a b CHAR(246);
3117ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
3118ALTER TABLE t CHANGE COLUMN a b CHAR(247);
3119ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
3120ALTER TABLE t CHANGE COLUMN a b CHAR(248);
3121ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
3122ALTER TABLE t CHANGE COLUMN a b CHAR(249);
3123ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
3124ALTER TABLE t CHANGE COLUMN a b CHAR(250);
3125ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
3126ALTER TABLE t CHANGE COLUMN a b CHAR(251);
3127ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
3128ALTER TABLE t CHANGE COLUMN a b CHAR(252);
3129ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
3130ALTER TABLE t CHANGE COLUMN a b CHAR(253);
3131ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
3132ALTER TABLE t CHANGE COLUMN a b CHAR(254);
3133ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
3134ALTER TABLE t CHANGE COLUMN a b CHAR(255);
3135ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
3136DROP TABLE t;
3137CREATE TABLE t (a CHAR(7));
3138INSERT INTO t VALUES ('hi');
3139INSERT INTO t VALUES ('there');
3140INSERT INTO t VALUES ('people');
3141ALTER TABLE t CHANGE COLUMN a b CHAR(2);
3142ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
3143ALTER TABLE t CHANGE COLUMN a b CHAR(3);
3144ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
3145ALTER TABLE t CHANGE COLUMN a b CHAR(4);
3146ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
3147ALTER TABLE t CHANGE COLUMN a b CHAR(5);
3148ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
3149ALTER TABLE t CHANGE COLUMN a b CHAR(6);
3150ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
3151CREATE TABLE ti LIKE t;
3152ALTER TABLE ti ENGINE=myisam;
3153INSERT INTO ti SELECT * FROM t;
3154ALTER TABLE ti CHANGE COLUMN a b CHAR(7);
3155ALTER TABLE ti CHANGE COLUMN b a CHAR(7);
3156ALTER TABLE t CHANGE COLUMN a b CHAR(7);
3157ALTER TABLE t CHANGE COLUMN b a CHAR(7);
3158include/diff_tables.inc [test.t, test.ti]
3159DROP TABLE ti;
3160ALTER TABLE t CHANGE COLUMN a b CHAR(8);
3161ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
3162ALTER TABLE t CHANGE COLUMN a b CHAR(9);
3163ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
3164ALTER TABLE t CHANGE COLUMN a b CHAR(10);
3165ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
3166ALTER TABLE t CHANGE COLUMN a b CHAR(11);
3167ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
3168ALTER TABLE t CHANGE COLUMN a b CHAR(12);
3169ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
3170ALTER TABLE t CHANGE COLUMN a b CHAR(13);
3171ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
3172ALTER TABLE t CHANGE COLUMN a b CHAR(14);
3173ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
3174ALTER TABLE t CHANGE COLUMN a b CHAR(15);
3175ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
3176ALTER TABLE t CHANGE COLUMN a b CHAR(16);
3177ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
3178ALTER TABLE t CHANGE COLUMN a b CHAR(17);
3179ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
3180ALTER TABLE t CHANGE COLUMN a b CHAR(18);
3181ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
3182ALTER TABLE t CHANGE COLUMN a b CHAR(19);
3183ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
3184ALTER TABLE t CHANGE COLUMN a b CHAR(20);
3185ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
3186ALTER TABLE t CHANGE COLUMN a b CHAR(21);
3187ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
3188ALTER TABLE t CHANGE COLUMN a b CHAR(22);
3189ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
3190ALTER TABLE t CHANGE COLUMN a b CHAR(23);
3191ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
3192ALTER TABLE t CHANGE COLUMN a b CHAR(24);
3193ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
3194ALTER TABLE t CHANGE COLUMN a b CHAR(25);
3195ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
3196ALTER TABLE t CHANGE COLUMN a b CHAR(26);
3197ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
3198ALTER TABLE t CHANGE COLUMN a b CHAR(27);
3199ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
3200ALTER TABLE t CHANGE COLUMN a b CHAR(28);
3201ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
3202ALTER TABLE t CHANGE COLUMN a b CHAR(29);
3203ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
3204ALTER TABLE t CHANGE COLUMN a b CHAR(30);
3205ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
3206ALTER TABLE t CHANGE COLUMN a b CHAR(31);
3207ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
3208ALTER TABLE t CHANGE COLUMN a b CHAR(32);
3209ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
3210ALTER TABLE t CHANGE COLUMN a b CHAR(33);
3211ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
3212ALTER TABLE t CHANGE COLUMN a b CHAR(34);
3213ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
3214ALTER TABLE t CHANGE COLUMN a b CHAR(35);
3215ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
3216ALTER TABLE t CHANGE COLUMN a b CHAR(36);
3217ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
3218ALTER TABLE t CHANGE COLUMN a b CHAR(37);
3219ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
3220ALTER TABLE t CHANGE COLUMN a b CHAR(38);
3221ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
3222ALTER TABLE t CHANGE COLUMN a b CHAR(39);
3223ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
3224ALTER TABLE t CHANGE COLUMN a b CHAR(40);
3225ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
3226ALTER TABLE t CHANGE COLUMN a b CHAR(41);
3227ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
3228ALTER TABLE t CHANGE COLUMN a b CHAR(42);
3229ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
3230ALTER TABLE t CHANGE COLUMN a b CHAR(43);
3231ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
3232ALTER TABLE t CHANGE COLUMN a b CHAR(44);
3233ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
3234ALTER TABLE t CHANGE COLUMN a b CHAR(45);
3235ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
3236ALTER TABLE t CHANGE COLUMN a b CHAR(46);
3237ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
3238ALTER TABLE t CHANGE COLUMN a b CHAR(47);
3239ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
3240ALTER TABLE t CHANGE COLUMN a b CHAR(48);
3241ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
3242ALTER TABLE t CHANGE COLUMN a b CHAR(49);
3243ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
3244ALTER TABLE t CHANGE COLUMN a b CHAR(50);
3245ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
3246ALTER TABLE t CHANGE COLUMN a b CHAR(51);
3247ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
3248ALTER TABLE t CHANGE COLUMN a b CHAR(52);
3249ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
3250ALTER TABLE t CHANGE COLUMN a b CHAR(53);
3251ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
3252ALTER TABLE t CHANGE COLUMN a b CHAR(54);
3253ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
3254ALTER TABLE t CHANGE COLUMN a b CHAR(55);
3255ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
3256ALTER TABLE t CHANGE COLUMN a b CHAR(56);
3257ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
3258ALTER TABLE t CHANGE COLUMN a b CHAR(57);
3259ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
3260ALTER TABLE t CHANGE COLUMN a b CHAR(58);
3261ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
3262ALTER TABLE t CHANGE COLUMN a b CHAR(59);
3263ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
3264ALTER TABLE t CHANGE COLUMN a b CHAR(60);
3265ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
3266ALTER TABLE t CHANGE COLUMN a b CHAR(61);
3267ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
3268ALTER TABLE t CHANGE COLUMN a b CHAR(62);
3269ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
3270ALTER TABLE t CHANGE COLUMN a b CHAR(63);
3271ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
3272ALTER TABLE t CHANGE COLUMN a b CHAR(64);
3273ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
3274ALTER TABLE t CHANGE COLUMN a b CHAR(65);
3275ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
3276ALTER TABLE t CHANGE COLUMN a b CHAR(66);
3277ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
3278ALTER TABLE t CHANGE COLUMN a b CHAR(67);
3279ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
3280ALTER TABLE t CHANGE COLUMN a b CHAR(68);
3281ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
3282ALTER TABLE t CHANGE COLUMN a b CHAR(69);
3283ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
3284ALTER TABLE t CHANGE COLUMN a b CHAR(70);
3285ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
3286ALTER TABLE t CHANGE COLUMN a b CHAR(71);
3287ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
3288ALTER TABLE t CHANGE COLUMN a b CHAR(72);
3289ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
3290ALTER TABLE t CHANGE COLUMN a b CHAR(73);
3291ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
3292ALTER TABLE t CHANGE COLUMN a b CHAR(74);
3293ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
3294ALTER TABLE t CHANGE COLUMN a b CHAR(75);
3295ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
3296ALTER TABLE t CHANGE COLUMN a b CHAR(76);
3297ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
3298ALTER TABLE t CHANGE COLUMN a b CHAR(77);
3299ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
3300ALTER TABLE t CHANGE COLUMN a b CHAR(78);
3301ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
3302ALTER TABLE t CHANGE COLUMN a b CHAR(79);
3303ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
3304ALTER TABLE t CHANGE COLUMN a b CHAR(80);
3305ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
3306ALTER TABLE t CHANGE COLUMN a b CHAR(81);
3307ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
3308ALTER TABLE t CHANGE COLUMN a b CHAR(82);
3309ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
3310ALTER TABLE t CHANGE COLUMN a b CHAR(83);
3311ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
3312ALTER TABLE t CHANGE COLUMN a b CHAR(84);
3313ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
3314ALTER TABLE t CHANGE COLUMN a b CHAR(85);
3315ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
3316ALTER TABLE t CHANGE COLUMN a b CHAR(86);
3317ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
3318ALTER TABLE t CHANGE COLUMN a b CHAR(87);
3319ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
3320ALTER TABLE t CHANGE COLUMN a b CHAR(88);
3321ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
3322ALTER TABLE t CHANGE COLUMN a b CHAR(89);
3323ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
3324ALTER TABLE t CHANGE COLUMN a b CHAR(90);
3325ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
3326ALTER TABLE t CHANGE COLUMN a b CHAR(91);
3327ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
3328ALTER TABLE t CHANGE COLUMN a b CHAR(92);
3329ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
3330ALTER TABLE t CHANGE COLUMN a b CHAR(93);
3331ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
3332ALTER TABLE t CHANGE COLUMN a b CHAR(94);
3333ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
3334ALTER TABLE t CHANGE COLUMN a b CHAR(95);
3335ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
3336ALTER TABLE t CHANGE COLUMN a b CHAR(96);
3337ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
3338ALTER TABLE t CHANGE COLUMN a b CHAR(97);
3339ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
3340ALTER TABLE t CHANGE COLUMN a b CHAR(98);
3341ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
3342ALTER TABLE t CHANGE COLUMN a b CHAR(99);
3343ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
3344ALTER TABLE t CHANGE COLUMN a b CHAR(100);
3345ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
3346ALTER TABLE t CHANGE COLUMN a b CHAR(101);
3347ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
3348ALTER TABLE t CHANGE COLUMN a b CHAR(102);
3349ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
3350ALTER TABLE t CHANGE COLUMN a b CHAR(103);
3351ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
3352ALTER TABLE t CHANGE COLUMN a b CHAR(104);
3353ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
3354ALTER TABLE t CHANGE COLUMN a b CHAR(105);
3355ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
3356ALTER TABLE t CHANGE COLUMN a b CHAR(106);
3357ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
3358ALTER TABLE t CHANGE COLUMN a b CHAR(107);
3359ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
3360ALTER TABLE t CHANGE COLUMN a b CHAR(108);
3361ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
3362ALTER TABLE t CHANGE COLUMN a b CHAR(109);
3363ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
3364ALTER TABLE t CHANGE COLUMN a b CHAR(110);
3365ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
3366ALTER TABLE t CHANGE COLUMN a b CHAR(111);
3367ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
3368ALTER TABLE t CHANGE COLUMN a b CHAR(112);
3369ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
3370ALTER TABLE t CHANGE COLUMN a b CHAR(113);
3371ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
3372ALTER TABLE t CHANGE COLUMN a b CHAR(114);
3373ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
3374ALTER TABLE t CHANGE COLUMN a b CHAR(115);
3375ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
3376ALTER TABLE t CHANGE COLUMN a b CHAR(116);
3377ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
3378ALTER TABLE t CHANGE COLUMN a b CHAR(117);
3379ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
3380ALTER TABLE t CHANGE COLUMN a b CHAR(118);
3381ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
3382ALTER TABLE t CHANGE COLUMN a b CHAR(119);
3383ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
3384ALTER TABLE t CHANGE COLUMN a b CHAR(120);
3385ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
3386ALTER TABLE t CHANGE COLUMN a b CHAR(121);
3387ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
3388ALTER TABLE t CHANGE COLUMN a b CHAR(122);
3389ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
3390ALTER TABLE t CHANGE COLUMN a b CHAR(123);
3391ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
3392ALTER TABLE t CHANGE COLUMN a b CHAR(124);
3393ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
3394ALTER TABLE t CHANGE COLUMN a b CHAR(125);
3395ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
3396ALTER TABLE t CHANGE COLUMN a b CHAR(126);
3397ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
3398ALTER TABLE t CHANGE COLUMN a b CHAR(127);
3399ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
3400ALTER TABLE t CHANGE COLUMN a b CHAR(128);
3401ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
3402ALTER TABLE t CHANGE COLUMN a b CHAR(129);
3403ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
3404ALTER TABLE t CHANGE COLUMN a b CHAR(130);
3405ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
3406ALTER TABLE t CHANGE COLUMN a b CHAR(131);
3407ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
3408ALTER TABLE t CHANGE COLUMN a b CHAR(132);
3409ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
3410ALTER TABLE t CHANGE COLUMN a b CHAR(133);
3411ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
3412ALTER TABLE t CHANGE COLUMN a b CHAR(134);
3413ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
3414ALTER TABLE t CHANGE COLUMN a b CHAR(135);
3415ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
3416ALTER TABLE t CHANGE COLUMN a b CHAR(136);
3417ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
3418ALTER TABLE t CHANGE COLUMN a b CHAR(137);
3419ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
3420ALTER TABLE t CHANGE COLUMN a b CHAR(138);
3421ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
3422ALTER TABLE t CHANGE COLUMN a b CHAR(139);
3423ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
3424ALTER TABLE t CHANGE COLUMN a b CHAR(140);
3425ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
3426ALTER TABLE t CHANGE COLUMN a b CHAR(141);
3427ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
3428ALTER TABLE t CHANGE COLUMN a b CHAR(142);
3429ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
3430ALTER TABLE t CHANGE COLUMN a b CHAR(143);
3431ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
3432ALTER TABLE t CHANGE COLUMN a b CHAR(144);
3433ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
3434ALTER TABLE t CHANGE COLUMN a b CHAR(145);
3435ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
3436ALTER TABLE t CHANGE COLUMN a b CHAR(146);
3437ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
3438ALTER TABLE t CHANGE COLUMN a b CHAR(147);
3439ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
3440ALTER TABLE t CHANGE COLUMN a b CHAR(148);
3441ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
3442ALTER TABLE t CHANGE COLUMN a b CHAR(149);
3443ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
3444ALTER TABLE t CHANGE COLUMN a b CHAR(150);
3445ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
3446ALTER TABLE t CHANGE COLUMN a b CHAR(151);
3447ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
3448ALTER TABLE t CHANGE COLUMN a b CHAR(152);
3449ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
3450ALTER TABLE t CHANGE COLUMN a b CHAR(153);
3451ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
3452ALTER TABLE t CHANGE COLUMN a b CHAR(154);
3453ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
3454ALTER TABLE t CHANGE COLUMN a b CHAR(155);
3455ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
3456ALTER TABLE t CHANGE COLUMN a b CHAR(156);
3457ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
3458ALTER TABLE t CHANGE COLUMN a b CHAR(157);
3459ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
3460ALTER TABLE t CHANGE COLUMN a b CHAR(158);
3461ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
3462ALTER TABLE t CHANGE COLUMN a b CHAR(159);
3463ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
3464ALTER TABLE t CHANGE COLUMN a b CHAR(160);
3465ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
3466ALTER TABLE t CHANGE COLUMN a b CHAR(161);
3467ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
3468ALTER TABLE t CHANGE COLUMN a b CHAR(162);
3469ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
3470ALTER TABLE t CHANGE COLUMN a b CHAR(163);
3471ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
3472ALTER TABLE t CHANGE COLUMN a b CHAR(164);
3473ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
3474ALTER TABLE t CHANGE COLUMN a b CHAR(165);
3475ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
3476ALTER TABLE t CHANGE COLUMN a b CHAR(166);
3477ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
3478ALTER TABLE t CHANGE COLUMN a b CHAR(167);
3479ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
3480ALTER TABLE t CHANGE COLUMN a b CHAR(168);
3481ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
3482ALTER TABLE t CHANGE COLUMN a b CHAR(169);
3483ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
3484ALTER TABLE t CHANGE COLUMN a b CHAR(170);
3485ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
3486ALTER TABLE t CHANGE COLUMN a b CHAR(171);
3487ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
3488ALTER TABLE t CHANGE COLUMN a b CHAR(172);
3489ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
3490ALTER TABLE t CHANGE COLUMN a b CHAR(173);
3491ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
3492ALTER TABLE t CHANGE COLUMN a b CHAR(174);
3493ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
3494ALTER TABLE t CHANGE COLUMN a b CHAR(175);
3495ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
3496ALTER TABLE t CHANGE COLUMN a b CHAR(176);
3497ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
3498ALTER TABLE t CHANGE COLUMN a b CHAR(177);
3499ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
3500ALTER TABLE t CHANGE COLUMN a b CHAR(178);
3501ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
3502ALTER TABLE t CHANGE COLUMN a b CHAR(179);
3503ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
3504ALTER TABLE t CHANGE COLUMN a b CHAR(180);
3505ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
3506ALTER TABLE t CHANGE COLUMN a b CHAR(181);
3507ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
3508ALTER TABLE t CHANGE COLUMN a b CHAR(182);
3509ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
3510ALTER TABLE t CHANGE COLUMN a b CHAR(183);
3511ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
3512ALTER TABLE t CHANGE COLUMN a b CHAR(184);
3513ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
3514ALTER TABLE t CHANGE COLUMN a b CHAR(185);
3515ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
3516ALTER TABLE t CHANGE COLUMN a b CHAR(186);
3517ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
3518ALTER TABLE t CHANGE COLUMN a b CHAR(187);
3519ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
3520ALTER TABLE t CHANGE COLUMN a b CHAR(188);
3521ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
3522ALTER TABLE t CHANGE COLUMN a b CHAR(189);
3523ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
3524ALTER TABLE t CHANGE COLUMN a b CHAR(190);
3525ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
3526ALTER TABLE t CHANGE COLUMN a b CHAR(191);
3527ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
3528ALTER TABLE t CHANGE COLUMN a b CHAR(192);
3529ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
3530ALTER TABLE t CHANGE COLUMN a b CHAR(193);
3531ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
3532ALTER TABLE t CHANGE COLUMN a b CHAR(194);
3533ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
3534ALTER TABLE t CHANGE COLUMN a b CHAR(195);
3535ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
3536ALTER TABLE t CHANGE COLUMN a b CHAR(196);
3537ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
3538ALTER TABLE t CHANGE COLUMN a b CHAR(197);
3539ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
3540ALTER TABLE t CHANGE COLUMN a b CHAR(198);
3541ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
3542ALTER TABLE t CHANGE COLUMN a b CHAR(199);
3543ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
3544ALTER TABLE t CHANGE COLUMN a b CHAR(200);
3545ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
3546ALTER TABLE t CHANGE COLUMN a b CHAR(201);
3547ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
3548ALTER TABLE t CHANGE COLUMN a b CHAR(202);
3549ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
3550ALTER TABLE t CHANGE COLUMN a b CHAR(203);
3551ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
3552ALTER TABLE t CHANGE COLUMN a b CHAR(204);
3553ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
3554ALTER TABLE t CHANGE COLUMN a b CHAR(205);
3555ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
3556ALTER TABLE t CHANGE COLUMN a b CHAR(206);
3557ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
3558ALTER TABLE t CHANGE COLUMN a b CHAR(207);
3559ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
3560ALTER TABLE t CHANGE COLUMN a b CHAR(208);
3561ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
3562ALTER TABLE t CHANGE COLUMN a b CHAR(209);
3563ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
3564ALTER TABLE t CHANGE COLUMN a b CHAR(210);
3565ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
3566ALTER TABLE t CHANGE COLUMN a b CHAR(211);
3567ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
3568ALTER TABLE t CHANGE COLUMN a b CHAR(212);
3569ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
3570ALTER TABLE t CHANGE COLUMN a b CHAR(213);
3571ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
3572ALTER TABLE t CHANGE COLUMN a b CHAR(214);
3573ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
3574ALTER TABLE t CHANGE COLUMN a b CHAR(215);
3575ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
3576ALTER TABLE t CHANGE COLUMN a b CHAR(216);
3577ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
3578ALTER TABLE t CHANGE COLUMN a b CHAR(217);
3579ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
3580ALTER TABLE t CHANGE COLUMN a b CHAR(218);
3581ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
3582ALTER TABLE t CHANGE COLUMN a b CHAR(219);
3583ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
3584ALTER TABLE t CHANGE COLUMN a b CHAR(220);
3585ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
3586ALTER TABLE t CHANGE COLUMN a b CHAR(221);
3587ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
3588ALTER TABLE t CHANGE COLUMN a b CHAR(222);
3589ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
3590ALTER TABLE t CHANGE COLUMN a b CHAR(223);
3591ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
3592ALTER TABLE t CHANGE COLUMN a b CHAR(224);
3593ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
3594ALTER TABLE t CHANGE COLUMN a b CHAR(225);
3595ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
3596ALTER TABLE t CHANGE COLUMN a b CHAR(226);
3597ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
3598ALTER TABLE t CHANGE COLUMN a b CHAR(227);
3599ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
3600ALTER TABLE t CHANGE COLUMN a b CHAR(228);
3601ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
3602ALTER TABLE t CHANGE COLUMN a b CHAR(229);
3603ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
3604ALTER TABLE t CHANGE COLUMN a b CHAR(230);
3605ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
3606ALTER TABLE t CHANGE COLUMN a b CHAR(231);
3607ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
3608ALTER TABLE t CHANGE COLUMN a b CHAR(232);
3609ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
3610ALTER TABLE t CHANGE COLUMN a b CHAR(233);
3611ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
3612ALTER TABLE t CHANGE COLUMN a b CHAR(234);
3613ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
3614ALTER TABLE t CHANGE COLUMN a b CHAR(235);
3615ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
3616ALTER TABLE t CHANGE COLUMN a b CHAR(236);
3617ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
3618ALTER TABLE t CHANGE COLUMN a b CHAR(237);
3619ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
3620ALTER TABLE t CHANGE COLUMN a b CHAR(238);
3621ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
3622ALTER TABLE t CHANGE COLUMN a b CHAR(239);
3623ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
3624ALTER TABLE t CHANGE COLUMN a b CHAR(240);
3625ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
3626ALTER TABLE t CHANGE COLUMN a b CHAR(241);
3627ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
3628ALTER TABLE t CHANGE COLUMN a b CHAR(242);
3629ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
3630ALTER TABLE t CHANGE COLUMN a b CHAR(243);
3631ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
3632ALTER TABLE t CHANGE COLUMN a b CHAR(244);
3633ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
3634ALTER TABLE t CHANGE COLUMN a b CHAR(245);
3635ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
3636ALTER TABLE t CHANGE COLUMN a b CHAR(246);
3637ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
3638ALTER TABLE t CHANGE COLUMN a b CHAR(247);
3639ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
3640ALTER TABLE t CHANGE COLUMN a b CHAR(248);
3641ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
3642ALTER TABLE t CHANGE COLUMN a b CHAR(249);
3643ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
3644ALTER TABLE t CHANGE COLUMN a b CHAR(250);
3645ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
3646ALTER TABLE t CHANGE COLUMN a b CHAR(251);
3647ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
3648ALTER TABLE t CHANGE COLUMN a b CHAR(252);
3649ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
3650ALTER TABLE t CHANGE COLUMN a b CHAR(253);
3651ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
3652ALTER TABLE t CHANGE COLUMN a b CHAR(254);
3653ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
3654ALTER TABLE t CHANGE COLUMN a b CHAR(255);
3655ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
3656DROP TABLE t;
3657CREATE TABLE t (a CHAR(8));
3658INSERT INTO t VALUES ('hi');
3659INSERT INTO t VALUES ('there');
3660INSERT INTO t VALUES ('people');
3661ALTER TABLE t CHANGE COLUMN a b CHAR(2);
3662ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
3663ALTER TABLE t CHANGE COLUMN a b CHAR(3);
3664ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
3665ALTER TABLE t CHANGE COLUMN a b CHAR(4);
3666ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
3667ALTER TABLE t CHANGE COLUMN a b CHAR(5);
3668ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
3669ALTER TABLE t CHANGE COLUMN a b CHAR(6);
3670ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
3671ALTER TABLE t CHANGE COLUMN a b CHAR(7);
3672ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
3673CREATE TABLE ti LIKE t;
3674ALTER TABLE ti ENGINE=myisam;
3675INSERT INTO ti SELECT * FROM t;
3676ALTER TABLE ti CHANGE COLUMN a b CHAR(8);
3677ALTER TABLE ti CHANGE COLUMN b a CHAR(8);
3678ALTER TABLE t CHANGE COLUMN a b CHAR(8);
3679ALTER TABLE t CHANGE COLUMN b a CHAR(8);
3680include/diff_tables.inc [test.t, test.ti]
3681DROP TABLE ti;
3682ALTER TABLE t CHANGE COLUMN a b CHAR(9);
3683ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
3684ALTER TABLE t CHANGE COLUMN a b CHAR(10);
3685ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
3686ALTER TABLE t CHANGE COLUMN a b CHAR(11);
3687ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
3688ALTER TABLE t CHANGE COLUMN a b CHAR(12);
3689ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
3690ALTER TABLE t CHANGE COLUMN a b CHAR(13);
3691ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
3692ALTER TABLE t CHANGE COLUMN a b CHAR(14);
3693ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
3694ALTER TABLE t CHANGE COLUMN a b CHAR(15);
3695ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
3696ALTER TABLE t CHANGE COLUMN a b CHAR(16);
3697ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
3698ALTER TABLE t CHANGE COLUMN a b CHAR(17);
3699ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
3700ALTER TABLE t CHANGE COLUMN a b CHAR(18);
3701ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
3702ALTER TABLE t CHANGE COLUMN a b CHAR(19);
3703ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
3704ALTER TABLE t CHANGE COLUMN a b CHAR(20);
3705ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
3706ALTER TABLE t CHANGE COLUMN a b CHAR(21);
3707ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
3708ALTER TABLE t CHANGE COLUMN a b CHAR(22);
3709ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
3710ALTER TABLE t CHANGE COLUMN a b CHAR(23);
3711ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
3712ALTER TABLE t CHANGE COLUMN a b CHAR(24);
3713ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
3714ALTER TABLE t CHANGE COLUMN a b CHAR(25);
3715ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
3716ALTER TABLE t CHANGE COLUMN a b CHAR(26);
3717ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
3718ALTER TABLE t CHANGE COLUMN a b CHAR(27);
3719ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
3720ALTER TABLE t CHANGE COLUMN a b CHAR(28);
3721ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
3722ALTER TABLE t CHANGE COLUMN a b CHAR(29);
3723ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
3724ALTER TABLE t CHANGE COLUMN a b CHAR(30);
3725ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
3726ALTER TABLE t CHANGE COLUMN a b CHAR(31);
3727ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
3728ALTER TABLE t CHANGE COLUMN a b CHAR(32);
3729ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
3730ALTER TABLE t CHANGE COLUMN a b CHAR(33);
3731ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
3732ALTER TABLE t CHANGE COLUMN a b CHAR(34);
3733ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
3734ALTER TABLE t CHANGE COLUMN a b CHAR(35);
3735ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
3736ALTER TABLE t CHANGE COLUMN a b CHAR(36);
3737ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
3738ALTER TABLE t CHANGE COLUMN a b CHAR(37);
3739ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
3740ALTER TABLE t CHANGE COLUMN a b CHAR(38);
3741ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
3742ALTER TABLE t CHANGE COLUMN a b CHAR(39);
3743ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
3744ALTER TABLE t CHANGE COLUMN a b CHAR(40);
3745ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
3746ALTER TABLE t CHANGE COLUMN a b CHAR(41);
3747ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
3748ALTER TABLE t CHANGE COLUMN a b CHAR(42);
3749ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
3750ALTER TABLE t CHANGE COLUMN a b CHAR(43);
3751ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
3752ALTER TABLE t CHANGE COLUMN a b CHAR(44);
3753ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
3754ALTER TABLE t CHANGE COLUMN a b CHAR(45);
3755ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
3756ALTER TABLE t CHANGE COLUMN a b CHAR(46);
3757ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
3758ALTER TABLE t CHANGE COLUMN a b CHAR(47);
3759ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
3760ALTER TABLE t CHANGE COLUMN a b CHAR(48);
3761ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
3762ALTER TABLE t CHANGE COLUMN a b CHAR(49);
3763ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
3764ALTER TABLE t CHANGE COLUMN a b CHAR(50);
3765ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
3766ALTER TABLE t CHANGE COLUMN a b CHAR(51);
3767ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
3768ALTER TABLE t CHANGE COLUMN a b CHAR(52);
3769ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
3770ALTER TABLE t CHANGE COLUMN a b CHAR(53);
3771ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
3772ALTER TABLE t CHANGE COLUMN a b CHAR(54);
3773ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
3774ALTER TABLE t CHANGE COLUMN a b CHAR(55);
3775ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
3776ALTER TABLE t CHANGE COLUMN a b CHAR(56);
3777ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
3778ALTER TABLE t CHANGE COLUMN a b CHAR(57);
3779ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
3780ALTER TABLE t CHANGE COLUMN a b CHAR(58);
3781ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
3782ALTER TABLE t CHANGE COLUMN a b CHAR(59);
3783ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
3784ALTER TABLE t CHANGE COLUMN a b CHAR(60);
3785ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
3786ALTER TABLE t CHANGE COLUMN a b CHAR(61);
3787ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
3788ALTER TABLE t CHANGE COLUMN a b CHAR(62);
3789ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
3790ALTER TABLE t CHANGE COLUMN a b CHAR(63);
3791ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
3792ALTER TABLE t CHANGE COLUMN a b CHAR(64);
3793ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
3794ALTER TABLE t CHANGE COLUMN a b CHAR(65);
3795ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
3796ALTER TABLE t CHANGE COLUMN a b CHAR(66);
3797ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
3798ALTER TABLE t CHANGE COLUMN a b CHAR(67);
3799ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
3800ALTER TABLE t CHANGE COLUMN a b CHAR(68);
3801ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
3802ALTER TABLE t CHANGE COLUMN a b CHAR(69);
3803ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
3804ALTER TABLE t CHANGE COLUMN a b CHAR(70);
3805ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
3806ALTER TABLE t CHANGE COLUMN a b CHAR(71);
3807ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
3808ALTER TABLE t CHANGE COLUMN a b CHAR(72);
3809ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
3810ALTER TABLE t CHANGE COLUMN a b CHAR(73);
3811ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
3812ALTER TABLE t CHANGE COLUMN a b CHAR(74);
3813ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
3814ALTER TABLE t CHANGE COLUMN a b CHAR(75);
3815ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
3816ALTER TABLE t CHANGE COLUMN a b CHAR(76);
3817ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
3818ALTER TABLE t CHANGE COLUMN a b CHAR(77);
3819ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
3820ALTER TABLE t CHANGE COLUMN a b CHAR(78);
3821ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
3822ALTER TABLE t CHANGE COLUMN a b CHAR(79);
3823ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
3824ALTER TABLE t CHANGE COLUMN a b CHAR(80);
3825ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
3826ALTER TABLE t CHANGE COLUMN a b CHAR(81);
3827ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
3828ALTER TABLE t CHANGE COLUMN a b CHAR(82);
3829ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
3830ALTER TABLE t CHANGE COLUMN a b CHAR(83);
3831ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
3832ALTER TABLE t CHANGE COLUMN a b CHAR(84);
3833ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
3834ALTER TABLE t CHANGE COLUMN a b CHAR(85);
3835ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
3836ALTER TABLE t CHANGE COLUMN a b CHAR(86);
3837ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
3838ALTER TABLE t CHANGE COLUMN a b CHAR(87);
3839ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
3840ALTER TABLE t CHANGE COLUMN a b CHAR(88);
3841ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
3842ALTER TABLE t CHANGE COLUMN a b CHAR(89);
3843ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
3844ALTER TABLE t CHANGE COLUMN a b CHAR(90);
3845ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
3846ALTER TABLE t CHANGE COLUMN a b CHAR(91);
3847ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
3848ALTER TABLE t CHANGE COLUMN a b CHAR(92);
3849ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
3850ALTER TABLE t CHANGE COLUMN a b CHAR(93);
3851ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
3852ALTER TABLE t CHANGE COLUMN a b CHAR(94);
3853ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
3854ALTER TABLE t CHANGE COLUMN a b CHAR(95);
3855ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
3856ALTER TABLE t CHANGE COLUMN a b CHAR(96);
3857ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
3858ALTER TABLE t CHANGE COLUMN a b CHAR(97);
3859ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
3860ALTER TABLE t CHANGE COLUMN a b CHAR(98);
3861ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
3862ALTER TABLE t CHANGE COLUMN a b CHAR(99);
3863ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
3864ALTER TABLE t CHANGE COLUMN a b CHAR(100);
3865ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
3866ALTER TABLE t CHANGE COLUMN a b CHAR(101);
3867ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
3868ALTER TABLE t CHANGE COLUMN a b CHAR(102);
3869ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
3870ALTER TABLE t CHANGE COLUMN a b CHAR(103);
3871ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
3872ALTER TABLE t CHANGE COLUMN a b CHAR(104);
3873ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
3874ALTER TABLE t CHANGE COLUMN a b CHAR(105);
3875ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
3876ALTER TABLE t CHANGE COLUMN a b CHAR(106);
3877ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
3878ALTER TABLE t CHANGE COLUMN a b CHAR(107);
3879ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
3880ALTER TABLE t CHANGE COLUMN a b CHAR(108);
3881ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
3882ALTER TABLE t CHANGE COLUMN a b CHAR(109);
3883ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
3884ALTER TABLE t CHANGE COLUMN a b CHAR(110);
3885ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
3886ALTER TABLE t CHANGE COLUMN a b CHAR(111);
3887ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
3888ALTER TABLE t CHANGE COLUMN a b CHAR(112);
3889ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
3890ALTER TABLE t CHANGE COLUMN a b CHAR(113);
3891ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
3892ALTER TABLE t CHANGE COLUMN a b CHAR(114);
3893ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
3894ALTER TABLE t CHANGE COLUMN a b CHAR(115);
3895ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
3896ALTER TABLE t CHANGE COLUMN a b CHAR(116);
3897ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
3898ALTER TABLE t CHANGE COLUMN a b CHAR(117);
3899ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
3900ALTER TABLE t CHANGE COLUMN a b CHAR(118);
3901ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
3902ALTER TABLE t CHANGE COLUMN a b CHAR(119);
3903ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
3904ALTER TABLE t CHANGE COLUMN a b CHAR(120);
3905ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
3906ALTER TABLE t CHANGE COLUMN a b CHAR(121);
3907ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
3908ALTER TABLE t CHANGE COLUMN a b CHAR(122);
3909ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
3910ALTER TABLE t CHANGE COLUMN a b CHAR(123);
3911ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
3912ALTER TABLE t CHANGE COLUMN a b CHAR(124);
3913ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
3914ALTER TABLE t CHANGE COLUMN a b CHAR(125);
3915ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
3916ALTER TABLE t CHANGE COLUMN a b CHAR(126);
3917ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
3918ALTER TABLE t CHANGE COLUMN a b CHAR(127);
3919ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
3920ALTER TABLE t CHANGE COLUMN a b CHAR(128);
3921ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
3922ALTER TABLE t CHANGE COLUMN a b CHAR(129);
3923ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
3924ALTER TABLE t CHANGE COLUMN a b CHAR(130);
3925ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
3926ALTER TABLE t CHANGE COLUMN a b CHAR(131);
3927ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
3928ALTER TABLE t CHANGE COLUMN a b CHAR(132);
3929ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
3930ALTER TABLE t CHANGE COLUMN a b CHAR(133);
3931ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
3932ALTER TABLE t CHANGE COLUMN a b CHAR(134);
3933ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
3934ALTER TABLE t CHANGE COLUMN a b CHAR(135);
3935ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
3936ALTER TABLE t CHANGE COLUMN a b CHAR(136);
3937ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
3938ALTER TABLE t CHANGE COLUMN a b CHAR(137);
3939ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
3940ALTER TABLE t CHANGE COLUMN a b CHAR(138);
3941ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
3942ALTER TABLE t CHANGE COLUMN a b CHAR(139);
3943ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
3944ALTER TABLE t CHANGE COLUMN a b CHAR(140);
3945ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
3946ALTER TABLE t CHANGE COLUMN a b CHAR(141);
3947ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
3948ALTER TABLE t CHANGE COLUMN a b CHAR(142);
3949ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
3950ALTER TABLE t CHANGE COLUMN a b CHAR(143);
3951ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
3952ALTER TABLE t CHANGE COLUMN a b CHAR(144);
3953ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
3954ALTER TABLE t CHANGE COLUMN a b CHAR(145);
3955ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
3956ALTER TABLE t CHANGE COLUMN a b CHAR(146);
3957ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
3958ALTER TABLE t CHANGE COLUMN a b CHAR(147);
3959ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
3960ALTER TABLE t CHANGE COLUMN a b CHAR(148);
3961ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
3962ALTER TABLE t CHANGE COLUMN a b CHAR(149);
3963ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
3964ALTER TABLE t CHANGE COLUMN a b CHAR(150);
3965ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
3966ALTER TABLE t CHANGE COLUMN a b CHAR(151);
3967ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
3968ALTER TABLE t CHANGE COLUMN a b CHAR(152);
3969ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
3970ALTER TABLE t CHANGE COLUMN a b CHAR(153);
3971ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
3972ALTER TABLE t CHANGE COLUMN a b CHAR(154);
3973ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
3974ALTER TABLE t CHANGE COLUMN a b CHAR(155);
3975ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
3976ALTER TABLE t CHANGE COLUMN a b CHAR(156);
3977ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
3978ALTER TABLE t CHANGE COLUMN a b CHAR(157);
3979ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
3980ALTER TABLE t CHANGE COLUMN a b CHAR(158);
3981ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
3982ALTER TABLE t CHANGE COLUMN a b CHAR(159);
3983ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
3984ALTER TABLE t CHANGE COLUMN a b CHAR(160);
3985ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
3986ALTER TABLE t CHANGE COLUMN a b CHAR(161);
3987ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
3988ALTER TABLE t CHANGE COLUMN a b CHAR(162);
3989ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
3990ALTER TABLE t CHANGE COLUMN a b CHAR(163);
3991ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
3992ALTER TABLE t CHANGE COLUMN a b CHAR(164);
3993ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
3994ALTER TABLE t CHANGE COLUMN a b CHAR(165);
3995ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
3996ALTER TABLE t CHANGE COLUMN a b CHAR(166);
3997ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
3998ALTER TABLE t CHANGE COLUMN a b CHAR(167);
3999ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
4000ALTER TABLE t CHANGE COLUMN a b CHAR(168);
4001ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
4002ALTER TABLE t CHANGE COLUMN a b CHAR(169);
4003ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
4004ALTER TABLE t CHANGE COLUMN a b CHAR(170);
4005ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
4006ALTER TABLE t CHANGE COLUMN a b CHAR(171);
4007ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
4008ALTER TABLE t CHANGE COLUMN a b CHAR(172);
4009ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
4010ALTER TABLE t CHANGE COLUMN a b CHAR(173);
4011ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
4012ALTER TABLE t CHANGE COLUMN a b CHAR(174);
4013ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
4014ALTER TABLE t CHANGE COLUMN a b CHAR(175);
4015ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
4016ALTER TABLE t CHANGE COLUMN a b CHAR(176);
4017ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
4018ALTER TABLE t CHANGE COLUMN a b CHAR(177);
4019ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
4020ALTER TABLE t CHANGE COLUMN a b CHAR(178);
4021ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
4022ALTER TABLE t CHANGE COLUMN a b CHAR(179);
4023ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
4024ALTER TABLE t CHANGE COLUMN a b CHAR(180);
4025ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
4026ALTER TABLE t CHANGE COLUMN a b CHAR(181);
4027ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
4028ALTER TABLE t CHANGE COLUMN a b CHAR(182);
4029ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
4030ALTER TABLE t CHANGE COLUMN a b CHAR(183);
4031ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
4032ALTER TABLE t CHANGE COLUMN a b CHAR(184);
4033ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
4034ALTER TABLE t CHANGE COLUMN a b CHAR(185);
4035ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
4036ALTER TABLE t CHANGE COLUMN a b CHAR(186);
4037ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
4038ALTER TABLE t CHANGE COLUMN a b CHAR(187);
4039ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
4040ALTER TABLE t CHANGE COLUMN a b CHAR(188);
4041ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
4042ALTER TABLE t CHANGE COLUMN a b CHAR(189);
4043ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
4044ALTER TABLE t CHANGE COLUMN a b CHAR(190);
4045ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
4046ALTER TABLE t CHANGE COLUMN a b CHAR(191);
4047ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
4048ALTER TABLE t CHANGE COLUMN a b CHAR(192);
4049ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
4050ALTER TABLE t CHANGE COLUMN a b CHAR(193);
4051ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
4052ALTER TABLE t CHANGE COLUMN a b CHAR(194);
4053ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
4054ALTER TABLE t CHANGE COLUMN a b CHAR(195);
4055ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
4056ALTER TABLE t CHANGE COLUMN a b CHAR(196);
4057ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
4058ALTER TABLE t CHANGE COLUMN a b CHAR(197);
4059ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
4060ALTER TABLE t CHANGE COLUMN a b CHAR(198);
4061ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
4062ALTER TABLE t CHANGE COLUMN a b CHAR(199);
4063ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
4064ALTER TABLE t CHANGE COLUMN a b CHAR(200);
4065ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
4066ALTER TABLE t CHANGE COLUMN a b CHAR(201);
4067ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
4068ALTER TABLE t CHANGE COLUMN a b CHAR(202);
4069ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
4070ALTER TABLE t CHANGE COLUMN a b CHAR(203);
4071ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
4072ALTER TABLE t CHANGE COLUMN a b CHAR(204);
4073ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
4074ALTER TABLE t CHANGE COLUMN a b CHAR(205);
4075ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
4076ALTER TABLE t CHANGE COLUMN a b CHAR(206);
4077ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
4078ALTER TABLE t CHANGE COLUMN a b CHAR(207);
4079ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
4080ALTER TABLE t CHANGE COLUMN a b CHAR(208);
4081ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
4082ALTER TABLE t CHANGE COLUMN a b CHAR(209);
4083ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
4084ALTER TABLE t CHANGE COLUMN a b CHAR(210);
4085ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
4086ALTER TABLE t CHANGE COLUMN a b CHAR(211);
4087ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
4088ALTER TABLE t CHANGE COLUMN a b CHAR(212);
4089ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
4090ALTER TABLE t CHANGE COLUMN a b CHAR(213);
4091ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
4092ALTER TABLE t CHANGE COLUMN a b CHAR(214);
4093ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
4094ALTER TABLE t CHANGE COLUMN a b CHAR(215);
4095ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
4096ALTER TABLE t CHANGE COLUMN a b CHAR(216);
4097ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
4098ALTER TABLE t CHANGE COLUMN a b CHAR(217);
4099ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
4100ALTER TABLE t CHANGE COLUMN a b CHAR(218);
4101ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
4102ALTER TABLE t CHANGE COLUMN a b CHAR(219);
4103ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
4104ALTER TABLE t CHANGE COLUMN a b CHAR(220);
4105ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
4106ALTER TABLE t CHANGE COLUMN a b CHAR(221);
4107ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
4108ALTER TABLE t CHANGE COLUMN a b CHAR(222);
4109ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
4110ALTER TABLE t CHANGE COLUMN a b CHAR(223);
4111ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
4112ALTER TABLE t CHANGE COLUMN a b CHAR(224);
4113ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
4114ALTER TABLE t CHANGE COLUMN a b CHAR(225);
4115ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
4116ALTER TABLE t CHANGE COLUMN a b CHAR(226);
4117ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
4118ALTER TABLE t CHANGE COLUMN a b CHAR(227);
4119ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
4120ALTER TABLE t CHANGE COLUMN a b CHAR(228);
4121ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
4122ALTER TABLE t CHANGE COLUMN a b CHAR(229);
4123ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
4124ALTER TABLE t CHANGE COLUMN a b CHAR(230);
4125ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
4126ALTER TABLE t CHANGE COLUMN a b CHAR(231);
4127ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
4128ALTER TABLE t CHANGE COLUMN a b CHAR(232);
4129ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
4130ALTER TABLE t CHANGE COLUMN a b CHAR(233);
4131ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
4132ALTER TABLE t CHANGE COLUMN a b CHAR(234);
4133ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
4134ALTER TABLE t CHANGE COLUMN a b CHAR(235);
4135ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
4136ALTER TABLE t CHANGE COLUMN a b CHAR(236);
4137ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
4138ALTER TABLE t CHANGE COLUMN a b CHAR(237);
4139ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
4140ALTER TABLE t CHANGE COLUMN a b CHAR(238);
4141ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
4142ALTER TABLE t CHANGE COLUMN a b CHAR(239);
4143ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
4144ALTER TABLE t CHANGE COLUMN a b CHAR(240);
4145ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
4146ALTER TABLE t CHANGE COLUMN a b CHAR(241);
4147ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
4148ALTER TABLE t CHANGE COLUMN a b CHAR(242);
4149ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
4150ALTER TABLE t CHANGE COLUMN a b CHAR(243);
4151ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
4152ALTER TABLE t CHANGE COLUMN a b CHAR(244);
4153ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
4154ALTER TABLE t CHANGE COLUMN a b CHAR(245);
4155ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
4156ALTER TABLE t CHANGE COLUMN a b CHAR(246);
4157ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
4158ALTER TABLE t CHANGE COLUMN a b CHAR(247);
4159ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
4160ALTER TABLE t CHANGE COLUMN a b CHAR(248);
4161ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
4162ALTER TABLE t CHANGE COLUMN a b CHAR(249);
4163ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
4164ALTER TABLE t CHANGE COLUMN a b CHAR(250);
4165ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
4166ALTER TABLE t CHANGE COLUMN a b CHAR(251);
4167ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
4168ALTER TABLE t CHANGE COLUMN a b CHAR(252);
4169ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
4170ALTER TABLE t CHANGE COLUMN a b CHAR(253);
4171ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
4172ALTER TABLE t CHANGE COLUMN a b CHAR(254);
4173ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
4174ALTER TABLE t CHANGE COLUMN a b CHAR(255);
4175ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
4176DROP TABLE t;
4177CREATE TABLE t (a CHAR(16));
4178INSERT INTO t VALUES ('hi');
4179INSERT INTO t VALUES ('there');
4180INSERT INTO t VALUES ('people');
4181ALTER TABLE t CHANGE COLUMN a b CHAR(2);
4182ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
4183ALTER TABLE t CHANGE COLUMN a b CHAR(3);
4184ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
4185ALTER TABLE t CHANGE COLUMN a b CHAR(4);
4186ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
4187ALTER TABLE t CHANGE COLUMN a b CHAR(5);
4188ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
4189ALTER TABLE t CHANGE COLUMN a b CHAR(6);
4190ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
4191ALTER TABLE t CHANGE COLUMN a b CHAR(7);
4192ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
4193ALTER TABLE t CHANGE COLUMN a b CHAR(8);
4194ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
4195ALTER TABLE t CHANGE COLUMN a b CHAR(9);
4196ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
4197ALTER TABLE t CHANGE COLUMN a b CHAR(10);
4198ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
4199ALTER TABLE t CHANGE COLUMN a b CHAR(11);
4200ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
4201ALTER TABLE t CHANGE COLUMN a b CHAR(12);
4202ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
4203ALTER TABLE t CHANGE COLUMN a b CHAR(13);
4204ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
4205ALTER TABLE t CHANGE COLUMN a b CHAR(14);
4206ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
4207ALTER TABLE t CHANGE COLUMN a b CHAR(15);
4208ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
4209CREATE TABLE ti LIKE t;
4210ALTER TABLE ti ENGINE=myisam;
4211INSERT INTO ti SELECT * FROM t;
4212ALTER TABLE ti CHANGE COLUMN a b CHAR(16);
4213ALTER TABLE ti CHANGE COLUMN b a CHAR(16);
4214ALTER TABLE t CHANGE COLUMN a b CHAR(16);
4215ALTER TABLE t CHANGE COLUMN b a CHAR(16);
4216include/diff_tables.inc [test.t, test.ti]
4217DROP TABLE ti;
4218ALTER TABLE t CHANGE COLUMN a b CHAR(17);
4219ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
4220ALTER TABLE t CHANGE COLUMN a b CHAR(18);
4221ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
4222ALTER TABLE t CHANGE COLUMN a b CHAR(19);
4223ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
4224ALTER TABLE t CHANGE COLUMN a b CHAR(20);
4225ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
4226ALTER TABLE t CHANGE COLUMN a b CHAR(21);
4227ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
4228ALTER TABLE t CHANGE COLUMN a b CHAR(22);
4229ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
4230ALTER TABLE t CHANGE COLUMN a b CHAR(23);
4231ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
4232ALTER TABLE t CHANGE COLUMN a b CHAR(24);
4233ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
4234ALTER TABLE t CHANGE COLUMN a b CHAR(25);
4235ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
4236ALTER TABLE t CHANGE COLUMN a b CHAR(26);
4237ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
4238ALTER TABLE t CHANGE COLUMN a b CHAR(27);
4239ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
4240ALTER TABLE t CHANGE COLUMN a b CHAR(28);
4241ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
4242ALTER TABLE t CHANGE COLUMN a b CHAR(29);
4243ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
4244ALTER TABLE t CHANGE COLUMN a b CHAR(30);
4245ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
4246ALTER TABLE t CHANGE COLUMN a b CHAR(31);
4247ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
4248ALTER TABLE t CHANGE COLUMN a b CHAR(32);
4249ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
4250ALTER TABLE t CHANGE COLUMN a b CHAR(33);
4251ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
4252ALTER TABLE t CHANGE COLUMN a b CHAR(34);
4253ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
4254ALTER TABLE t CHANGE COLUMN a b CHAR(35);
4255ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
4256ALTER TABLE t CHANGE COLUMN a b CHAR(36);
4257ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
4258ALTER TABLE t CHANGE COLUMN a b CHAR(37);
4259ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
4260ALTER TABLE t CHANGE COLUMN a b CHAR(38);
4261ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
4262ALTER TABLE t CHANGE COLUMN a b CHAR(39);
4263ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
4264ALTER TABLE t CHANGE COLUMN a b CHAR(40);
4265ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
4266ALTER TABLE t CHANGE COLUMN a b CHAR(41);
4267ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
4268ALTER TABLE t CHANGE COLUMN a b CHAR(42);
4269ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
4270ALTER TABLE t CHANGE COLUMN a b CHAR(43);
4271ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
4272ALTER TABLE t CHANGE COLUMN a b CHAR(44);
4273ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
4274ALTER TABLE t CHANGE COLUMN a b CHAR(45);
4275ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
4276ALTER TABLE t CHANGE COLUMN a b CHAR(46);
4277ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
4278ALTER TABLE t CHANGE COLUMN a b CHAR(47);
4279ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
4280ALTER TABLE t CHANGE COLUMN a b CHAR(48);
4281ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
4282ALTER TABLE t CHANGE COLUMN a b CHAR(49);
4283ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
4284ALTER TABLE t CHANGE COLUMN a b CHAR(50);
4285ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
4286ALTER TABLE t CHANGE COLUMN a b CHAR(51);
4287ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
4288ALTER TABLE t CHANGE COLUMN a b CHAR(52);
4289ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
4290ALTER TABLE t CHANGE COLUMN a b CHAR(53);
4291ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
4292ALTER TABLE t CHANGE COLUMN a b CHAR(54);
4293ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
4294ALTER TABLE t CHANGE COLUMN a b CHAR(55);
4295ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
4296ALTER TABLE t CHANGE COLUMN a b CHAR(56);
4297ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
4298ALTER TABLE t CHANGE COLUMN a b CHAR(57);
4299ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
4300ALTER TABLE t CHANGE COLUMN a b CHAR(58);
4301ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
4302ALTER TABLE t CHANGE COLUMN a b CHAR(59);
4303ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
4304ALTER TABLE t CHANGE COLUMN a b CHAR(60);
4305ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
4306ALTER TABLE t CHANGE COLUMN a b CHAR(61);
4307ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
4308ALTER TABLE t CHANGE COLUMN a b CHAR(62);
4309ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
4310ALTER TABLE t CHANGE COLUMN a b CHAR(63);
4311ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
4312ALTER TABLE t CHANGE COLUMN a b CHAR(64);
4313ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
4314ALTER TABLE t CHANGE COLUMN a b CHAR(65);
4315ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
4316ALTER TABLE t CHANGE COLUMN a b CHAR(66);
4317ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
4318ALTER TABLE t CHANGE COLUMN a b CHAR(67);
4319ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
4320ALTER TABLE t CHANGE COLUMN a b CHAR(68);
4321ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
4322ALTER TABLE t CHANGE COLUMN a b CHAR(69);
4323ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
4324ALTER TABLE t CHANGE COLUMN a b CHAR(70);
4325ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
4326ALTER TABLE t CHANGE COLUMN a b CHAR(71);
4327ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
4328ALTER TABLE t CHANGE COLUMN a b CHAR(72);
4329ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
4330ALTER TABLE t CHANGE COLUMN a b CHAR(73);
4331ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
4332ALTER TABLE t CHANGE COLUMN a b CHAR(74);
4333ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
4334ALTER TABLE t CHANGE COLUMN a b CHAR(75);
4335ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
4336ALTER TABLE t CHANGE COLUMN a b CHAR(76);
4337ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
4338ALTER TABLE t CHANGE COLUMN a b CHAR(77);
4339ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
4340ALTER TABLE t CHANGE COLUMN a b CHAR(78);
4341ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
4342ALTER TABLE t CHANGE COLUMN a b CHAR(79);
4343ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
4344ALTER TABLE t CHANGE COLUMN a b CHAR(80);
4345ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
4346ALTER TABLE t CHANGE COLUMN a b CHAR(81);
4347ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
4348ALTER TABLE t CHANGE COLUMN a b CHAR(82);
4349ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
4350ALTER TABLE t CHANGE COLUMN a b CHAR(83);
4351ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
4352ALTER TABLE t CHANGE COLUMN a b CHAR(84);
4353ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
4354ALTER TABLE t CHANGE COLUMN a b CHAR(85);
4355ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
4356ALTER TABLE t CHANGE COLUMN a b CHAR(86);
4357ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
4358ALTER TABLE t CHANGE COLUMN a b CHAR(87);
4359ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
4360ALTER TABLE t CHANGE COLUMN a b CHAR(88);
4361ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
4362ALTER TABLE t CHANGE COLUMN a b CHAR(89);
4363ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
4364ALTER TABLE t CHANGE COLUMN a b CHAR(90);
4365ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
4366ALTER TABLE t CHANGE COLUMN a b CHAR(91);
4367ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
4368ALTER TABLE t CHANGE COLUMN a b CHAR(92);
4369ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
4370ALTER TABLE t CHANGE COLUMN a b CHAR(93);
4371ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
4372ALTER TABLE t CHANGE COLUMN a b CHAR(94);
4373ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
4374ALTER TABLE t CHANGE COLUMN a b CHAR(95);
4375ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
4376ALTER TABLE t CHANGE COLUMN a b CHAR(96);
4377ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
4378ALTER TABLE t CHANGE COLUMN a b CHAR(97);
4379ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
4380ALTER TABLE t CHANGE COLUMN a b CHAR(98);
4381ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
4382ALTER TABLE t CHANGE COLUMN a b CHAR(99);
4383ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
4384ALTER TABLE t CHANGE COLUMN a b CHAR(100);
4385ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
4386ALTER TABLE t CHANGE COLUMN a b CHAR(101);
4387ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
4388ALTER TABLE t CHANGE COLUMN a b CHAR(102);
4389ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
4390ALTER TABLE t CHANGE COLUMN a b CHAR(103);
4391ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
4392ALTER TABLE t CHANGE COLUMN a b CHAR(104);
4393ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
4394ALTER TABLE t CHANGE COLUMN a b CHAR(105);
4395ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
4396ALTER TABLE t CHANGE COLUMN a b CHAR(106);
4397ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
4398ALTER TABLE t CHANGE COLUMN a b CHAR(107);
4399ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
4400ALTER TABLE t CHANGE COLUMN a b CHAR(108);
4401ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
4402ALTER TABLE t CHANGE COLUMN a b CHAR(109);
4403ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
4404ALTER TABLE t CHANGE COLUMN a b CHAR(110);
4405ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
4406ALTER TABLE t CHANGE COLUMN a b CHAR(111);
4407ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
4408ALTER TABLE t CHANGE COLUMN a b CHAR(112);
4409ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
4410ALTER TABLE t CHANGE COLUMN a b CHAR(113);
4411ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
4412ALTER TABLE t CHANGE COLUMN a b CHAR(114);
4413ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
4414ALTER TABLE t CHANGE COLUMN a b CHAR(115);
4415ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
4416ALTER TABLE t CHANGE COLUMN a b CHAR(116);
4417ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
4418ALTER TABLE t CHANGE COLUMN a b CHAR(117);
4419ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
4420ALTER TABLE t CHANGE COLUMN a b CHAR(118);
4421ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
4422ALTER TABLE t CHANGE COLUMN a b CHAR(119);
4423ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
4424ALTER TABLE t CHANGE COLUMN a b CHAR(120);
4425ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
4426ALTER TABLE t CHANGE COLUMN a b CHAR(121);
4427ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
4428ALTER TABLE t CHANGE COLUMN a b CHAR(122);
4429ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
4430ALTER TABLE t CHANGE COLUMN a b CHAR(123);
4431ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
4432ALTER TABLE t CHANGE COLUMN a b CHAR(124);
4433ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
4434ALTER TABLE t CHANGE COLUMN a b CHAR(125);
4435ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
4436ALTER TABLE t CHANGE COLUMN a b CHAR(126);
4437ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
4438ALTER TABLE t CHANGE COLUMN a b CHAR(127);
4439ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
4440ALTER TABLE t CHANGE COLUMN a b CHAR(128);
4441ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
4442ALTER TABLE t CHANGE COLUMN a b CHAR(129);
4443ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
4444ALTER TABLE t CHANGE COLUMN a b CHAR(130);
4445ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
4446ALTER TABLE t CHANGE COLUMN a b CHAR(131);
4447ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
4448ALTER TABLE t CHANGE COLUMN a b CHAR(132);
4449ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
4450ALTER TABLE t CHANGE COLUMN a b CHAR(133);
4451ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
4452ALTER TABLE t CHANGE COLUMN a b CHAR(134);
4453ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
4454ALTER TABLE t CHANGE COLUMN a b CHAR(135);
4455ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
4456ALTER TABLE t CHANGE COLUMN a b CHAR(136);
4457ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
4458ALTER TABLE t CHANGE COLUMN a b CHAR(137);
4459ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
4460ALTER TABLE t CHANGE COLUMN a b CHAR(138);
4461ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
4462ALTER TABLE t CHANGE COLUMN a b CHAR(139);
4463ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
4464ALTER TABLE t CHANGE COLUMN a b CHAR(140);
4465ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
4466ALTER TABLE t CHANGE COLUMN a b CHAR(141);
4467ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
4468ALTER TABLE t CHANGE COLUMN a b CHAR(142);
4469ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
4470ALTER TABLE t CHANGE COLUMN a b CHAR(143);
4471ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
4472ALTER TABLE t CHANGE COLUMN a b CHAR(144);
4473ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
4474ALTER TABLE t CHANGE COLUMN a b CHAR(145);
4475ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
4476ALTER TABLE t CHANGE COLUMN a b CHAR(146);
4477ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
4478ALTER TABLE t CHANGE COLUMN a b CHAR(147);
4479ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
4480ALTER TABLE t CHANGE COLUMN a b CHAR(148);
4481ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
4482ALTER TABLE t CHANGE COLUMN a b CHAR(149);
4483ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
4484ALTER TABLE t CHANGE COLUMN a b CHAR(150);
4485ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
4486ALTER TABLE t CHANGE COLUMN a b CHAR(151);
4487ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
4488ALTER TABLE t CHANGE COLUMN a b CHAR(152);
4489ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
4490ALTER TABLE t CHANGE COLUMN a b CHAR(153);
4491ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
4492ALTER TABLE t CHANGE COLUMN a b CHAR(154);
4493ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
4494ALTER TABLE t CHANGE COLUMN a b CHAR(155);
4495ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
4496ALTER TABLE t CHANGE COLUMN a b CHAR(156);
4497ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
4498ALTER TABLE t CHANGE COLUMN a b CHAR(157);
4499ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
4500ALTER TABLE t CHANGE COLUMN a b CHAR(158);
4501ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
4502ALTER TABLE t CHANGE COLUMN a b CHAR(159);
4503ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
4504ALTER TABLE t CHANGE COLUMN a b CHAR(160);
4505ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
4506ALTER TABLE t CHANGE COLUMN a b CHAR(161);
4507ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
4508ALTER TABLE t CHANGE COLUMN a b CHAR(162);
4509ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
4510ALTER TABLE t CHANGE COLUMN a b CHAR(163);
4511ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
4512ALTER TABLE t CHANGE COLUMN a b CHAR(164);
4513ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
4514ALTER TABLE t CHANGE COLUMN a b CHAR(165);
4515ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
4516ALTER TABLE t CHANGE COLUMN a b CHAR(166);
4517ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
4518ALTER TABLE t CHANGE COLUMN a b CHAR(167);
4519ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
4520ALTER TABLE t CHANGE COLUMN a b CHAR(168);
4521ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
4522ALTER TABLE t CHANGE COLUMN a b CHAR(169);
4523ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
4524ALTER TABLE t CHANGE COLUMN a b CHAR(170);
4525ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
4526ALTER TABLE t CHANGE COLUMN a b CHAR(171);
4527ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
4528ALTER TABLE t CHANGE COLUMN a b CHAR(172);
4529ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
4530ALTER TABLE t CHANGE COLUMN a b CHAR(173);
4531ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
4532ALTER TABLE t CHANGE COLUMN a b CHAR(174);
4533ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
4534ALTER TABLE t CHANGE COLUMN a b CHAR(175);
4535ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
4536ALTER TABLE t CHANGE COLUMN a b CHAR(176);
4537ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
4538ALTER TABLE t CHANGE COLUMN a b CHAR(177);
4539ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
4540ALTER TABLE t CHANGE COLUMN a b CHAR(178);
4541ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
4542ALTER TABLE t CHANGE COLUMN a b CHAR(179);
4543ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
4544ALTER TABLE t CHANGE COLUMN a b CHAR(180);
4545ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
4546ALTER TABLE t CHANGE COLUMN a b CHAR(181);
4547ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
4548ALTER TABLE t CHANGE COLUMN a b CHAR(182);
4549ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
4550ALTER TABLE t CHANGE COLUMN a b CHAR(183);
4551ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
4552ALTER TABLE t CHANGE COLUMN a b CHAR(184);
4553ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
4554ALTER TABLE t CHANGE COLUMN a b CHAR(185);
4555ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
4556ALTER TABLE t CHANGE COLUMN a b CHAR(186);
4557ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
4558ALTER TABLE t CHANGE COLUMN a b CHAR(187);
4559ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
4560ALTER TABLE t CHANGE COLUMN a b CHAR(188);
4561ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
4562ALTER TABLE t CHANGE COLUMN a b CHAR(189);
4563ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
4564ALTER TABLE t CHANGE COLUMN a b CHAR(190);
4565ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
4566ALTER TABLE t CHANGE COLUMN a b CHAR(191);
4567ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
4568ALTER TABLE t CHANGE COLUMN a b CHAR(192);
4569ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
4570ALTER TABLE t CHANGE COLUMN a b CHAR(193);
4571ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
4572ALTER TABLE t CHANGE COLUMN a b CHAR(194);
4573ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
4574ALTER TABLE t CHANGE COLUMN a b CHAR(195);
4575ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
4576ALTER TABLE t CHANGE COLUMN a b CHAR(196);
4577ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
4578ALTER TABLE t CHANGE COLUMN a b CHAR(197);
4579ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
4580ALTER TABLE t CHANGE COLUMN a b CHAR(198);
4581ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
4582ALTER TABLE t CHANGE COLUMN a b CHAR(199);
4583ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
4584ALTER TABLE t CHANGE COLUMN a b CHAR(200);
4585ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
4586ALTER TABLE t CHANGE COLUMN a b CHAR(201);
4587ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
4588ALTER TABLE t CHANGE COLUMN a b CHAR(202);
4589ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
4590ALTER TABLE t CHANGE COLUMN a b CHAR(203);
4591ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
4592ALTER TABLE t CHANGE COLUMN a b CHAR(204);
4593ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
4594ALTER TABLE t CHANGE COLUMN a b CHAR(205);
4595ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
4596ALTER TABLE t CHANGE COLUMN a b CHAR(206);
4597ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
4598ALTER TABLE t CHANGE COLUMN a b CHAR(207);
4599ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
4600ALTER TABLE t CHANGE COLUMN a b CHAR(208);
4601ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
4602ALTER TABLE t CHANGE COLUMN a b CHAR(209);
4603ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
4604ALTER TABLE t CHANGE COLUMN a b CHAR(210);
4605ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
4606ALTER TABLE t CHANGE COLUMN a b CHAR(211);
4607ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
4608ALTER TABLE t CHANGE COLUMN a b CHAR(212);
4609ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
4610ALTER TABLE t CHANGE COLUMN a b CHAR(213);
4611ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
4612ALTER TABLE t CHANGE COLUMN a b CHAR(214);
4613ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
4614ALTER TABLE t CHANGE COLUMN a b CHAR(215);
4615ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
4616ALTER TABLE t CHANGE COLUMN a b CHAR(216);
4617ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
4618ALTER TABLE t CHANGE COLUMN a b CHAR(217);
4619ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
4620ALTER TABLE t CHANGE COLUMN a b CHAR(218);
4621ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
4622ALTER TABLE t CHANGE COLUMN a b CHAR(219);
4623ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
4624ALTER TABLE t CHANGE COLUMN a b CHAR(220);
4625ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
4626ALTER TABLE t CHANGE COLUMN a b CHAR(221);
4627ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
4628ALTER TABLE t CHANGE COLUMN a b CHAR(222);
4629ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
4630ALTER TABLE t CHANGE COLUMN a b CHAR(223);
4631ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
4632ALTER TABLE t CHANGE COLUMN a b CHAR(224);
4633ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
4634ALTER TABLE t CHANGE COLUMN a b CHAR(225);
4635ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
4636ALTER TABLE t CHANGE COLUMN a b CHAR(226);
4637ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
4638ALTER TABLE t CHANGE COLUMN a b CHAR(227);
4639ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
4640ALTER TABLE t CHANGE COLUMN a b CHAR(228);
4641ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
4642ALTER TABLE t CHANGE COLUMN a b CHAR(229);
4643ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
4644ALTER TABLE t CHANGE COLUMN a b CHAR(230);
4645ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
4646ALTER TABLE t CHANGE COLUMN a b CHAR(231);
4647ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
4648ALTER TABLE t CHANGE COLUMN a b CHAR(232);
4649ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
4650ALTER TABLE t CHANGE COLUMN a b CHAR(233);
4651ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
4652ALTER TABLE t CHANGE COLUMN a b CHAR(234);
4653ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
4654ALTER TABLE t CHANGE COLUMN a b CHAR(235);
4655ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
4656ALTER TABLE t CHANGE COLUMN a b CHAR(236);
4657ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
4658ALTER TABLE t CHANGE COLUMN a b CHAR(237);
4659ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
4660ALTER TABLE t CHANGE COLUMN a b CHAR(238);
4661ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
4662ALTER TABLE t CHANGE COLUMN a b CHAR(239);
4663ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
4664ALTER TABLE t CHANGE COLUMN a b CHAR(240);
4665ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
4666ALTER TABLE t CHANGE COLUMN a b CHAR(241);
4667ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
4668ALTER TABLE t CHANGE COLUMN a b CHAR(242);
4669ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
4670ALTER TABLE t CHANGE COLUMN a b CHAR(243);
4671ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
4672ALTER TABLE t CHANGE COLUMN a b CHAR(244);
4673ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
4674ALTER TABLE t CHANGE COLUMN a b CHAR(245);
4675ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
4676ALTER TABLE t CHANGE COLUMN a b CHAR(246);
4677ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
4678ALTER TABLE t CHANGE COLUMN a b CHAR(247);
4679ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
4680ALTER TABLE t CHANGE COLUMN a b CHAR(248);
4681ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
4682ALTER TABLE t CHANGE COLUMN a b CHAR(249);
4683ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
4684ALTER TABLE t CHANGE COLUMN a b CHAR(250);
4685ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
4686ALTER TABLE t CHANGE COLUMN a b CHAR(251);
4687ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
4688ALTER TABLE t CHANGE COLUMN a b CHAR(252);
4689ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
4690ALTER TABLE t CHANGE COLUMN a b CHAR(253);
4691ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
4692ALTER TABLE t CHANGE COLUMN a b CHAR(254);
4693ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
4694ALTER TABLE t CHANGE COLUMN a b CHAR(255);
4695ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
4696DROP TABLE t;
4697CREATE TABLE t (a CHAR(31));
4698INSERT INTO t VALUES ('hi');
4699INSERT INTO t VALUES ('there');
4700INSERT INTO t VALUES ('people');
4701ALTER TABLE t CHANGE COLUMN a b CHAR(2);
4702ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
4703ALTER TABLE t CHANGE COLUMN a b CHAR(3);
4704ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
4705ALTER TABLE t CHANGE COLUMN a b CHAR(4);
4706ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
4707ALTER TABLE t CHANGE COLUMN a b CHAR(5);
4708ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
4709ALTER TABLE t CHANGE COLUMN a b CHAR(6);
4710ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
4711ALTER TABLE t CHANGE COLUMN a b CHAR(7);
4712ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
4713ALTER TABLE t CHANGE COLUMN a b CHAR(8);
4714ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
4715ALTER TABLE t CHANGE COLUMN a b CHAR(9);
4716ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
4717ALTER TABLE t CHANGE COLUMN a b CHAR(10);
4718ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
4719ALTER TABLE t CHANGE COLUMN a b CHAR(11);
4720ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
4721ALTER TABLE t CHANGE COLUMN a b CHAR(12);
4722ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
4723ALTER TABLE t CHANGE COLUMN a b CHAR(13);
4724ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
4725ALTER TABLE t CHANGE COLUMN a b CHAR(14);
4726ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
4727ALTER TABLE t CHANGE COLUMN a b CHAR(15);
4728ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
4729ALTER TABLE t CHANGE COLUMN a b CHAR(16);
4730ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
4731ALTER TABLE t CHANGE COLUMN a b CHAR(17);
4732ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
4733ALTER TABLE t CHANGE COLUMN a b CHAR(18);
4734ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
4735ALTER TABLE t CHANGE COLUMN a b CHAR(19);
4736ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
4737ALTER TABLE t CHANGE COLUMN a b CHAR(20);
4738ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
4739ALTER TABLE t CHANGE COLUMN a b CHAR(21);
4740ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
4741ALTER TABLE t CHANGE COLUMN a b CHAR(22);
4742ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
4743ALTER TABLE t CHANGE COLUMN a b CHAR(23);
4744ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
4745ALTER TABLE t CHANGE COLUMN a b CHAR(24);
4746ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
4747ALTER TABLE t CHANGE COLUMN a b CHAR(25);
4748ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
4749ALTER TABLE t CHANGE COLUMN a b CHAR(26);
4750ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
4751ALTER TABLE t CHANGE COLUMN a b CHAR(27);
4752ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
4753ALTER TABLE t CHANGE COLUMN a b CHAR(28);
4754ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
4755ALTER TABLE t CHANGE COLUMN a b CHAR(29);
4756ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
4757ALTER TABLE t CHANGE COLUMN a b CHAR(30);
4758ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
4759CREATE TABLE ti LIKE t;
4760ALTER TABLE ti ENGINE=myisam;
4761INSERT INTO ti SELECT * FROM t;
4762ALTER TABLE ti CHANGE COLUMN a b CHAR(31);
4763ALTER TABLE ti CHANGE COLUMN b a CHAR(31);
4764ALTER TABLE t CHANGE COLUMN a b CHAR(31);
4765ALTER TABLE t CHANGE COLUMN b a CHAR(31);
4766include/diff_tables.inc [test.t, test.ti]
4767DROP TABLE ti;
4768ALTER TABLE t CHANGE COLUMN a b CHAR(32);
4769ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
4770ALTER TABLE t CHANGE COLUMN a b CHAR(33);
4771ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
4772ALTER TABLE t CHANGE COLUMN a b CHAR(34);
4773ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
4774ALTER TABLE t CHANGE COLUMN a b CHAR(35);
4775ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
4776ALTER TABLE t CHANGE COLUMN a b CHAR(36);
4777ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
4778ALTER TABLE t CHANGE COLUMN a b CHAR(37);
4779ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
4780ALTER TABLE t CHANGE COLUMN a b CHAR(38);
4781ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
4782ALTER TABLE t CHANGE COLUMN a b CHAR(39);
4783ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
4784ALTER TABLE t CHANGE COLUMN a b CHAR(40);
4785ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
4786ALTER TABLE t CHANGE COLUMN a b CHAR(41);
4787ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
4788ALTER TABLE t CHANGE COLUMN a b CHAR(42);
4789ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
4790ALTER TABLE t CHANGE COLUMN a b CHAR(43);
4791ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
4792ALTER TABLE t CHANGE COLUMN a b CHAR(44);
4793ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
4794ALTER TABLE t CHANGE COLUMN a b CHAR(45);
4795ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
4796ALTER TABLE t CHANGE COLUMN a b CHAR(46);
4797ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
4798ALTER TABLE t CHANGE COLUMN a b CHAR(47);
4799ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
4800ALTER TABLE t CHANGE COLUMN a b CHAR(48);
4801ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
4802ALTER TABLE t CHANGE COLUMN a b CHAR(49);
4803ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
4804ALTER TABLE t CHANGE COLUMN a b CHAR(50);
4805ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
4806ALTER TABLE t CHANGE COLUMN a b CHAR(51);
4807ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
4808ALTER TABLE t CHANGE COLUMN a b CHAR(52);
4809ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
4810ALTER TABLE t CHANGE COLUMN a b CHAR(53);
4811ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
4812ALTER TABLE t CHANGE COLUMN a b CHAR(54);
4813ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
4814ALTER TABLE t CHANGE COLUMN a b CHAR(55);
4815ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
4816ALTER TABLE t CHANGE COLUMN a b CHAR(56);
4817ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
4818ALTER TABLE t CHANGE COLUMN a b CHAR(57);
4819ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
4820ALTER TABLE t CHANGE COLUMN a b CHAR(58);
4821ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
4822ALTER TABLE t CHANGE COLUMN a b CHAR(59);
4823ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
4824ALTER TABLE t CHANGE COLUMN a b CHAR(60);
4825ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
4826ALTER TABLE t CHANGE COLUMN a b CHAR(61);
4827ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
4828ALTER TABLE t CHANGE COLUMN a b CHAR(62);
4829ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
4830ALTER TABLE t CHANGE COLUMN a b CHAR(63);
4831ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
4832ALTER TABLE t CHANGE COLUMN a b CHAR(64);
4833ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
4834ALTER TABLE t CHANGE COLUMN a b CHAR(65);
4835ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
4836ALTER TABLE t CHANGE COLUMN a b CHAR(66);
4837ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
4838ALTER TABLE t CHANGE COLUMN a b CHAR(67);
4839ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
4840ALTER TABLE t CHANGE COLUMN a b CHAR(68);
4841ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
4842ALTER TABLE t CHANGE COLUMN a b CHAR(69);
4843ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
4844ALTER TABLE t CHANGE COLUMN a b CHAR(70);
4845ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
4846ALTER TABLE t CHANGE COLUMN a b CHAR(71);
4847ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
4848ALTER TABLE t CHANGE COLUMN a b CHAR(72);
4849ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
4850ALTER TABLE t CHANGE COLUMN a b CHAR(73);
4851ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
4852ALTER TABLE t CHANGE COLUMN a b CHAR(74);
4853ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
4854ALTER TABLE t CHANGE COLUMN a b CHAR(75);
4855ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
4856ALTER TABLE t CHANGE COLUMN a b CHAR(76);
4857ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
4858ALTER TABLE t CHANGE COLUMN a b CHAR(77);
4859ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
4860ALTER TABLE t CHANGE COLUMN a b CHAR(78);
4861ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
4862ALTER TABLE t CHANGE COLUMN a b CHAR(79);
4863ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
4864ALTER TABLE t CHANGE COLUMN a b CHAR(80);
4865ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
4866ALTER TABLE t CHANGE COLUMN a b CHAR(81);
4867ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
4868ALTER TABLE t CHANGE COLUMN a b CHAR(82);
4869ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
4870ALTER TABLE t CHANGE COLUMN a b CHAR(83);
4871ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
4872ALTER TABLE t CHANGE COLUMN a b CHAR(84);
4873ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
4874ALTER TABLE t CHANGE COLUMN a b CHAR(85);
4875ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
4876ALTER TABLE t CHANGE COLUMN a b CHAR(86);
4877ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
4878ALTER TABLE t CHANGE COLUMN a b CHAR(87);
4879ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
4880ALTER TABLE t CHANGE COLUMN a b CHAR(88);
4881ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
4882ALTER TABLE t CHANGE COLUMN a b CHAR(89);
4883ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
4884ALTER TABLE t CHANGE COLUMN a b CHAR(90);
4885ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
4886ALTER TABLE t CHANGE COLUMN a b CHAR(91);
4887ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
4888ALTER TABLE t CHANGE COLUMN a b CHAR(92);
4889ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
4890ALTER TABLE t CHANGE COLUMN a b CHAR(93);
4891ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
4892ALTER TABLE t CHANGE COLUMN a b CHAR(94);
4893ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
4894ALTER TABLE t CHANGE COLUMN a b CHAR(95);
4895ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
4896ALTER TABLE t CHANGE COLUMN a b CHAR(96);
4897ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
4898ALTER TABLE t CHANGE COLUMN a b CHAR(97);
4899ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
4900ALTER TABLE t CHANGE COLUMN a b CHAR(98);
4901ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
4902ALTER TABLE t CHANGE COLUMN a b CHAR(99);
4903ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
4904ALTER TABLE t CHANGE COLUMN a b CHAR(100);
4905ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
4906ALTER TABLE t CHANGE COLUMN a b CHAR(101);
4907ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
4908ALTER TABLE t CHANGE COLUMN a b CHAR(102);
4909ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
4910ALTER TABLE t CHANGE COLUMN a b CHAR(103);
4911ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
4912ALTER TABLE t CHANGE COLUMN a b CHAR(104);
4913ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
4914ALTER TABLE t CHANGE COLUMN a b CHAR(105);
4915ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
4916ALTER TABLE t CHANGE COLUMN a b CHAR(106);
4917ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
4918ALTER TABLE t CHANGE COLUMN a b CHAR(107);
4919ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
4920ALTER TABLE t CHANGE COLUMN a b CHAR(108);
4921ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
4922ALTER TABLE t CHANGE COLUMN a b CHAR(109);
4923ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
4924ALTER TABLE t CHANGE COLUMN a b CHAR(110);
4925ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
4926ALTER TABLE t CHANGE COLUMN a b CHAR(111);
4927ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
4928ALTER TABLE t CHANGE COLUMN a b CHAR(112);
4929ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
4930ALTER TABLE t CHANGE COLUMN a b CHAR(113);
4931ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
4932ALTER TABLE t CHANGE COLUMN a b CHAR(114);
4933ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
4934ALTER TABLE t CHANGE COLUMN a b CHAR(115);
4935ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
4936ALTER TABLE t CHANGE COLUMN a b CHAR(116);
4937ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
4938ALTER TABLE t CHANGE COLUMN a b CHAR(117);
4939ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
4940ALTER TABLE t CHANGE COLUMN a b CHAR(118);
4941ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
4942ALTER TABLE t CHANGE COLUMN a b CHAR(119);
4943ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
4944ALTER TABLE t CHANGE COLUMN a b CHAR(120);
4945ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
4946ALTER TABLE t CHANGE COLUMN a b CHAR(121);
4947ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
4948ALTER TABLE t CHANGE COLUMN a b CHAR(122);
4949ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
4950ALTER TABLE t CHANGE COLUMN a b CHAR(123);
4951ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
4952ALTER TABLE t CHANGE COLUMN a b CHAR(124);
4953ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
4954ALTER TABLE t CHANGE COLUMN a b CHAR(125);
4955ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
4956ALTER TABLE t CHANGE COLUMN a b CHAR(126);
4957ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
4958ALTER TABLE t CHANGE COLUMN a b CHAR(127);
4959ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
4960ALTER TABLE t CHANGE COLUMN a b CHAR(128);
4961ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
4962ALTER TABLE t CHANGE COLUMN a b CHAR(129);
4963ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
4964ALTER TABLE t CHANGE COLUMN a b CHAR(130);
4965ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
4966ALTER TABLE t CHANGE COLUMN a b CHAR(131);
4967ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
4968ALTER TABLE t CHANGE COLUMN a b CHAR(132);
4969ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
4970ALTER TABLE t CHANGE COLUMN a b CHAR(133);
4971ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
4972ALTER TABLE t CHANGE COLUMN a b CHAR(134);
4973ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
4974ALTER TABLE t CHANGE COLUMN a b CHAR(135);
4975ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
4976ALTER TABLE t CHANGE COLUMN a b CHAR(136);
4977ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
4978ALTER TABLE t CHANGE COLUMN a b CHAR(137);
4979ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
4980ALTER TABLE t CHANGE COLUMN a b CHAR(138);
4981ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
4982ALTER TABLE t CHANGE COLUMN a b CHAR(139);
4983ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
4984ALTER TABLE t CHANGE COLUMN a b CHAR(140);
4985ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
4986ALTER TABLE t CHANGE COLUMN a b CHAR(141);
4987ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
4988ALTER TABLE t CHANGE COLUMN a b CHAR(142);
4989ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
4990ALTER TABLE t CHANGE COLUMN a b CHAR(143);
4991ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
4992ALTER TABLE t CHANGE COLUMN a b CHAR(144);
4993ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
4994ALTER TABLE t CHANGE COLUMN a b CHAR(145);
4995ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
4996ALTER TABLE t CHANGE COLUMN a b CHAR(146);
4997ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
4998ALTER TABLE t CHANGE COLUMN a b CHAR(147);
4999ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
5000ALTER TABLE t CHANGE COLUMN a b CHAR(148);
5001ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
5002ALTER TABLE t CHANGE COLUMN a b CHAR(149);
5003ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
5004ALTER TABLE t CHANGE COLUMN a b CHAR(150);
5005ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
5006ALTER TABLE t CHANGE COLUMN a b CHAR(151);
5007ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
5008ALTER TABLE t CHANGE COLUMN a b CHAR(152);
5009ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
5010ALTER TABLE t CHANGE COLUMN a b CHAR(153);
5011ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
5012ALTER TABLE t CHANGE COLUMN a b CHAR(154);
5013ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
5014ALTER TABLE t CHANGE COLUMN a b CHAR(155);
5015ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
5016ALTER TABLE t CHANGE COLUMN a b CHAR(156);
5017ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
5018ALTER TABLE t CHANGE COLUMN a b CHAR(157);
5019ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
5020ALTER TABLE t CHANGE COLUMN a b CHAR(158);
5021ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
5022ALTER TABLE t CHANGE COLUMN a b CHAR(159);
5023ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
5024ALTER TABLE t CHANGE COLUMN a b CHAR(160);
5025ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
5026ALTER TABLE t CHANGE COLUMN a b CHAR(161);
5027ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
5028ALTER TABLE t CHANGE COLUMN a b CHAR(162);
5029ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
5030ALTER TABLE t CHANGE COLUMN a b CHAR(163);
5031ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
5032ALTER TABLE t CHANGE COLUMN a b CHAR(164);
5033ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
5034ALTER TABLE t CHANGE COLUMN a b CHAR(165);
5035ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
5036ALTER TABLE t CHANGE COLUMN a b CHAR(166);
5037ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
5038ALTER TABLE t CHANGE COLUMN a b CHAR(167);
5039ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
5040ALTER TABLE t CHANGE COLUMN a b CHAR(168);
5041ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
5042ALTER TABLE t CHANGE COLUMN a b CHAR(169);
5043ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
5044ALTER TABLE t CHANGE COLUMN a b CHAR(170);
5045ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
5046ALTER TABLE t CHANGE COLUMN a b CHAR(171);
5047ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
5048ALTER TABLE t CHANGE COLUMN a b CHAR(172);
5049ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
5050ALTER TABLE t CHANGE COLUMN a b CHAR(173);
5051ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
5052ALTER TABLE t CHANGE COLUMN a b CHAR(174);
5053ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
5054ALTER TABLE t CHANGE COLUMN a b CHAR(175);
5055ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
5056ALTER TABLE t CHANGE COLUMN a b CHAR(176);
5057ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
5058ALTER TABLE t CHANGE COLUMN a b CHAR(177);
5059ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
5060ALTER TABLE t CHANGE COLUMN a b CHAR(178);
5061ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
5062ALTER TABLE t CHANGE COLUMN a b CHAR(179);
5063ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
5064ALTER TABLE t CHANGE COLUMN a b CHAR(180);
5065ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
5066ALTER TABLE t CHANGE COLUMN a b CHAR(181);
5067ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
5068ALTER TABLE t CHANGE COLUMN a b CHAR(182);
5069ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
5070ALTER TABLE t CHANGE COLUMN a b CHAR(183);
5071ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
5072ALTER TABLE t CHANGE COLUMN a b CHAR(184);
5073ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
5074ALTER TABLE t CHANGE COLUMN a b CHAR(185);
5075ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
5076ALTER TABLE t CHANGE COLUMN a b CHAR(186);
5077ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
5078ALTER TABLE t CHANGE COLUMN a b CHAR(187);
5079ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
5080ALTER TABLE t CHANGE COLUMN a b CHAR(188);
5081ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
5082ALTER TABLE t CHANGE COLUMN a b CHAR(189);
5083ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
5084ALTER TABLE t CHANGE COLUMN a b CHAR(190);
5085ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
5086ALTER TABLE t CHANGE COLUMN a b CHAR(191);
5087ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
5088ALTER TABLE t CHANGE COLUMN a b CHAR(192);
5089ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
5090ALTER TABLE t CHANGE COLUMN a b CHAR(193);
5091ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
5092ALTER TABLE t CHANGE COLUMN a b CHAR(194);
5093ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
5094ALTER TABLE t CHANGE COLUMN a b CHAR(195);
5095ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
5096ALTER TABLE t CHANGE COLUMN a b CHAR(196);
5097ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
5098ALTER TABLE t CHANGE COLUMN a b CHAR(197);
5099ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
5100ALTER TABLE t CHANGE COLUMN a b CHAR(198);
5101ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
5102ALTER TABLE t CHANGE COLUMN a b CHAR(199);
5103ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
5104ALTER TABLE t CHANGE COLUMN a b CHAR(200);
5105ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
5106ALTER TABLE t CHANGE COLUMN a b CHAR(201);
5107ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
5108ALTER TABLE t CHANGE COLUMN a b CHAR(202);
5109ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
5110ALTER TABLE t CHANGE COLUMN a b CHAR(203);
5111ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
5112ALTER TABLE t CHANGE COLUMN a b CHAR(204);
5113ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
5114ALTER TABLE t CHANGE COLUMN a b CHAR(205);
5115ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
5116ALTER TABLE t CHANGE COLUMN a b CHAR(206);
5117ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
5118ALTER TABLE t CHANGE COLUMN a b CHAR(207);
5119ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
5120ALTER TABLE t CHANGE COLUMN a b CHAR(208);
5121ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
5122ALTER TABLE t CHANGE COLUMN a b CHAR(209);
5123ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
5124ALTER TABLE t CHANGE COLUMN a b CHAR(210);
5125ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
5126ALTER TABLE t CHANGE COLUMN a b CHAR(211);
5127ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
5128ALTER TABLE t CHANGE COLUMN a b CHAR(212);
5129ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
5130ALTER TABLE t CHANGE COLUMN a b CHAR(213);
5131ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
5132ALTER TABLE t CHANGE COLUMN a b CHAR(214);
5133ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
5134ALTER TABLE t CHANGE COLUMN a b CHAR(215);
5135ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
5136ALTER TABLE t CHANGE COLUMN a b CHAR(216);
5137ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
5138ALTER TABLE t CHANGE COLUMN a b CHAR(217);
5139ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
5140ALTER TABLE t CHANGE COLUMN a b CHAR(218);
5141ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
5142ALTER TABLE t CHANGE COLUMN a b CHAR(219);
5143ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
5144ALTER TABLE t CHANGE COLUMN a b CHAR(220);
5145ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
5146ALTER TABLE t CHANGE COLUMN a b CHAR(221);
5147ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
5148ALTER TABLE t CHANGE COLUMN a b CHAR(222);
5149ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
5150ALTER TABLE t CHANGE COLUMN a b CHAR(223);
5151ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
5152ALTER TABLE t CHANGE COLUMN a b CHAR(224);
5153ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
5154ALTER TABLE t CHANGE COLUMN a b CHAR(225);
5155ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
5156ALTER TABLE t CHANGE COLUMN a b CHAR(226);
5157ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
5158ALTER TABLE t CHANGE COLUMN a b CHAR(227);
5159ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
5160ALTER TABLE t CHANGE COLUMN a b CHAR(228);
5161ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
5162ALTER TABLE t CHANGE COLUMN a b CHAR(229);
5163ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
5164ALTER TABLE t CHANGE COLUMN a b CHAR(230);
5165ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
5166ALTER TABLE t CHANGE COLUMN a b CHAR(231);
5167ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
5168ALTER TABLE t CHANGE COLUMN a b CHAR(232);
5169ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
5170ALTER TABLE t CHANGE COLUMN a b CHAR(233);
5171ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
5172ALTER TABLE t CHANGE COLUMN a b CHAR(234);
5173ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
5174ALTER TABLE t CHANGE COLUMN a b CHAR(235);
5175ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
5176ALTER TABLE t CHANGE COLUMN a b CHAR(236);
5177ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
5178ALTER TABLE t CHANGE COLUMN a b CHAR(237);
5179ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
5180ALTER TABLE t CHANGE COLUMN a b CHAR(238);
5181ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
5182ALTER TABLE t CHANGE COLUMN a b CHAR(239);
5183ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
5184ALTER TABLE t CHANGE COLUMN a b CHAR(240);
5185ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
5186ALTER TABLE t CHANGE COLUMN a b CHAR(241);
5187ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
5188ALTER TABLE t CHANGE COLUMN a b CHAR(242);
5189ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
5190ALTER TABLE t CHANGE COLUMN a b CHAR(243);
5191ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
5192ALTER TABLE t CHANGE COLUMN a b CHAR(244);
5193ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
5194ALTER TABLE t CHANGE COLUMN a b CHAR(245);
5195ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
5196ALTER TABLE t CHANGE COLUMN a b CHAR(246);
5197ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
5198ALTER TABLE t CHANGE COLUMN a b CHAR(247);
5199ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
5200ALTER TABLE t CHANGE COLUMN a b CHAR(248);
5201ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
5202ALTER TABLE t CHANGE COLUMN a b CHAR(249);
5203ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
5204ALTER TABLE t CHANGE COLUMN a b CHAR(250);
5205ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
5206ALTER TABLE t CHANGE COLUMN a b CHAR(251);
5207ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
5208ALTER TABLE t CHANGE COLUMN a b CHAR(252);
5209ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
5210ALTER TABLE t CHANGE COLUMN a b CHAR(253);
5211ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
5212ALTER TABLE t CHANGE COLUMN a b CHAR(254);
5213ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
5214ALTER TABLE t CHANGE COLUMN a b CHAR(255);
5215ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
5216DROP TABLE t;
5217CREATE TABLE t (a CHAR(32));
5218INSERT INTO t VALUES ('hi');
5219INSERT INTO t VALUES ('there');
5220INSERT INTO t VALUES ('people');
5221ALTER TABLE t CHANGE COLUMN a b CHAR(2);
5222ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
5223ALTER TABLE t CHANGE COLUMN a b CHAR(3);
5224ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
5225ALTER TABLE t CHANGE COLUMN a b CHAR(4);
5226ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
5227ALTER TABLE t CHANGE COLUMN a b CHAR(5);
5228ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
5229ALTER TABLE t CHANGE COLUMN a b CHAR(6);
5230ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
5231ALTER TABLE t CHANGE COLUMN a b CHAR(7);
5232ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
5233ALTER TABLE t CHANGE COLUMN a b CHAR(8);
5234ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
5235ALTER TABLE t CHANGE COLUMN a b CHAR(9);
5236ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
5237ALTER TABLE t CHANGE COLUMN a b CHAR(10);
5238ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
5239ALTER TABLE t CHANGE COLUMN a b CHAR(11);
5240ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
5241ALTER TABLE t CHANGE COLUMN a b CHAR(12);
5242ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
5243ALTER TABLE t CHANGE COLUMN a b CHAR(13);
5244ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
5245ALTER TABLE t CHANGE COLUMN a b CHAR(14);
5246ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
5247ALTER TABLE t CHANGE COLUMN a b CHAR(15);
5248ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
5249ALTER TABLE t CHANGE COLUMN a b CHAR(16);
5250ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
5251ALTER TABLE t CHANGE COLUMN a b CHAR(17);
5252ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
5253ALTER TABLE t CHANGE COLUMN a b CHAR(18);
5254ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
5255ALTER TABLE t CHANGE COLUMN a b CHAR(19);
5256ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
5257ALTER TABLE t CHANGE COLUMN a b CHAR(20);
5258ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
5259ALTER TABLE t CHANGE COLUMN a b CHAR(21);
5260ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
5261ALTER TABLE t CHANGE COLUMN a b CHAR(22);
5262ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
5263ALTER TABLE t CHANGE COLUMN a b CHAR(23);
5264ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
5265ALTER TABLE t CHANGE COLUMN a b CHAR(24);
5266ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
5267ALTER TABLE t CHANGE COLUMN a b CHAR(25);
5268ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
5269ALTER TABLE t CHANGE COLUMN a b CHAR(26);
5270ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
5271ALTER TABLE t CHANGE COLUMN a b CHAR(27);
5272ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
5273ALTER TABLE t CHANGE COLUMN a b CHAR(28);
5274ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
5275ALTER TABLE t CHANGE COLUMN a b CHAR(29);
5276ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
5277ALTER TABLE t CHANGE COLUMN a b CHAR(30);
5278ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
5279ALTER TABLE t CHANGE COLUMN a b CHAR(31);
5280ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
5281CREATE TABLE ti LIKE t;
5282ALTER TABLE ti ENGINE=myisam;
5283INSERT INTO ti SELECT * FROM t;
5284ALTER TABLE ti CHANGE COLUMN a b CHAR(32);
5285ALTER TABLE ti CHANGE COLUMN b a CHAR(32);
5286ALTER TABLE t CHANGE COLUMN a b CHAR(32);
5287ALTER TABLE t CHANGE COLUMN b a CHAR(32);
5288include/diff_tables.inc [test.t, test.ti]
5289DROP TABLE ti;
5290ALTER TABLE t CHANGE COLUMN a b CHAR(33);
5291ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
5292ALTER TABLE t CHANGE COLUMN a b CHAR(34);
5293ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
5294ALTER TABLE t CHANGE COLUMN a b CHAR(35);
5295ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
5296ALTER TABLE t CHANGE COLUMN a b CHAR(36);
5297ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
5298ALTER TABLE t CHANGE COLUMN a b CHAR(37);
5299ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
5300ALTER TABLE t CHANGE COLUMN a b CHAR(38);
5301ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
5302ALTER TABLE t CHANGE COLUMN a b CHAR(39);
5303ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
5304ALTER TABLE t CHANGE COLUMN a b CHAR(40);
5305ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
5306ALTER TABLE t CHANGE COLUMN a b CHAR(41);
5307ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
5308ALTER TABLE t CHANGE COLUMN a b CHAR(42);
5309ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
5310ALTER TABLE t CHANGE COLUMN a b CHAR(43);
5311ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
5312ALTER TABLE t CHANGE COLUMN a b CHAR(44);
5313ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
5314ALTER TABLE t CHANGE COLUMN a b CHAR(45);
5315ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
5316ALTER TABLE t CHANGE COLUMN a b CHAR(46);
5317ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
5318ALTER TABLE t CHANGE COLUMN a b CHAR(47);
5319ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
5320ALTER TABLE t CHANGE COLUMN a b CHAR(48);
5321ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
5322ALTER TABLE t CHANGE COLUMN a b CHAR(49);
5323ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
5324ALTER TABLE t CHANGE COLUMN a b CHAR(50);
5325ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
5326ALTER TABLE t CHANGE COLUMN a b CHAR(51);
5327ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
5328ALTER TABLE t CHANGE COLUMN a b CHAR(52);
5329ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
5330ALTER TABLE t CHANGE COLUMN a b CHAR(53);
5331ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
5332ALTER TABLE t CHANGE COLUMN a b CHAR(54);
5333ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
5334ALTER TABLE t CHANGE COLUMN a b CHAR(55);
5335ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
5336ALTER TABLE t CHANGE COLUMN a b CHAR(56);
5337ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
5338ALTER TABLE t CHANGE COLUMN a b CHAR(57);
5339ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
5340ALTER TABLE t CHANGE COLUMN a b CHAR(58);
5341ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
5342ALTER TABLE t CHANGE COLUMN a b CHAR(59);
5343ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
5344ALTER TABLE t CHANGE COLUMN a b CHAR(60);
5345ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
5346ALTER TABLE t CHANGE COLUMN a b CHAR(61);
5347ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
5348ALTER TABLE t CHANGE COLUMN a b CHAR(62);
5349ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
5350ALTER TABLE t CHANGE COLUMN a b CHAR(63);
5351ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
5352ALTER TABLE t CHANGE COLUMN a b CHAR(64);
5353ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
5354ALTER TABLE t CHANGE COLUMN a b CHAR(65);
5355ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
5356ALTER TABLE t CHANGE COLUMN a b CHAR(66);
5357ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
5358ALTER TABLE t CHANGE COLUMN a b CHAR(67);
5359ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
5360ALTER TABLE t CHANGE COLUMN a b CHAR(68);
5361ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
5362ALTER TABLE t CHANGE COLUMN a b CHAR(69);
5363ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
5364ALTER TABLE t CHANGE COLUMN a b CHAR(70);
5365ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
5366ALTER TABLE t CHANGE COLUMN a b CHAR(71);
5367ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
5368ALTER TABLE t CHANGE COLUMN a b CHAR(72);
5369ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
5370ALTER TABLE t CHANGE COLUMN a b CHAR(73);
5371ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
5372ALTER TABLE t CHANGE COLUMN a b CHAR(74);
5373ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
5374ALTER TABLE t CHANGE COLUMN a b CHAR(75);
5375ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
5376ALTER TABLE t CHANGE COLUMN a b CHAR(76);
5377ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
5378ALTER TABLE t CHANGE COLUMN a b CHAR(77);
5379ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
5380ALTER TABLE t CHANGE COLUMN a b CHAR(78);
5381ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
5382ALTER TABLE t CHANGE COLUMN a b CHAR(79);
5383ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
5384ALTER TABLE t CHANGE COLUMN a b CHAR(80);
5385ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
5386ALTER TABLE t CHANGE COLUMN a b CHAR(81);
5387ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
5388ALTER TABLE t CHANGE COLUMN a b CHAR(82);
5389ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
5390ALTER TABLE t CHANGE COLUMN a b CHAR(83);
5391ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
5392ALTER TABLE t CHANGE COLUMN a b CHAR(84);
5393ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
5394ALTER TABLE t CHANGE COLUMN a b CHAR(85);
5395ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
5396ALTER TABLE t CHANGE COLUMN a b CHAR(86);
5397ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
5398ALTER TABLE t CHANGE COLUMN a b CHAR(87);
5399ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
5400ALTER TABLE t CHANGE COLUMN a b CHAR(88);
5401ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
5402ALTER TABLE t CHANGE COLUMN a b CHAR(89);
5403ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
5404ALTER TABLE t CHANGE COLUMN a b CHAR(90);
5405ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
5406ALTER TABLE t CHANGE COLUMN a b CHAR(91);
5407ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
5408ALTER TABLE t CHANGE COLUMN a b CHAR(92);
5409ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
5410ALTER TABLE t CHANGE COLUMN a b CHAR(93);
5411ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
5412ALTER TABLE t CHANGE COLUMN a b CHAR(94);
5413ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
5414ALTER TABLE t CHANGE COLUMN a b CHAR(95);
5415ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
5416ALTER TABLE t CHANGE COLUMN a b CHAR(96);
5417ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
5418ALTER TABLE t CHANGE COLUMN a b CHAR(97);
5419ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
5420ALTER TABLE t CHANGE COLUMN a b CHAR(98);
5421ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
5422ALTER TABLE t CHANGE COLUMN a b CHAR(99);
5423ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
5424ALTER TABLE t CHANGE COLUMN a b CHAR(100);
5425ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
5426ALTER TABLE t CHANGE COLUMN a b CHAR(101);
5427ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
5428ALTER TABLE t CHANGE COLUMN a b CHAR(102);
5429ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
5430ALTER TABLE t CHANGE COLUMN a b CHAR(103);
5431ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
5432ALTER TABLE t CHANGE COLUMN a b CHAR(104);
5433ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
5434ALTER TABLE t CHANGE COLUMN a b CHAR(105);
5435ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
5436ALTER TABLE t CHANGE COLUMN a b CHAR(106);
5437ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
5438ALTER TABLE t CHANGE COLUMN a b CHAR(107);
5439ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
5440ALTER TABLE t CHANGE COLUMN a b CHAR(108);
5441ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
5442ALTER TABLE t CHANGE COLUMN a b CHAR(109);
5443ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
5444ALTER TABLE t CHANGE COLUMN a b CHAR(110);
5445ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
5446ALTER TABLE t CHANGE COLUMN a b CHAR(111);
5447ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
5448ALTER TABLE t CHANGE COLUMN a b CHAR(112);
5449ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
5450ALTER TABLE t CHANGE COLUMN a b CHAR(113);
5451ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
5452ALTER TABLE t CHANGE COLUMN a b CHAR(114);
5453ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
5454ALTER TABLE t CHANGE COLUMN a b CHAR(115);
5455ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
5456ALTER TABLE t CHANGE COLUMN a b CHAR(116);
5457ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
5458ALTER TABLE t CHANGE COLUMN a b CHAR(117);
5459ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
5460ALTER TABLE t CHANGE COLUMN a b CHAR(118);
5461ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
5462ALTER TABLE t CHANGE COLUMN a b CHAR(119);
5463ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
5464ALTER TABLE t CHANGE COLUMN a b CHAR(120);
5465ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
5466ALTER TABLE t CHANGE COLUMN a b CHAR(121);
5467ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
5468ALTER TABLE t CHANGE COLUMN a b CHAR(122);
5469ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
5470ALTER TABLE t CHANGE COLUMN a b CHAR(123);
5471ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
5472ALTER TABLE t CHANGE COLUMN a b CHAR(124);
5473ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
5474ALTER TABLE t CHANGE COLUMN a b CHAR(125);
5475ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
5476ALTER TABLE t CHANGE COLUMN a b CHAR(126);
5477ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
5478ALTER TABLE t CHANGE COLUMN a b CHAR(127);
5479ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
5480ALTER TABLE t CHANGE COLUMN a b CHAR(128);
5481ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
5482ALTER TABLE t CHANGE COLUMN a b CHAR(129);
5483ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
5484ALTER TABLE t CHANGE COLUMN a b CHAR(130);
5485ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
5486ALTER TABLE t CHANGE COLUMN a b CHAR(131);
5487ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
5488ALTER TABLE t CHANGE COLUMN a b CHAR(132);
5489ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
5490ALTER TABLE t CHANGE COLUMN a b CHAR(133);
5491ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
5492ALTER TABLE t CHANGE COLUMN a b CHAR(134);
5493ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
5494ALTER TABLE t CHANGE COLUMN a b CHAR(135);
5495ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
5496ALTER TABLE t CHANGE COLUMN a b CHAR(136);
5497ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
5498ALTER TABLE t CHANGE COLUMN a b CHAR(137);
5499ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
5500ALTER TABLE t CHANGE COLUMN a b CHAR(138);
5501ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
5502ALTER TABLE t CHANGE COLUMN a b CHAR(139);
5503ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
5504ALTER TABLE t CHANGE COLUMN a b CHAR(140);
5505ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
5506ALTER TABLE t CHANGE COLUMN a b CHAR(141);
5507ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
5508ALTER TABLE t CHANGE COLUMN a b CHAR(142);
5509ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
5510ALTER TABLE t CHANGE COLUMN a b CHAR(143);
5511ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
5512ALTER TABLE t CHANGE COLUMN a b CHAR(144);
5513ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
5514ALTER TABLE t CHANGE COLUMN a b CHAR(145);
5515ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
5516ALTER TABLE t CHANGE COLUMN a b CHAR(146);
5517ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
5518ALTER TABLE t CHANGE COLUMN a b CHAR(147);
5519ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
5520ALTER TABLE t CHANGE COLUMN a b CHAR(148);
5521ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
5522ALTER TABLE t CHANGE COLUMN a b CHAR(149);
5523ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
5524ALTER TABLE t CHANGE COLUMN a b CHAR(150);
5525ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
5526ALTER TABLE t CHANGE COLUMN a b CHAR(151);
5527ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
5528ALTER TABLE t CHANGE COLUMN a b CHAR(152);
5529ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
5530ALTER TABLE t CHANGE COLUMN a b CHAR(153);
5531ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
5532ALTER TABLE t CHANGE COLUMN a b CHAR(154);
5533ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
5534ALTER TABLE t CHANGE COLUMN a b CHAR(155);
5535ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
5536ALTER TABLE t CHANGE COLUMN a b CHAR(156);
5537ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
5538ALTER TABLE t CHANGE COLUMN a b CHAR(157);
5539ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
5540ALTER TABLE t CHANGE COLUMN a b CHAR(158);
5541ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
5542ALTER TABLE t CHANGE COLUMN a b CHAR(159);
5543ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
5544ALTER TABLE t CHANGE COLUMN a b CHAR(160);
5545ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
5546ALTER TABLE t CHANGE COLUMN a b CHAR(161);
5547ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
5548ALTER TABLE t CHANGE COLUMN a b CHAR(162);
5549ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
5550ALTER TABLE t CHANGE COLUMN a b CHAR(163);
5551ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
5552ALTER TABLE t CHANGE COLUMN a b CHAR(164);
5553ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
5554ALTER TABLE t CHANGE COLUMN a b CHAR(165);
5555ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
5556ALTER TABLE t CHANGE COLUMN a b CHAR(166);
5557ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
5558ALTER TABLE t CHANGE COLUMN a b CHAR(167);
5559ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
5560ALTER TABLE t CHANGE COLUMN a b CHAR(168);
5561ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
5562ALTER TABLE t CHANGE COLUMN a b CHAR(169);
5563ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
5564ALTER TABLE t CHANGE COLUMN a b CHAR(170);
5565ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
5566ALTER TABLE t CHANGE COLUMN a b CHAR(171);
5567ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
5568ALTER TABLE t CHANGE COLUMN a b CHAR(172);
5569ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
5570ALTER TABLE t CHANGE COLUMN a b CHAR(173);
5571ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
5572ALTER TABLE t CHANGE COLUMN a b CHAR(174);
5573ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
5574ALTER TABLE t CHANGE COLUMN a b CHAR(175);
5575ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
5576ALTER TABLE t CHANGE COLUMN a b CHAR(176);
5577ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
5578ALTER TABLE t CHANGE COLUMN a b CHAR(177);
5579ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
5580ALTER TABLE t CHANGE COLUMN a b CHAR(178);
5581ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
5582ALTER TABLE t CHANGE COLUMN a b CHAR(179);
5583ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
5584ALTER TABLE t CHANGE COLUMN a b CHAR(180);
5585ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
5586ALTER TABLE t CHANGE COLUMN a b CHAR(181);
5587ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
5588ALTER TABLE t CHANGE COLUMN a b CHAR(182);
5589ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
5590ALTER TABLE t CHANGE COLUMN a b CHAR(183);
5591ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
5592ALTER TABLE t CHANGE COLUMN a b CHAR(184);
5593ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
5594ALTER TABLE t CHANGE COLUMN a b CHAR(185);
5595ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
5596ALTER TABLE t CHANGE COLUMN a b CHAR(186);
5597ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
5598ALTER TABLE t CHANGE COLUMN a b CHAR(187);
5599ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
5600ALTER TABLE t CHANGE COLUMN a b CHAR(188);
5601ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
5602ALTER TABLE t CHANGE COLUMN a b CHAR(189);
5603ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
5604ALTER TABLE t CHANGE COLUMN a b CHAR(190);
5605ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
5606ALTER TABLE t CHANGE COLUMN a b CHAR(191);
5607ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
5608ALTER TABLE t CHANGE COLUMN a b CHAR(192);
5609ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
5610ALTER TABLE t CHANGE COLUMN a b CHAR(193);
5611ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
5612ALTER TABLE t CHANGE COLUMN a b CHAR(194);
5613ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
5614ALTER TABLE t CHANGE COLUMN a b CHAR(195);
5615ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
5616ALTER TABLE t CHANGE COLUMN a b CHAR(196);
5617ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
5618ALTER TABLE t CHANGE COLUMN a b CHAR(197);
5619ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
5620ALTER TABLE t CHANGE COLUMN a b CHAR(198);
5621ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
5622ALTER TABLE t CHANGE COLUMN a b CHAR(199);
5623ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
5624ALTER TABLE t CHANGE COLUMN a b CHAR(200);
5625ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
5626ALTER TABLE t CHANGE COLUMN a b CHAR(201);
5627ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
5628ALTER TABLE t CHANGE COLUMN a b CHAR(202);
5629ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
5630ALTER TABLE t CHANGE COLUMN a b CHAR(203);
5631ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
5632ALTER TABLE t CHANGE COLUMN a b CHAR(204);
5633ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
5634ALTER TABLE t CHANGE COLUMN a b CHAR(205);
5635ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
5636ALTER TABLE t CHANGE COLUMN a b CHAR(206);
5637ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
5638ALTER TABLE t CHANGE COLUMN a b CHAR(207);
5639ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
5640ALTER TABLE t CHANGE COLUMN a b CHAR(208);
5641ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
5642ALTER TABLE t CHANGE COLUMN a b CHAR(209);
5643ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
5644ALTER TABLE t CHANGE COLUMN a b CHAR(210);
5645ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
5646ALTER TABLE t CHANGE COLUMN a b CHAR(211);
5647ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
5648ALTER TABLE t CHANGE COLUMN a b CHAR(212);
5649ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
5650ALTER TABLE t CHANGE COLUMN a b CHAR(213);
5651ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
5652ALTER TABLE t CHANGE COLUMN a b CHAR(214);
5653ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
5654ALTER TABLE t CHANGE COLUMN a b CHAR(215);
5655ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
5656ALTER TABLE t CHANGE COLUMN a b CHAR(216);
5657ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
5658ALTER TABLE t CHANGE COLUMN a b CHAR(217);
5659ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
5660ALTER TABLE t CHANGE COLUMN a b CHAR(218);
5661ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
5662ALTER TABLE t CHANGE COLUMN a b CHAR(219);
5663ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
5664ALTER TABLE t CHANGE COLUMN a b CHAR(220);
5665ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
5666ALTER TABLE t CHANGE COLUMN a b CHAR(221);
5667ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
5668ALTER TABLE t CHANGE COLUMN a b CHAR(222);
5669ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
5670ALTER TABLE t CHANGE COLUMN a b CHAR(223);
5671ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
5672ALTER TABLE t CHANGE COLUMN a b CHAR(224);
5673ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
5674ALTER TABLE t CHANGE COLUMN a b CHAR(225);
5675ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
5676ALTER TABLE t CHANGE COLUMN a b CHAR(226);
5677ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
5678ALTER TABLE t CHANGE COLUMN a b CHAR(227);
5679ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
5680ALTER TABLE t CHANGE COLUMN a b CHAR(228);
5681ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
5682ALTER TABLE t CHANGE COLUMN a b CHAR(229);
5683ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
5684ALTER TABLE t CHANGE COLUMN a b CHAR(230);
5685ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
5686ALTER TABLE t CHANGE COLUMN a b CHAR(231);
5687ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
5688ALTER TABLE t CHANGE COLUMN a b CHAR(232);
5689ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
5690ALTER TABLE t CHANGE COLUMN a b CHAR(233);
5691ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
5692ALTER TABLE t CHANGE COLUMN a b CHAR(234);
5693ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
5694ALTER TABLE t CHANGE COLUMN a b CHAR(235);
5695ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
5696ALTER TABLE t CHANGE COLUMN a b CHAR(236);
5697ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
5698ALTER TABLE t CHANGE COLUMN a b CHAR(237);
5699ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
5700ALTER TABLE t CHANGE COLUMN a b CHAR(238);
5701ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
5702ALTER TABLE t CHANGE COLUMN a b CHAR(239);
5703ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
5704ALTER TABLE t CHANGE COLUMN a b CHAR(240);
5705ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
5706ALTER TABLE t CHANGE COLUMN a b CHAR(241);
5707ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
5708ALTER TABLE t CHANGE COLUMN a b CHAR(242);
5709ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
5710ALTER TABLE t CHANGE COLUMN a b CHAR(243);
5711ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
5712ALTER TABLE t CHANGE COLUMN a b CHAR(244);
5713ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
5714ALTER TABLE t CHANGE COLUMN a b CHAR(245);
5715ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
5716ALTER TABLE t CHANGE COLUMN a b CHAR(246);
5717ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
5718ALTER TABLE t CHANGE COLUMN a b CHAR(247);
5719ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
5720ALTER TABLE t CHANGE COLUMN a b CHAR(248);
5721ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
5722ALTER TABLE t CHANGE COLUMN a b CHAR(249);
5723ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
5724ALTER TABLE t CHANGE COLUMN a b CHAR(250);
5725ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
5726ALTER TABLE t CHANGE COLUMN a b CHAR(251);
5727ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
5728ALTER TABLE t CHANGE COLUMN a b CHAR(252);
5729ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
5730ALTER TABLE t CHANGE COLUMN a b CHAR(253);
5731ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
5732ALTER TABLE t CHANGE COLUMN a b CHAR(254);
5733ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
5734ALTER TABLE t CHANGE COLUMN a b CHAR(255);
5735ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
5736DROP TABLE t;
5737CREATE TABLE t (a CHAR(63));
5738INSERT INTO t VALUES ('hi');
5739INSERT INTO t VALUES ('there');
5740INSERT INTO t VALUES ('people');
5741ALTER TABLE t CHANGE COLUMN a b CHAR(2);
5742ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
5743ALTER TABLE t CHANGE COLUMN a b CHAR(3);
5744ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
5745ALTER TABLE t CHANGE COLUMN a b CHAR(4);
5746ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
5747ALTER TABLE t CHANGE COLUMN a b CHAR(5);
5748ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
5749ALTER TABLE t CHANGE COLUMN a b CHAR(6);
5750ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
5751ALTER TABLE t CHANGE COLUMN a b CHAR(7);
5752ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
5753ALTER TABLE t CHANGE COLUMN a b CHAR(8);
5754ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
5755ALTER TABLE t CHANGE COLUMN a b CHAR(9);
5756ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
5757ALTER TABLE t CHANGE COLUMN a b CHAR(10);
5758ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
5759ALTER TABLE t CHANGE COLUMN a b CHAR(11);
5760ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
5761ALTER TABLE t CHANGE COLUMN a b CHAR(12);
5762ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
5763ALTER TABLE t CHANGE COLUMN a b CHAR(13);
5764ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
5765ALTER TABLE t CHANGE COLUMN a b CHAR(14);
5766ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
5767ALTER TABLE t CHANGE COLUMN a b CHAR(15);
5768ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
5769ALTER TABLE t CHANGE COLUMN a b CHAR(16);
5770ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
5771ALTER TABLE t CHANGE COLUMN a b CHAR(17);
5772ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
5773ALTER TABLE t CHANGE COLUMN a b CHAR(18);
5774ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
5775ALTER TABLE t CHANGE COLUMN a b CHAR(19);
5776ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
5777ALTER TABLE t CHANGE COLUMN a b CHAR(20);
5778ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
5779ALTER TABLE t CHANGE COLUMN a b CHAR(21);
5780ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
5781ALTER TABLE t CHANGE COLUMN a b CHAR(22);
5782ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
5783ALTER TABLE t CHANGE COLUMN a b CHAR(23);
5784ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
5785ALTER TABLE t CHANGE COLUMN a b CHAR(24);
5786ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
5787ALTER TABLE t CHANGE COLUMN a b CHAR(25);
5788ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
5789ALTER TABLE t CHANGE COLUMN a b CHAR(26);
5790ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
5791ALTER TABLE t CHANGE COLUMN a b CHAR(27);
5792ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
5793ALTER TABLE t CHANGE COLUMN a b CHAR(28);
5794ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
5795ALTER TABLE t CHANGE COLUMN a b CHAR(29);
5796ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
5797ALTER TABLE t CHANGE COLUMN a b CHAR(30);
5798ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
5799ALTER TABLE t CHANGE COLUMN a b CHAR(31);
5800ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
5801ALTER TABLE t CHANGE COLUMN a b CHAR(32);
5802ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
5803ALTER TABLE t CHANGE COLUMN a b CHAR(33);
5804ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
5805ALTER TABLE t CHANGE COLUMN a b CHAR(34);
5806ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
5807ALTER TABLE t CHANGE COLUMN a b CHAR(35);
5808ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
5809ALTER TABLE t CHANGE COLUMN a b CHAR(36);
5810ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
5811ALTER TABLE t CHANGE COLUMN a b CHAR(37);
5812ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
5813ALTER TABLE t CHANGE COLUMN a b CHAR(38);
5814ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
5815ALTER TABLE t CHANGE COLUMN a b CHAR(39);
5816ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
5817ALTER TABLE t CHANGE COLUMN a b CHAR(40);
5818ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
5819ALTER TABLE t CHANGE COLUMN a b CHAR(41);
5820ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
5821ALTER TABLE t CHANGE COLUMN a b CHAR(42);
5822ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
5823ALTER TABLE t CHANGE COLUMN a b CHAR(43);
5824ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
5825ALTER TABLE t CHANGE COLUMN a b CHAR(44);
5826ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
5827ALTER TABLE t CHANGE COLUMN a b CHAR(45);
5828ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
5829ALTER TABLE t CHANGE COLUMN a b CHAR(46);
5830ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
5831ALTER TABLE t CHANGE COLUMN a b CHAR(47);
5832ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
5833ALTER TABLE t CHANGE COLUMN a b CHAR(48);
5834ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
5835ALTER TABLE t CHANGE COLUMN a b CHAR(49);
5836ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
5837ALTER TABLE t CHANGE COLUMN a b CHAR(50);
5838ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
5839ALTER TABLE t CHANGE COLUMN a b CHAR(51);
5840ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
5841ALTER TABLE t CHANGE COLUMN a b CHAR(52);
5842ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
5843ALTER TABLE t CHANGE COLUMN a b CHAR(53);
5844ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
5845ALTER TABLE t CHANGE COLUMN a b CHAR(54);
5846ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
5847ALTER TABLE t CHANGE COLUMN a b CHAR(55);
5848ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
5849ALTER TABLE t CHANGE COLUMN a b CHAR(56);
5850ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
5851ALTER TABLE t CHANGE COLUMN a b CHAR(57);
5852ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
5853ALTER TABLE t CHANGE COLUMN a b CHAR(58);
5854ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
5855ALTER TABLE t CHANGE COLUMN a b CHAR(59);
5856ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
5857ALTER TABLE t CHANGE COLUMN a b CHAR(60);
5858ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
5859ALTER TABLE t CHANGE COLUMN a b CHAR(61);
5860ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
5861ALTER TABLE t CHANGE COLUMN a b CHAR(62);
5862ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
5863CREATE TABLE ti LIKE t;
5864ALTER TABLE ti ENGINE=myisam;
5865INSERT INTO ti SELECT * FROM t;
5866ALTER TABLE ti CHANGE COLUMN a b CHAR(63);
5867ALTER TABLE ti CHANGE COLUMN b a CHAR(63);
5868ALTER TABLE t CHANGE COLUMN a b CHAR(63);
5869ALTER TABLE t CHANGE COLUMN b a CHAR(63);
5870include/diff_tables.inc [test.t, test.ti]
5871DROP TABLE ti;
5872ALTER TABLE t CHANGE COLUMN a b CHAR(64);
5873ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
5874ALTER TABLE t CHANGE COLUMN a b CHAR(65);
5875ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
5876ALTER TABLE t CHANGE COLUMN a b CHAR(66);
5877ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
5878ALTER TABLE t CHANGE COLUMN a b CHAR(67);
5879ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
5880ALTER TABLE t CHANGE COLUMN a b CHAR(68);
5881ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
5882ALTER TABLE t CHANGE COLUMN a b CHAR(69);
5883ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
5884ALTER TABLE t CHANGE COLUMN a b CHAR(70);
5885ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
5886ALTER TABLE t CHANGE COLUMN a b CHAR(71);
5887ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
5888ALTER TABLE t CHANGE COLUMN a b CHAR(72);
5889ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
5890ALTER TABLE t CHANGE COLUMN a b CHAR(73);
5891ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
5892ALTER TABLE t CHANGE COLUMN a b CHAR(74);
5893ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
5894ALTER TABLE t CHANGE COLUMN a b CHAR(75);
5895ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
5896ALTER TABLE t CHANGE COLUMN a b CHAR(76);
5897ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
5898ALTER TABLE t CHANGE COLUMN a b CHAR(77);
5899ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
5900ALTER TABLE t CHANGE COLUMN a b CHAR(78);
5901ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
5902ALTER TABLE t CHANGE COLUMN a b CHAR(79);
5903ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
5904ALTER TABLE t CHANGE COLUMN a b CHAR(80);
5905ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
5906ALTER TABLE t CHANGE COLUMN a b CHAR(81);
5907ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
5908ALTER TABLE t CHANGE COLUMN a b CHAR(82);
5909ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
5910ALTER TABLE t CHANGE COLUMN a b CHAR(83);
5911ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
5912ALTER TABLE t CHANGE COLUMN a b CHAR(84);
5913ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
5914ALTER TABLE t CHANGE COLUMN a b CHAR(85);
5915ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
5916ALTER TABLE t CHANGE COLUMN a b CHAR(86);
5917ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
5918ALTER TABLE t CHANGE COLUMN a b CHAR(87);
5919ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
5920ALTER TABLE t CHANGE COLUMN a b CHAR(88);
5921ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
5922ALTER TABLE t CHANGE COLUMN a b CHAR(89);
5923ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
5924ALTER TABLE t CHANGE COLUMN a b CHAR(90);
5925ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
5926ALTER TABLE t CHANGE COLUMN a b CHAR(91);
5927ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
5928ALTER TABLE t CHANGE COLUMN a b CHAR(92);
5929ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
5930ALTER TABLE t CHANGE COLUMN a b CHAR(93);
5931ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
5932ALTER TABLE t CHANGE COLUMN a b CHAR(94);
5933ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
5934ALTER TABLE t CHANGE COLUMN a b CHAR(95);
5935ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
5936ALTER TABLE t CHANGE COLUMN a b CHAR(96);
5937ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
5938ALTER TABLE t CHANGE COLUMN a b CHAR(97);
5939ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
5940ALTER TABLE t CHANGE COLUMN a b CHAR(98);
5941ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
5942ALTER TABLE t CHANGE COLUMN a b CHAR(99);
5943ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
5944ALTER TABLE t CHANGE COLUMN a b CHAR(100);
5945ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
5946ALTER TABLE t CHANGE COLUMN a b CHAR(101);
5947ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
5948ALTER TABLE t CHANGE COLUMN a b CHAR(102);
5949ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
5950ALTER TABLE t CHANGE COLUMN a b CHAR(103);
5951ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
5952ALTER TABLE t CHANGE COLUMN a b CHAR(104);
5953ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
5954ALTER TABLE t CHANGE COLUMN a b CHAR(105);
5955ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
5956ALTER TABLE t CHANGE COLUMN a b CHAR(106);
5957ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
5958ALTER TABLE t CHANGE COLUMN a b CHAR(107);
5959ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
5960ALTER TABLE t CHANGE COLUMN a b CHAR(108);
5961ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
5962ALTER TABLE t CHANGE COLUMN a b CHAR(109);
5963ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
5964ALTER TABLE t CHANGE COLUMN a b CHAR(110);
5965ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
5966ALTER TABLE t CHANGE COLUMN a b CHAR(111);
5967ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
5968ALTER TABLE t CHANGE COLUMN a b CHAR(112);
5969ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
5970ALTER TABLE t CHANGE COLUMN a b CHAR(113);
5971ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
5972ALTER TABLE t CHANGE COLUMN a b CHAR(114);
5973ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
5974ALTER TABLE t CHANGE COLUMN a b CHAR(115);
5975ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
5976ALTER TABLE t CHANGE COLUMN a b CHAR(116);
5977ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
5978ALTER TABLE t CHANGE COLUMN a b CHAR(117);
5979ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
5980ALTER TABLE t CHANGE COLUMN a b CHAR(118);
5981ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
5982ALTER TABLE t CHANGE COLUMN a b CHAR(119);
5983ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
5984ALTER TABLE t CHANGE COLUMN a b CHAR(120);
5985ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
5986ALTER TABLE t CHANGE COLUMN a b CHAR(121);
5987ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
5988ALTER TABLE t CHANGE COLUMN a b CHAR(122);
5989ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
5990ALTER TABLE t CHANGE COLUMN a b CHAR(123);
5991ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
5992ALTER TABLE t CHANGE COLUMN a b CHAR(124);
5993ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
5994ALTER TABLE t CHANGE COLUMN a b CHAR(125);
5995ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
5996ALTER TABLE t CHANGE COLUMN a b CHAR(126);
5997ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
5998ALTER TABLE t CHANGE COLUMN a b CHAR(127);
5999ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
6000ALTER TABLE t CHANGE COLUMN a b CHAR(128);
6001ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
6002ALTER TABLE t CHANGE COLUMN a b CHAR(129);
6003ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
6004ALTER TABLE t CHANGE COLUMN a b CHAR(130);
6005ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
6006ALTER TABLE t CHANGE COLUMN a b CHAR(131);
6007ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
6008ALTER TABLE t CHANGE COLUMN a b CHAR(132);
6009ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
6010ALTER TABLE t CHANGE COLUMN a b CHAR(133);
6011ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
6012ALTER TABLE t CHANGE COLUMN a b CHAR(134);
6013ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
6014ALTER TABLE t CHANGE COLUMN a b CHAR(135);
6015ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
6016ALTER TABLE t CHANGE COLUMN a b CHAR(136);
6017ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
6018ALTER TABLE t CHANGE COLUMN a b CHAR(137);
6019ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
6020ALTER TABLE t CHANGE COLUMN a b CHAR(138);
6021ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
6022ALTER TABLE t CHANGE COLUMN a b CHAR(139);
6023ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
6024ALTER TABLE t CHANGE COLUMN a b CHAR(140);
6025ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
6026ALTER TABLE t CHANGE COLUMN a b CHAR(141);
6027ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
6028ALTER TABLE t CHANGE COLUMN a b CHAR(142);
6029ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
6030ALTER TABLE t CHANGE COLUMN a b CHAR(143);
6031ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
6032ALTER TABLE t CHANGE COLUMN a b CHAR(144);
6033ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
6034ALTER TABLE t CHANGE COLUMN a b CHAR(145);
6035ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
6036ALTER TABLE t CHANGE COLUMN a b CHAR(146);
6037ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
6038ALTER TABLE t CHANGE COLUMN a b CHAR(147);
6039ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
6040ALTER TABLE t CHANGE COLUMN a b CHAR(148);
6041ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
6042ALTER TABLE t CHANGE COLUMN a b CHAR(149);
6043ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
6044ALTER TABLE t CHANGE COLUMN a b CHAR(150);
6045ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
6046ALTER TABLE t CHANGE COLUMN a b CHAR(151);
6047ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
6048ALTER TABLE t CHANGE COLUMN a b CHAR(152);
6049ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
6050ALTER TABLE t CHANGE COLUMN a b CHAR(153);
6051ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
6052ALTER TABLE t CHANGE COLUMN a b CHAR(154);
6053ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
6054ALTER TABLE t CHANGE COLUMN a b CHAR(155);
6055ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
6056ALTER TABLE t CHANGE COLUMN a b CHAR(156);
6057ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
6058ALTER TABLE t CHANGE COLUMN a b CHAR(157);
6059ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
6060ALTER TABLE t CHANGE COLUMN a b CHAR(158);
6061ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
6062ALTER TABLE t CHANGE COLUMN a b CHAR(159);
6063ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
6064ALTER TABLE t CHANGE COLUMN a b CHAR(160);
6065ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
6066ALTER TABLE t CHANGE COLUMN a b CHAR(161);
6067ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
6068ALTER TABLE t CHANGE COLUMN a b CHAR(162);
6069ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
6070ALTER TABLE t CHANGE COLUMN a b CHAR(163);
6071ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
6072ALTER TABLE t CHANGE COLUMN a b CHAR(164);
6073ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
6074ALTER TABLE t CHANGE COLUMN a b CHAR(165);
6075ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
6076ALTER TABLE t CHANGE COLUMN a b CHAR(166);
6077ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
6078ALTER TABLE t CHANGE COLUMN a b CHAR(167);
6079ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
6080ALTER TABLE t CHANGE COLUMN a b CHAR(168);
6081ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
6082ALTER TABLE t CHANGE COLUMN a b CHAR(169);
6083ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
6084ALTER TABLE t CHANGE COLUMN a b CHAR(170);
6085ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
6086ALTER TABLE t CHANGE COLUMN a b CHAR(171);
6087ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
6088ALTER TABLE t CHANGE COLUMN a b CHAR(172);
6089ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
6090ALTER TABLE t CHANGE COLUMN a b CHAR(173);
6091ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
6092ALTER TABLE t CHANGE COLUMN a b CHAR(174);
6093ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
6094ALTER TABLE t CHANGE COLUMN a b CHAR(175);
6095ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
6096ALTER TABLE t CHANGE COLUMN a b CHAR(176);
6097ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
6098ALTER TABLE t CHANGE COLUMN a b CHAR(177);
6099ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
6100ALTER TABLE t CHANGE COLUMN a b CHAR(178);
6101ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
6102ALTER TABLE t CHANGE COLUMN a b CHAR(179);
6103ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
6104ALTER TABLE t CHANGE COLUMN a b CHAR(180);
6105ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
6106ALTER TABLE t CHANGE COLUMN a b CHAR(181);
6107ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
6108ALTER TABLE t CHANGE COLUMN a b CHAR(182);
6109ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
6110ALTER TABLE t CHANGE COLUMN a b CHAR(183);
6111ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
6112ALTER TABLE t CHANGE COLUMN a b CHAR(184);
6113ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
6114ALTER TABLE t CHANGE COLUMN a b CHAR(185);
6115ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
6116ALTER TABLE t CHANGE COLUMN a b CHAR(186);
6117ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
6118ALTER TABLE t CHANGE COLUMN a b CHAR(187);
6119ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
6120ALTER TABLE t CHANGE COLUMN a b CHAR(188);
6121ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
6122ALTER TABLE t CHANGE COLUMN a b CHAR(189);
6123ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
6124ALTER TABLE t CHANGE COLUMN a b CHAR(190);
6125ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
6126ALTER TABLE t CHANGE COLUMN a b CHAR(191);
6127ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
6128ALTER TABLE t CHANGE COLUMN a b CHAR(192);
6129ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
6130ALTER TABLE t CHANGE COLUMN a b CHAR(193);
6131ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
6132ALTER TABLE t CHANGE COLUMN a b CHAR(194);
6133ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
6134ALTER TABLE t CHANGE COLUMN a b CHAR(195);
6135ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
6136ALTER TABLE t CHANGE COLUMN a b CHAR(196);
6137ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
6138ALTER TABLE t CHANGE COLUMN a b CHAR(197);
6139ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
6140ALTER TABLE t CHANGE COLUMN a b CHAR(198);
6141ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
6142ALTER TABLE t CHANGE COLUMN a b CHAR(199);
6143ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
6144ALTER TABLE t CHANGE COLUMN a b CHAR(200);
6145ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
6146ALTER TABLE t CHANGE COLUMN a b CHAR(201);
6147ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
6148ALTER TABLE t CHANGE COLUMN a b CHAR(202);
6149ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
6150ALTER TABLE t CHANGE COLUMN a b CHAR(203);
6151ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
6152ALTER TABLE t CHANGE COLUMN a b CHAR(204);
6153ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
6154ALTER TABLE t CHANGE COLUMN a b CHAR(205);
6155ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
6156ALTER TABLE t CHANGE COLUMN a b CHAR(206);
6157ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
6158ALTER TABLE t CHANGE COLUMN a b CHAR(207);
6159ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
6160ALTER TABLE t CHANGE COLUMN a b CHAR(208);
6161ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
6162ALTER TABLE t CHANGE COLUMN a b CHAR(209);
6163ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
6164ALTER TABLE t CHANGE COLUMN a b CHAR(210);
6165ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
6166ALTER TABLE t CHANGE COLUMN a b CHAR(211);
6167ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
6168ALTER TABLE t CHANGE COLUMN a b CHAR(212);
6169ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
6170ALTER TABLE t CHANGE COLUMN a b CHAR(213);
6171ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
6172ALTER TABLE t CHANGE COLUMN a b CHAR(214);
6173ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
6174ALTER TABLE t CHANGE COLUMN a b CHAR(215);
6175ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
6176ALTER TABLE t CHANGE COLUMN a b CHAR(216);
6177ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
6178ALTER TABLE t CHANGE COLUMN a b CHAR(217);
6179ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
6180ALTER TABLE t CHANGE COLUMN a b CHAR(218);
6181ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
6182ALTER TABLE t CHANGE COLUMN a b CHAR(219);
6183ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
6184ALTER TABLE t CHANGE COLUMN a b CHAR(220);
6185ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
6186ALTER TABLE t CHANGE COLUMN a b CHAR(221);
6187ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
6188ALTER TABLE t CHANGE COLUMN a b CHAR(222);
6189ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
6190ALTER TABLE t CHANGE COLUMN a b CHAR(223);
6191ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
6192ALTER TABLE t CHANGE COLUMN a b CHAR(224);
6193ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
6194ALTER TABLE t CHANGE COLUMN a b CHAR(225);
6195ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
6196ALTER TABLE t CHANGE COLUMN a b CHAR(226);
6197ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
6198ALTER TABLE t CHANGE COLUMN a b CHAR(227);
6199ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
6200ALTER TABLE t CHANGE COLUMN a b CHAR(228);
6201ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
6202ALTER TABLE t CHANGE COLUMN a b CHAR(229);
6203ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
6204ALTER TABLE t CHANGE COLUMN a b CHAR(230);
6205ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
6206ALTER TABLE t CHANGE COLUMN a b CHAR(231);
6207ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
6208ALTER TABLE t CHANGE COLUMN a b CHAR(232);
6209ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
6210ALTER TABLE t CHANGE COLUMN a b CHAR(233);
6211ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
6212ALTER TABLE t CHANGE COLUMN a b CHAR(234);
6213ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
6214ALTER TABLE t CHANGE COLUMN a b CHAR(235);
6215ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
6216ALTER TABLE t CHANGE COLUMN a b CHAR(236);
6217ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
6218ALTER TABLE t CHANGE COLUMN a b CHAR(237);
6219ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
6220ALTER TABLE t CHANGE COLUMN a b CHAR(238);
6221ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
6222ALTER TABLE t CHANGE COLUMN a b CHAR(239);
6223ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
6224ALTER TABLE t CHANGE COLUMN a b CHAR(240);
6225ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
6226ALTER TABLE t CHANGE COLUMN a b CHAR(241);
6227ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
6228ALTER TABLE t CHANGE COLUMN a b CHAR(242);
6229ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
6230ALTER TABLE t CHANGE COLUMN a b CHAR(243);
6231ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
6232ALTER TABLE t CHANGE COLUMN a b CHAR(244);
6233ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
6234ALTER TABLE t CHANGE COLUMN a b CHAR(245);
6235ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
6236ALTER TABLE t CHANGE COLUMN a b CHAR(246);
6237ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
6238ALTER TABLE t CHANGE COLUMN a b CHAR(247);
6239ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
6240ALTER TABLE t CHANGE COLUMN a b CHAR(248);
6241ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
6242ALTER TABLE t CHANGE COLUMN a b CHAR(249);
6243ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
6244ALTER TABLE t CHANGE COLUMN a b CHAR(250);
6245ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
6246ALTER TABLE t CHANGE COLUMN a b CHAR(251);
6247ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
6248ALTER TABLE t CHANGE COLUMN a b CHAR(252);
6249ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
6250ALTER TABLE t CHANGE COLUMN a b CHAR(253);
6251ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
6252ALTER TABLE t CHANGE COLUMN a b CHAR(254);
6253ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
6254ALTER TABLE t CHANGE COLUMN a b CHAR(255);
6255ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
6256DROP TABLE t;
6257CREATE TABLE t (a CHAR(64));
6258INSERT INTO t VALUES ('hi');
6259INSERT INTO t VALUES ('there');
6260INSERT INTO t VALUES ('people');
6261ALTER TABLE t CHANGE COLUMN a b CHAR(2);
6262ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
6263ALTER TABLE t CHANGE COLUMN a b CHAR(3);
6264ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
6265ALTER TABLE t CHANGE COLUMN a b CHAR(4);
6266ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
6267ALTER TABLE t CHANGE COLUMN a b CHAR(5);
6268ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
6269ALTER TABLE t CHANGE COLUMN a b CHAR(6);
6270ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
6271ALTER TABLE t CHANGE COLUMN a b CHAR(7);
6272ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
6273ALTER TABLE t CHANGE COLUMN a b CHAR(8);
6274ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
6275ALTER TABLE t CHANGE COLUMN a b CHAR(9);
6276ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
6277ALTER TABLE t CHANGE COLUMN a b CHAR(10);
6278ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
6279ALTER TABLE t CHANGE COLUMN a b CHAR(11);
6280ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
6281ALTER TABLE t CHANGE COLUMN a b CHAR(12);
6282ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
6283ALTER TABLE t CHANGE COLUMN a b CHAR(13);
6284ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
6285ALTER TABLE t CHANGE COLUMN a b CHAR(14);
6286ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
6287ALTER TABLE t CHANGE COLUMN a b CHAR(15);
6288ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
6289ALTER TABLE t CHANGE COLUMN a b CHAR(16);
6290ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
6291ALTER TABLE t CHANGE COLUMN a b CHAR(17);
6292ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
6293ALTER TABLE t CHANGE COLUMN a b CHAR(18);
6294ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
6295ALTER TABLE t CHANGE COLUMN a b CHAR(19);
6296ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
6297ALTER TABLE t CHANGE COLUMN a b CHAR(20);
6298ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
6299ALTER TABLE t CHANGE COLUMN a b CHAR(21);
6300ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
6301ALTER TABLE t CHANGE COLUMN a b CHAR(22);
6302ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
6303ALTER TABLE t CHANGE COLUMN a b CHAR(23);
6304ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
6305ALTER TABLE t CHANGE COLUMN a b CHAR(24);
6306ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
6307ALTER TABLE t CHANGE COLUMN a b CHAR(25);
6308ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
6309ALTER TABLE t CHANGE COLUMN a b CHAR(26);
6310ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
6311ALTER TABLE t CHANGE COLUMN a b CHAR(27);
6312ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
6313ALTER TABLE t CHANGE COLUMN a b CHAR(28);
6314ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
6315ALTER TABLE t CHANGE COLUMN a b CHAR(29);
6316ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
6317ALTER TABLE t CHANGE COLUMN a b CHAR(30);
6318ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
6319ALTER TABLE t CHANGE COLUMN a b CHAR(31);
6320ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
6321ALTER TABLE t CHANGE COLUMN a b CHAR(32);
6322ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
6323ALTER TABLE t CHANGE COLUMN a b CHAR(33);
6324ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
6325ALTER TABLE t CHANGE COLUMN a b CHAR(34);
6326ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
6327ALTER TABLE t CHANGE COLUMN a b CHAR(35);
6328ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
6329ALTER TABLE t CHANGE COLUMN a b CHAR(36);
6330ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
6331ALTER TABLE t CHANGE COLUMN a b CHAR(37);
6332ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
6333ALTER TABLE t CHANGE COLUMN a b CHAR(38);
6334ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
6335ALTER TABLE t CHANGE COLUMN a b CHAR(39);
6336ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
6337ALTER TABLE t CHANGE COLUMN a b CHAR(40);
6338ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
6339ALTER TABLE t CHANGE COLUMN a b CHAR(41);
6340ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
6341ALTER TABLE t CHANGE COLUMN a b CHAR(42);
6342ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
6343ALTER TABLE t CHANGE COLUMN a b CHAR(43);
6344ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
6345ALTER TABLE t CHANGE COLUMN a b CHAR(44);
6346ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
6347ALTER TABLE t CHANGE COLUMN a b CHAR(45);
6348ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
6349ALTER TABLE t CHANGE COLUMN a b CHAR(46);
6350ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
6351ALTER TABLE t CHANGE COLUMN a b CHAR(47);
6352ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
6353ALTER TABLE t CHANGE COLUMN a b CHAR(48);
6354ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
6355ALTER TABLE t CHANGE COLUMN a b CHAR(49);
6356ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
6357ALTER TABLE t CHANGE COLUMN a b CHAR(50);
6358ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
6359ALTER TABLE t CHANGE COLUMN a b CHAR(51);
6360ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
6361ALTER TABLE t CHANGE COLUMN a b CHAR(52);
6362ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
6363ALTER TABLE t CHANGE COLUMN a b CHAR(53);
6364ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
6365ALTER TABLE t CHANGE COLUMN a b CHAR(54);
6366ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
6367ALTER TABLE t CHANGE COLUMN a b CHAR(55);
6368ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
6369ALTER TABLE t CHANGE COLUMN a b CHAR(56);
6370ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
6371ALTER TABLE t CHANGE COLUMN a b CHAR(57);
6372ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
6373ALTER TABLE t CHANGE COLUMN a b CHAR(58);
6374ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
6375ALTER TABLE t CHANGE COLUMN a b CHAR(59);
6376ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
6377ALTER TABLE t CHANGE COLUMN a b CHAR(60);
6378ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
6379ALTER TABLE t CHANGE COLUMN a b CHAR(61);
6380ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
6381ALTER TABLE t CHANGE COLUMN a b CHAR(62);
6382ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
6383ALTER TABLE t CHANGE COLUMN a b CHAR(63);
6384ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
6385CREATE TABLE ti LIKE t;
6386ALTER TABLE ti ENGINE=myisam;
6387INSERT INTO ti SELECT * FROM t;
6388ALTER TABLE ti CHANGE COLUMN a b CHAR(64);
6389ALTER TABLE ti CHANGE COLUMN b a CHAR(64);
6390ALTER TABLE t CHANGE COLUMN a b CHAR(64);
6391ALTER TABLE t CHANGE COLUMN b a CHAR(64);
6392include/diff_tables.inc [test.t, test.ti]
6393DROP TABLE ti;
6394ALTER TABLE t CHANGE COLUMN a b CHAR(65);
6395ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
6396ALTER TABLE t CHANGE COLUMN a b CHAR(66);
6397ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
6398ALTER TABLE t CHANGE COLUMN a b CHAR(67);
6399ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
6400ALTER TABLE t CHANGE COLUMN a b CHAR(68);
6401ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
6402ALTER TABLE t CHANGE COLUMN a b CHAR(69);
6403ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
6404ALTER TABLE t CHANGE COLUMN a b CHAR(70);
6405ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
6406ALTER TABLE t CHANGE COLUMN a b CHAR(71);
6407ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
6408ALTER TABLE t CHANGE COLUMN a b CHAR(72);
6409ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
6410ALTER TABLE t CHANGE COLUMN a b CHAR(73);
6411ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
6412ALTER TABLE t CHANGE COLUMN a b CHAR(74);
6413ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
6414ALTER TABLE t CHANGE COLUMN a b CHAR(75);
6415ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
6416ALTER TABLE t CHANGE COLUMN a b CHAR(76);
6417ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
6418ALTER TABLE t CHANGE COLUMN a b CHAR(77);
6419ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
6420ALTER TABLE t CHANGE COLUMN a b CHAR(78);
6421ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
6422ALTER TABLE t CHANGE COLUMN a b CHAR(79);
6423ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
6424ALTER TABLE t CHANGE COLUMN a b CHAR(80);
6425ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
6426ALTER TABLE t CHANGE COLUMN a b CHAR(81);
6427ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
6428ALTER TABLE t CHANGE COLUMN a b CHAR(82);
6429ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
6430ALTER TABLE t CHANGE COLUMN a b CHAR(83);
6431ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
6432ALTER TABLE t CHANGE COLUMN a b CHAR(84);
6433ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
6434ALTER TABLE t CHANGE COLUMN a b CHAR(85);
6435ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
6436ALTER TABLE t CHANGE COLUMN a b CHAR(86);
6437ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
6438ALTER TABLE t CHANGE COLUMN a b CHAR(87);
6439ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
6440ALTER TABLE t CHANGE COLUMN a b CHAR(88);
6441ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
6442ALTER TABLE t CHANGE COLUMN a b CHAR(89);
6443ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
6444ALTER TABLE t CHANGE COLUMN a b CHAR(90);
6445ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
6446ALTER TABLE t CHANGE COLUMN a b CHAR(91);
6447ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
6448ALTER TABLE t CHANGE COLUMN a b CHAR(92);
6449ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
6450ALTER TABLE t CHANGE COLUMN a b CHAR(93);
6451ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
6452ALTER TABLE t CHANGE COLUMN a b CHAR(94);
6453ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
6454ALTER TABLE t CHANGE COLUMN a b CHAR(95);
6455ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
6456ALTER TABLE t CHANGE COLUMN a b CHAR(96);
6457ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
6458ALTER TABLE t CHANGE COLUMN a b CHAR(97);
6459ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
6460ALTER TABLE t CHANGE COLUMN a b CHAR(98);
6461ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
6462ALTER TABLE t CHANGE COLUMN a b CHAR(99);
6463ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
6464ALTER TABLE t CHANGE COLUMN a b CHAR(100);
6465ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
6466ALTER TABLE t CHANGE COLUMN a b CHAR(101);
6467ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
6468ALTER TABLE t CHANGE COLUMN a b CHAR(102);
6469ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
6470ALTER TABLE t CHANGE COLUMN a b CHAR(103);
6471ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
6472ALTER TABLE t CHANGE COLUMN a b CHAR(104);
6473ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
6474ALTER TABLE t CHANGE COLUMN a b CHAR(105);
6475ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
6476ALTER TABLE t CHANGE COLUMN a b CHAR(106);
6477ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
6478ALTER TABLE t CHANGE COLUMN a b CHAR(107);
6479ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
6480ALTER TABLE t CHANGE COLUMN a b CHAR(108);
6481ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
6482ALTER TABLE t CHANGE COLUMN a b CHAR(109);
6483ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
6484ALTER TABLE t CHANGE COLUMN a b CHAR(110);
6485ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
6486ALTER TABLE t CHANGE COLUMN a b CHAR(111);
6487ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
6488ALTER TABLE t CHANGE COLUMN a b CHAR(112);
6489ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
6490ALTER TABLE t CHANGE COLUMN a b CHAR(113);
6491ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
6492ALTER TABLE t CHANGE COLUMN a b CHAR(114);
6493ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
6494ALTER TABLE t CHANGE COLUMN a b CHAR(115);
6495ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
6496ALTER TABLE t CHANGE COLUMN a b CHAR(116);
6497ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
6498ALTER TABLE t CHANGE COLUMN a b CHAR(117);
6499ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
6500ALTER TABLE t CHANGE COLUMN a b CHAR(118);
6501ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
6502ALTER TABLE t CHANGE COLUMN a b CHAR(119);
6503ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
6504ALTER TABLE t CHANGE COLUMN a b CHAR(120);
6505ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
6506ALTER TABLE t CHANGE COLUMN a b CHAR(121);
6507ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
6508ALTER TABLE t CHANGE COLUMN a b CHAR(122);
6509ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
6510ALTER TABLE t CHANGE COLUMN a b CHAR(123);
6511ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
6512ALTER TABLE t CHANGE COLUMN a b CHAR(124);
6513ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
6514ALTER TABLE t CHANGE COLUMN a b CHAR(125);
6515ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
6516ALTER TABLE t CHANGE COLUMN a b CHAR(126);
6517ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
6518ALTER TABLE t CHANGE COLUMN a b CHAR(127);
6519ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
6520ALTER TABLE t CHANGE COLUMN a b CHAR(128);
6521ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
6522ALTER TABLE t CHANGE COLUMN a b CHAR(129);
6523ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
6524ALTER TABLE t CHANGE COLUMN a b CHAR(130);
6525ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
6526ALTER TABLE t CHANGE COLUMN a b CHAR(131);
6527ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
6528ALTER TABLE t CHANGE COLUMN a b CHAR(132);
6529ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
6530ALTER TABLE t CHANGE COLUMN a b CHAR(133);
6531ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
6532ALTER TABLE t CHANGE COLUMN a b CHAR(134);
6533ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
6534ALTER TABLE t CHANGE COLUMN a b CHAR(135);
6535ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
6536ALTER TABLE t CHANGE COLUMN a b CHAR(136);
6537ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
6538ALTER TABLE t CHANGE COLUMN a b CHAR(137);
6539ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
6540ALTER TABLE t CHANGE COLUMN a b CHAR(138);
6541ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
6542ALTER TABLE t CHANGE COLUMN a b CHAR(139);
6543ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
6544ALTER TABLE t CHANGE COLUMN a b CHAR(140);
6545ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
6546ALTER TABLE t CHANGE COLUMN a b CHAR(141);
6547ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
6548ALTER TABLE t CHANGE COLUMN a b CHAR(142);
6549ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
6550ALTER TABLE t CHANGE COLUMN a b CHAR(143);
6551ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
6552ALTER TABLE t CHANGE COLUMN a b CHAR(144);
6553ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
6554ALTER TABLE t CHANGE COLUMN a b CHAR(145);
6555ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
6556ALTER TABLE t CHANGE COLUMN a b CHAR(146);
6557ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
6558ALTER TABLE t CHANGE COLUMN a b CHAR(147);
6559ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
6560ALTER TABLE t CHANGE COLUMN a b CHAR(148);
6561ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
6562ALTER TABLE t CHANGE COLUMN a b CHAR(149);
6563ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
6564ALTER TABLE t CHANGE COLUMN a b CHAR(150);
6565ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
6566ALTER TABLE t CHANGE COLUMN a b CHAR(151);
6567ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
6568ALTER TABLE t CHANGE COLUMN a b CHAR(152);
6569ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
6570ALTER TABLE t CHANGE COLUMN a b CHAR(153);
6571ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
6572ALTER TABLE t CHANGE COLUMN a b CHAR(154);
6573ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
6574ALTER TABLE t CHANGE COLUMN a b CHAR(155);
6575ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
6576ALTER TABLE t CHANGE COLUMN a b CHAR(156);
6577ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
6578ALTER TABLE t CHANGE COLUMN a b CHAR(157);
6579ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
6580ALTER TABLE t CHANGE COLUMN a b CHAR(158);
6581ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
6582ALTER TABLE t CHANGE COLUMN a b CHAR(159);
6583ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
6584ALTER TABLE t CHANGE COLUMN a b CHAR(160);
6585ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
6586ALTER TABLE t CHANGE COLUMN a b CHAR(161);
6587ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
6588ALTER TABLE t CHANGE COLUMN a b CHAR(162);
6589ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
6590ALTER TABLE t CHANGE COLUMN a b CHAR(163);
6591ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
6592ALTER TABLE t CHANGE COLUMN a b CHAR(164);
6593ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
6594ALTER TABLE t CHANGE COLUMN a b CHAR(165);
6595ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
6596ALTER TABLE t CHANGE COLUMN a b CHAR(166);
6597ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
6598ALTER TABLE t CHANGE COLUMN a b CHAR(167);
6599ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
6600ALTER TABLE t CHANGE COLUMN a b CHAR(168);
6601ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
6602ALTER TABLE t CHANGE COLUMN a b CHAR(169);
6603ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
6604ALTER TABLE t CHANGE COLUMN a b CHAR(170);
6605ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
6606ALTER TABLE t CHANGE COLUMN a b CHAR(171);
6607ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
6608ALTER TABLE t CHANGE COLUMN a b CHAR(172);
6609ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
6610ALTER TABLE t CHANGE COLUMN a b CHAR(173);
6611ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
6612ALTER TABLE t CHANGE COLUMN a b CHAR(174);
6613ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
6614ALTER TABLE t CHANGE COLUMN a b CHAR(175);
6615ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
6616ALTER TABLE t CHANGE COLUMN a b CHAR(176);
6617ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
6618ALTER TABLE t CHANGE COLUMN a b CHAR(177);
6619ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
6620ALTER TABLE t CHANGE COLUMN a b CHAR(178);
6621ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
6622ALTER TABLE t CHANGE COLUMN a b CHAR(179);
6623ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
6624ALTER TABLE t CHANGE COLUMN a b CHAR(180);
6625ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
6626ALTER TABLE t CHANGE COLUMN a b CHAR(181);
6627ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
6628ALTER TABLE t CHANGE COLUMN a b CHAR(182);
6629ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
6630ALTER TABLE t CHANGE COLUMN a b CHAR(183);
6631ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
6632ALTER TABLE t CHANGE COLUMN a b CHAR(184);
6633ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
6634ALTER TABLE t CHANGE COLUMN a b CHAR(185);
6635ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
6636ALTER TABLE t CHANGE COLUMN a b CHAR(186);
6637ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
6638ALTER TABLE t CHANGE COLUMN a b CHAR(187);
6639ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
6640ALTER TABLE t CHANGE COLUMN a b CHAR(188);
6641ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
6642ALTER TABLE t CHANGE COLUMN a b CHAR(189);
6643ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
6644ALTER TABLE t CHANGE COLUMN a b CHAR(190);
6645ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
6646ALTER TABLE t CHANGE COLUMN a b CHAR(191);
6647ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
6648ALTER TABLE t CHANGE COLUMN a b CHAR(192);
6649ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
6650ALTER TABLE t CHANGE COLUMN a b CHAR(193);
6651ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
6652ALTER TABLE t CHANGE COLUMN a b CHAR(194);
6653ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
6654ALTER TABLE t CHANGE COLUMN a b CHAR(195);
6655ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
6656ALTER TABLE t CHANGE COLUMN a b CHAR(196);
6657ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
6658ALTER TABLE t CHANGE COLUMN a b CHAR(197);
6659ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
6660ALTER TABLE t CHANGE COLUMN a b CHAR(198);
6661ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
6662ALTER TABLE t CHANGE COLUMN a b CHAR(199);
6663ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
6664ALTER TABLE t CHANGE COLUMN a b CHAR(200);
6665ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
6666ALTER TABLE t CHANGE COLUMN a b CHAR(201);
6667ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
6668ALTER TABLE t CHANGE COLUMN a b CHAR(202);
6669ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
6670ALTER TABLE t CHANGE COLUMN a b CHAR(203);
6671ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
6672ALTER TABLE t CHANGE COLUMN a b CHAR(204);
6673ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
6674ALTER TABLE t CHANGE COLUMN a b CHAR(205);
6675ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
6676ALTER TABLE t CHANGE COLUMN a b CHAR(206);
6677ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
6678ALTER TABLE t CHANGE COLUMN a b CHAR(207);
6679ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
6680ALTER TABLE t CHANGE COLUMN a b CHAR(208);
6681ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
6682ALTER TABLE t CHANGE COLUMN a b CHAR(209);
6683ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
6684ALTER TABLE t CHANGE COLUMN a b CHAR(210);
6685ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
6686ALTER TABLE t CHANGE COLUMN a b CHAR(211);
6687ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
6688ALTER TABLE t CHANGE COLUMN a b CHAR(212);
6689ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
6690ALTER TABLE t CHANGE COLUMN a b CHAR(213);
6691ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
6692ALTER TABLE t CHANGE COLUMN a b CHAR(214);
6693ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
6694ALTER TABLE t CHANGE COLUMN a b CHAR(215);
6695ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
6696ALTER TABLE t CHANGE COLUMN a b CHAR(216);
6697ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
6698ALTER TABLE t CHANGE COLUMN a b CHAR(217);
6699ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
6700ALTER TABLE t CHANGE COLUMN a b CHAR(218);
6701ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
6702ALTER TABLE t CHANGE COLUMN a b CHAR(219);
6703ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
6704ALTER TABLE t CHANGE COLUMN a b CHAR(220);
6705ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
6706ALTER TABLE t CHANGE COLUMN a b CHAR(221);
6707ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
6708ALTER TABLE t CHANGE COLUMN a b CHAR(222);
6709ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
6710ALTER TABLE t CHANGE COLUMN a b CHAR(223);
6711ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
6712ALTER TABLE t CHANGE COLUMN a b CHAR(224);
6713ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
6714ALTER TABLE t CHANGE COLUMN a b CHAR(225);
6715ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
6716ALTER TABLE t CHANGE COLUMN a b CHAR(226);
6717ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
6718ALTER TABLE t CHANGE COLUMN a b CHAR(227);
6719ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
6720ALTER TABLE t CHANGE COLUMN a b CHAR(228);
6721ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
6722ALTER TABLE t CHANGE COLUMN a b CHAR(229);
6723ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
6724ALTER TABLE t CHANGE COLUMN a b CHAR(230);
6725ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
6726ALTER TABLE t CHANGE COLUMN a b CHAR(231);
6727ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
6728ALTER TABLE t CHANGE COLUMN a b CHAR(232);
6729ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
6730ALTER TABLE t CHANGE COLUMN a b CHAR(233);
6731ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
6732ALTER TABLE t CHANGE COLUMN a b CHAR(234);
6733ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
6734ALTER TABLE t CHANGE COLUMN a b CHAR(235);
6735ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
6736ALTER TABLE t CHANGE COLUMN a b CHAR(236);
6737ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
6738ALTER TABLE t CHANGE COLUMN a b CHAR(237);
6739ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
6740ALTER TABLE t CHANGE COLUMN a b CHAR(238);
6741ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
6742ALTER TABLE t CHANGE COLUMN a b CHAR(239);
6743ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
6744ALTER TABLE t CHANGE COLUMN a b CHAR(240);
6745ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
6746ALTER TABLE t CHANGE COLUMN a b CHAR(241);
6747ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
6748ALTER TABLE t CHANGE COLUMN a b CHAR(242);
6749ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
6750ALTER TABLE t CHANGE COLUMN a b CHAR(243);
6751ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
6752ALTER TABLE t CHANGE COLUMN a b CHAR(244);
6753ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
6754ALTER TABLE t CHANGE COLUMN a b CHAR(245);
6755ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
6756ALTER TABLE t CHANGE COLUMN a b CHAR(246);
6757ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
6758ALTER TABLE t CHANGE COLUMN a b CHAR(247);
6759ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
6760ALTER TABLE t CHANGE COLUMN a b CHAR(248);
6761ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
6762ALTER TABLE t CHANGE COLUMN a b CHAR(249);
6763ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
6764ALTER TABLE t CHANGE COLUMN a b CHAR(250);
6765ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
6766ALTER TABLE t CHANGE COLUMN a b CHAR(251);
6767ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
6768ALTER TABLE t CHANGE COLUMN a b CHAR(252);
6769ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
6770ALTER TABLE t CHANGE COLUMN a b CHAR(253);
6771ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
6772ALTER TABLE t CHANGE COLUMN a b CHAR(254);
6773ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
6774ALTER TABLE t CHANGE COLUMN a b CHAR(255);
6775ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
6776DROP TABLE t;
6777CREATE TABLE t (a CHAR(127));
6778INSERT INTO t VALUES ('hi');
6779INSERT INTO t VALUES ('there');
6780INSERT INTO t VALUES ('people');
6781ALTER TABLE t CHANGE COLUMN a b CHAR(2);
6782ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
6783ALTER TABLE t CHANGE COLUMN a b CHAR(3);
6784ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
6785ALTER TABLE t CHANGE COLUMN a b CHAR(4);
6786ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
6787ALTER TABLE t CHANGE COLUMN a b CHAR(5);
6788ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
6789ALTER TABLE t CHANGE COLUMN a b CHAR(6);
6790ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
6791ALTER TABLE t CHANGE COLUMN a b CHAR(7);
6792ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
6793ALTER TABLE t CHANGE COLUMN a b CHAR(8);
6794ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
6795ALTER TABLE t CHANGE COLUMN a b CHAR(9);
6796ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
6797ALTER TABLE t CHANGE COLUMN a b CHAR(10);
6798ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
6799ALTER TABLE t CHANGE COLUMN a b CHAR(11);
6800ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
6801ALTER TABLE t CHANGE COLUMN a b CHAR(12);
6802ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
6803ALTER TABLE t CHANGE COLUMN a b CHAR(13);
6804ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
6805ALTER TABLE t CHANGE COLUMN a b CHAR(14);
6806ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
6807ALTER TABLE t CHANGE COLUMN a b CHAR(15);
6808ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
6809ALTER TABLE t CHANGE COLUMN a b CHAR(16);
6810ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
6811ALTER TABLE t CHANGE COLUMN a b CHAR(17);
6812ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
6813ALTER TABLE t CHANGE COLUMN a b CHAR(18);
6814ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
6815ALTER TABLE t CHANGE COLUMN a b CHAR(19);
6816ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
6817ALTER TABLE t CHANGE COLUMN a b CHAR(20);
6818ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
6819ALTER TABLE t CHANGE COLUMN a b CHAR(21);
6820ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
6821ALTER TABLE t CHANGE COLUMN a b CHAR(22);
6822ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
6823ALTER TABLE t CHANGE COLUMN a b CHAR(23);
6824ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
6825ALTER TABLE t CHANGE COLUMN a b CHAR(24);
6826ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
6827ALTER TABLE t CHANGE COLUMN a b CHAR(25);
6828ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
6829ALTER TABLE t CHANGE COLUMN a b CHAR(26);
6830ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
6831ALTER TABLE t CHANGE COLUMN a b CHAR(27);
6832ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
6833ALTER TABLE t CHANGE COLUMN a b CHAR(28);
6834ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
6835ALTER TABLE t CHANGE COLUMN a b CHAR(29);
6836ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
6837ALTER TABLE t CHANGE COLUMN a b CHAR(30);
6838ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
6839ALTER TABLE t CHANGE COLUMN a b CHAR(31);
6840ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
6841ALTER TABLE t CHANGE COLUMN a b CHAR(32);
6842ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
6843ALTER TABLE t CHANGE COLUMN a b CHAR(33);
6844ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
6845ALTER TABLE t CHANGE COLUMN a b CHAR(34);
6846ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
6847ALTER TABLE t CHANGE COLUMN a b CHAR(35);
6848ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
6849ALTER TABLE t CHANGE COLUMN a b CHAR(36);
6850ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
6851ALTER TABLE t CHANGE COLUMN a b CHAR(37);
6852ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
6853ALTER TABLE t CHANGE COLUMN a b CHAR(38);
6854ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
6855ALTER TABLE t CHANGE COLUMN a b CHAR(39);
6856ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
6857ALTER TABLE t CHANGE COLUMN a b CHAR(40);
6858ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
6859ALTER TABLE t CHANGE COLUMN a b CHAR(41);
6860ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
6861ALTER TABLE t CHANGE COLUMN a b CHAR(42);
6862ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
6863ALTER TABLE t CHANGE COLUMN a b CHAR(43);
6864ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
6865ALTER TABLE t CHANGE COLUMN a b CHAR(44);
6866ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
6867ALTER TABLE t CHANGE COLUMN a b CHAR(45);
6868ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
6869ALTER TABLE t CHANGE COLUMN a b CHAR(46);
6870ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
6871ALTER TABLE t CHANGE COLUMN a b CHAR(47);
6872ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
6873ALTER TABLE t CHANGE COLUMN a b CHAR(48);
6874ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
6875ALTER TABLE t CHANGE COLUMN a b CHAR(49);
6876ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
6877ALTER TABLE t CHANGE COLUMN a b CHAR(50);
6878ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
6879ALTER TABLE t CHANGE COLUMN a b CHAR(51);
6880ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
6881ALTER TABLE t CHANGE COLUMN a b CHAR(52);
6882ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
6883ALTER TABLE t CHANGE COLUMN a b CHAR(53);
6884ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
6885ALTER TABLE t CHANGE COLUMN a b CHAR(54);
6886ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
6887ALTER TABLE t CHANGE COLUMN a b CHAR(55);
6888ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
6889ALTER TABLE t CHANGE COLUMN a b CHAR(56);
6890ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
6891ALTER TABLE t CHANGE COLUMN a b CHAR(57);
6892ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
6893ALTER TABLE t CHANGE COLUMN a b CHAR(58);
6894ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
6895ALTER TABLE t CHANGE COLUMN a b CHAR(59);
6896ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
6897ALTER TABLE t CHANGE COLUMN a b CHAR(60);
6898ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
6899ALTER TABLE t CHANGE COLUMN a b CHAR(61);
6900ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
6901ALTER TABLE t CHANGE COLUMN a b CHAR(62);
6902ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
6903ALTER TABLE t CHANGE COLUMN a b CHAR(63);
6904ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
6905ALTER TABLE t CHANGE COLUMN a b CHAR(64);
6906ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
6907ALTER TABLE t CHANGE COLUMN a b CHAR(65);
6908ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
6909ALTER TABLE t CHANGE COLUMN a b CHAR(66);
6910ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
6911ALTER TABLE t CHANGE COLUMN a b CHAR(67);
6912ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
6913ALTER TABLE t CHANGE COLUMN a b CHAR(68);
6914ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
6915ALTER TABLE t CHANGE COLUMN a b CHAR(69);
6916ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
6917ALTER TABLE t CHANGE COLUMN a b CHAR(70);
6918ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
6919ALTER TABLE t CHANGE COLUMN a b CHAR(71);
6920ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
6921ALTER TABLE t CHANGE COLUMN a b CHAR(72);
6922ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
6923ALTER TABLE t CHANGE COLUMN a b CHAR(73);
6924ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
6925ALTER TABLE t CHANGE COLUMN a b CHAR(74);
6926ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
6927ALTER TABLE t CHANGE COLUMN a b CHAR(75);
6928ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
6929ALTER TABLE t CHANGE COLUMN a b CHAR(76);
6930ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
6931ALTER TABLE t CHANGE COLUMN a b CHAR(77);
6932ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
6933ALTER TABLE t CHANGE COLUMN a b CHAR(78);
6934ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
6935ALTER TABLE t CHANGE COLUMN a b CHAR(79);
6936ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
6937ALTER TABLE t CHANGE COLUMN a b CHAR(80);
6938ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
6939ALTER TABLE t CHANGE COLUMN a b CHAR(81);
6940ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
6941ALTER TABLE t CHANGE COLUMN a b CHAR(82);
6942ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
6943ALTER TABLE t CHANGE COLUMN a b CHAR(83);
6944ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
6945ALTER TABLE t CHANGE COLUMN a b CHAR(84);
6946ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
6947ALTER TABLE t CHANGE COLUMN a b CHAR(85);
6948ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
6949ALTER TABLE t CHANGE COLUMN a b CHAR(86);
6950ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
6951ALTER TABLE t CHANGE COLUMN a b CHAR(87);
6952ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
6953ALTER TABLE t CHANGE COLUMN a b CHAR(88);
6954ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
6955ALTER TABLE t CHANGE COLUMN a b CHAR(89);
6956ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
6957ALTER TABLE t CHANGE COLUMN a b CHAR(90);
6958ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
6959ALTER TABLE t CHANGE COLUMN a b CHAR(91);
6960ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
6961ALTER TABLE t CHANGE COLUMN a b CHAR(92);
6962ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
6963ALTER TABLE t CHANGE COLUMN a b CHAR(93);
6964ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
6965ALTER TABLE t CHANGE COLUMN a b CHAR(94);
6966ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
6967ALTER TABLE t CHANGE COLUMN a b CHAR(95);
6968ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
6969ALTER TABLE t CHANGE COLUMN a b CHAR(96);
6970ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
6971ALTER TABLE t CHANGE COLUMN a b CHAR(97);
6972ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
6973ALTER TABLE t CHANGE COLUMN a b CHAR(98);
6974ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
6975ALTER TABLE t CHANGE COLUMN a b CHAR(99);
6976ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
6977ALTER TABLE t CHANGE COLUMN a b CHAR(100);
6978ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
6979ALTER TABLE t CHANGE COLUMN a b CHAR(101);
6980ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
6981ALTER TABLE t CHANGE COLUMN a b CHAR(102);
6982ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
6983ALTER TABLE t CHANGE COLUMN a b CHAR(103);
6984ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
6985ALTER TABLE t CHANGE COLUMN a b CHAR(104);
6986ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
6987ALTER TABLE t CHANGE COLUMN a b CHAR(105);
6988ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
6989ALTER TABLE t CHANGE COLUMN a b CHAR(106);
6990ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
6991ALTER TABLE t CHANGE COLUMN a b CHAR(107);
6992ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
6993ALTER TABLE t CHANGE COLUMN a b CHAR(108);
6994ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
6995ALTER TABLE t CHANGE COLUMN a b CHAR(109);
6996ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
6997ALTER TABLE t CHANGE COLUMN a b CHAR(110);
6998ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
6999ALTER TABLE t CHANGE COLUMN a b CHAR(111);
7000ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
7001ALTER TABLE t CHANGE COLUMN a b CHAR(112);
7002ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
7003ALTER TABLE t CHANGE COLUMN a b CHAR(113);
7004ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
7005ALTER TABLE t CHANGE COLUMN a b CHAR(114);
7006ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
7007ALTER TABLE t CHANGE COLUMN a b CHAR(115);
7008ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
7009ALTER TABLE t CHANGE COLUMN a b CHAR(116);
7010ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
7011ALTER TABLE t CHANGE COLUMN a b CHAR(117);
7012ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
7013ALTER TABLE t CHANGE COLUMN a b CHAR(118);
7014ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
7015ALTER TABLE t CHANGE COLUMN a b CHAR(119);
7016ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
7017ALTER TABLE t CHANGE COLUMN a b CHAR(120);
7018ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
7019ALTER TABLE t CHANGE COLUMN a b CHAR(121);
7020ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
7021ALTER TABLE t CHANGE COLUMN a b CHAR(122);
7022ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
7023ALTER TABLE t CHANGE COLUMN a b CHAR(123);
7024ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
7025ALTER TABLE t CHANGE COLUMN a b CHAR(124);
7026ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
7027ALTER TABLE t CHANGE COLUMN a b CHAR(125);
7028ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
7029ALTER TABLE t CHANGE COLUMN a b CHAR(126);
7030ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
7031CREATE TABLE ti LIKE t;
7032ALTER TABLE ti ENGINE=myisam;
7033INSERT INTO ti SELECT * FROM t;
7034ALTER TABLE ti CHANGE COLUMN a b CHAR(127);
7035ALTER TABLE ti CHANGE COLUMN b a CHAR(127);
7036ALTER TABLE t CHANGE COLUMN a b CHAR(127);
7037ALTER TABLE t CHANGE COLUMN b a CHAR(127);
7038include/diff_tables.inc [test.t, test.ti]
7039DROP TABLE ti;
7040ALTER TABLE t CHANGE COLUMN a b CHAR(128);
7041ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
7042ALTER TABLE t CHANGE COLUMN a b CHAR(129);
7043ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
7044ALTER TABLE t CHANGE COLUMN a b CHAR(130);
7045ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
7046ALTER TABLE t CHANGE COLUMN a b CHAR(131);
7047ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
7048ALTER TABLE t CHANGE COLUMN a b CHAR(132);
7049ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
7050ALTER TABLE t CHANGE COLUMN a b CHAR(133);
7051ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
7052ALTER TABLE t CHANGE COLUMN a b CHAR(134);
7053ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
7054ALTER TABLE t CHANGE COLUMN a b CHAR(135);
7055ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
7056ALTER TABLE t CHANGE COLUMN a b CHAR(136);
7057ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
7058ALTER TABLE t CHANGE COLUMN a b CHAR(137);
7059ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
7060ALTER TABLE t CHANGE COLUMN a b CHAR(138);
7061ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
7062ALTER TABLE t CHANGE COLUMN a b CHAR(139);
7063ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
7064ALTER TABLE t CHANGE COLUMN a b CHAR(140);
7065ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
7066ALTER TABLE t CHANGE COLUMN a b CHAR(141);
7067ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
7068ALTER TABLE t CHANGE COLUMN a b CHAR(142);
7069ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
7070ALTER TABLE t CHANGE COLUMN a b CHAR(143);
7071ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
7072ALTER TABLE t CHANGE COLUMN a b CHAR(144);
7073ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
7074ALTER TABLE t CHANGE COLUMN a b CHAR(145);
7075ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
7076ALTER TABLE t CHANGE COLUMN a b CHAR(146);
7077ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
7078ALTER TABLE t CHANGE COLUMN a b CHAR(147);
7079ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
7080ALTER TABLE t CHANGE COLUMN a b CHAR(148);
7081ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
7082ALTER TABLE t CHANGE COLUMN a b CHAR(149);
7083ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
7084ALTER TABLE t CHANGE COLUMN a b CHAR(150);
7085ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
7086ALTER TABLE t CHANGE COLUMN a b CHAR(151);
7087ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
7088ALTER TABLE t CHANGE COLUMN a b CHAR(152);
7089ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
7090ALTER TABLE t CHANGE COLUMN a b CHAR(153);
7091ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
7092ALTER TABLE t CHANGE COLUMN a b CHAR(154);
7093ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
7094ALTER TABLE t CHANGE COLUMN a b CHAR(155);
7095ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
7096ALTER TABLE t CHANGE COLUMN a b CHAR(156);
7097ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
7098ALTER TABLE t CHANGE COLUMN a b CHAR(157);
7099ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
7100ALTER TABLE t CHANGE COLUMN a b CHAR(158);
7101ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
7102ALTER TABLE t CHANGE COLUMN a b CHAR(159);
7103ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
7104ALTER TABLE t CHANGE COLUMN a b CHAR(160);
7105ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
7106ALTER TABLE t CHANGE COLUMN a b CHAR(161);
7107ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
7108ALTER TABLE t CHANGE COLUMN a b CHAR(162);
7109ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
7110ALTER TABLE t CHANGE COLUMN a b CHAR(163);
7111ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
7112ALTER TABLE t CHANGE COLUMN a b CHAR(164);
7113ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
7114ALTER TABLE t CHANGE COLUMN a b CHAR(165);
7115ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
7116ALTER TABLE t CHANGE COLUMN a b CHAR(166);
7117ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
7118ALTER TABLE t CHANGE COLUMN a b CHAR(167);
7119ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
7120ALTER TABLE t CHANGE COLUMN a b CHAR(168);
7121ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
7122ALTER TABLE t CHANGE COLUMN a b CHAR(169);
7123ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
7124ALTER TABLE t CHANGE COLUMN a b CHAR(170);
7125ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
7126ALTER TABLE t CHANGE COLUMN a b CHAR(171);
7127ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
7128ALTER TABLE t CHANGE COLUMN a b CHAR(172);
7129ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
7130ALTER TABLE t CHANGE COLUMN a b CHAR(173);
7131ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
7132ALTER TABLE t CHANGE COLUMN a b CHAR(174);
7133ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
7134ALTER TABLE t CHANGE COLUMN a b CHAR(175);
7135ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
7136ALTER TABLE t CHANGE COLUMN a b CHAR(176);
7137ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
7138ALTER TABLE t CHANGE COLUMN a b CHAR(177);
7139ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
7140ALTER TABLE t CHANGE COLUMN a b CHAR(178);
7141ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
7142ALTER TABLE t CHANGE COLUMN a b CHAR(179);
7143ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
7144ALTER TABLE t CHANGE COLUMN a b CHAR(180);
7145ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
7146ALTER TABLE t CHANGE COLUMN a b CHAR(181);
7147ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
7148ALTER TABLE t CHANGE COLUMN a b CHAR(182);
7149ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
7150ALTER TABLE t CHANGE COLUMN a b CHAR(183);
7151ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
7152ALTER TABLE t CHANGE COLUMN a b CHAR(184);
7153ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
7154ALTER TABLE t CHANGE COLUMN a b CHAR(185);
7155ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
7156ALTER TABLE t CHANGE COLUMN a b CHAR(186);
7157ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
7158ALTER TABLE t CHANGE COLUMN a b CHAR(187);
7159ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
7160ALTER TABLE t CHANGE COLUMN a b CHAR(188);
7161ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
7162ALTER TABLE t CHANGE COLUMN a b CHAR(189);
7163ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
7164ALTER TABLE t CHANGE COLUMN a b CHAR(190);
7165ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
7166ALTER TABLE t CHANGE COLUMN a b CHAR(191);
7167ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
7168ALTER TABLE t CHANGE COLUMN a b CHAR(192);
7169ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
7170ALTER TABLE t CHANGE COLUMN a b CHAR(193);
7171ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
7172ALTER TABLE t CHANGE COLUMN a b CHAR(194);
7173ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
7174ALTER TABLE t CHANGE COLUMN a b CHAR(195);
7175ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
7176ALTER TABLE t CHANGE COLUMN a b CHAR(196);
7177ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
7178ALTER TABLE t CHANGE COLUMN a b CHAR(197);
7179ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
7180ALTER TABLE t CHANGE COLUMN a b CHAR(198);
7181ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
7182ALTER TABLE t CHANGE COLUMN a b CHAR(199);
7183ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
7184ALTER TABLE t CHANGE COLUMN a b CHAR(200);
7185ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
7186ALTER TABLE t CHANGE COLUMN a b CHAR(201);
7187ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
7188ALTER TABLE t CHANGE COLUMN a b CHAR(202);
7189ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
7190ALTER TABLE t CHANGE COLUMN a b CHAR(203);
7191ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
7192ALTER TABLE t CHANGE COLUMN a b CHAR(204);
7193ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
7194ALTER TABLE t CHANGE COLUMN a b CHAR(205);
7195ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
7196ALTER TABLE t CHANGE COLUMN a b CHAR(206);
7197ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
7198ALTER TABLE t CHANGE COLUMN a b CHAR(207);
7199ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
7200ALTER TABLE t CHANGE COLUMN a b CHAR(208);
7201ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
7202ALTER TABLE t CHANGE COLUMN a b CHAR(209);
7203ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
7204ALTER TABLE t CHANGE COLUMN a b CHAR(210);
7205ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
7206ALTER TABLE t CHANGE COLUMN a b CHAR(211);
7207ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
7208ALTER TABLE t CHANGE COLUMN a b CHAR(212);
7209ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
7210ALTER TABLE t CHANGE COLUMN a b CHAR(213);
7211ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
7212ALTER TABLE t CHANGE COLUMN a b CHAR(214);
7213ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
7214ALTER TABLE t CHANGE COLUMN a b CHAR(215);
7215ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
7216ALTER TABLE t CHANGE COLUMN a b CHAR(216);
7217ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
7218ALTER TABLE t CHANGE COLUMN a b CHAR(217);
7219ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
7220ALTER TABLE t CHANGE COLUMN a b CHAR(218);
7221ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
7222ALTER TABLE t CHANGE COLUMN a b CHAR(219);
7223ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
7224ALTER TABLE t CHANGE COLUMN a b CHAR(220);
7225ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
7226ALTER TABLE t CHANGE COLUMN a b CHAR(221);
7227ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
7228ALTER TABLE t CHANGE COLUMN a b CHAR(222);
7229ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
7230ALTER TABLE t CHANGE COLUMN a b CHAR(223);
7231ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
7232ALTER TABLE t CHANGE COLUMN a b CHAR(224);
7233ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
7234ALTER TABLE t CHANGE COLUMN a b CHAR(225);
7235ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
7236ALTER TABLE t CHANGE COLUMN a b CHAR(226);
7237ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
7238ALTER TABLE t CHANGE COLUMN a b CHAR(227);
7239ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
7240ALTER TABLE t CHANGE COLUMN a b CHAR(228);
7241ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
7242ALTER TABLE t CHANGE COLUMN a b CHAR(229);
7243ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
7244ALTER TABLE t CHANGE COLUMN a b CHAR(230);
7245ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
7246ALTER TABLE t CHANGE COLUMN a b CHAR(231);
7247ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
7248ALTER TABLE t CHANGE COLUMN a b CHAR(232);
7249ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
7250ALTER TABLE t CHANGE COLUMN a b CHAR(233);
7251ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
7252ALTER TABLE t CHANGE COLUMN a b CHAR(234);
7253ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
7254ALTER TABLE t CHANGE COLUMN a b CHAR(235);
7255ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
7256ALTER TABLE t CHANGE COLUMN a b CHAR(236);
7257ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
7258ALTER TABLE t CHANGE COLUMN a b CHAR(237);
7259ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
7260ALTER TABLE t CHANGE COLUMN a b CHAR(238);
7261ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
7262ALTER TABLE t CHANGE COLUMN a b CHAR(239);
7263ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
7264ALTER TABLE t CHANGE COLUMN a b CHAR(240);
7265ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
7266ALTER TABLE t CHANGE COLUMN a b CHAR(241);
7267ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
7268ALTER TABLE t CHANGE COLUMN a b CHAR(242);
7269ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
7270ALTER TABLE t CHANGE COLUMN a b CHAR(243);
7271ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
7272ALTER TABLE t CHANGE COLUMN a b CHAR(244);
7273ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
7274ALTER TABLE t CHANGE COLUMN a b CHAR(245);
7275ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
7276ALTER TABLE t CHANGE COLUMN a b CHAR(246);
7277ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
7278ALTER TABLE t CHANGE COLUMN a b CHAR(247);
7279ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
7280ALTER TABLE t CHANGE COLUMN a b CHAR(248);
7281ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
7282ALTER TABLE t CHANGE COLUMN a b CHAR(249);
7283ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
7284ALTER TABLE t CHANGE COLUMN a b CHAR(250);
7285ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
7286ALTER TABLE t CHANGE COLUMN a b CHAR(251);
7287ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
7288ALTER TABLE t CHANGE COLUMN a b CHAR(252);
7289ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
7290ALTER TABLE t CHANGE COLUMN a b CHAR(253);
7291ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
7292ALTER TABLE t CHANGE COLUMN a b CHAR(254);
7293ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
7294ALTER TABLE t CHANGE COLUMN a b CHAR(255);
7295ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
7296DROP TABLE t;
7297CREATE TABLE t (a CHAR(128));
7298INSERT INTO t VALUES ('hi');
7299INSERT INTO t VALUES ('there');
7300INSERT INTO t VALUES ('people');
7301ALTER TABLE t CHANGE COLUMN a b CHAR(2);
7302ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
7303ALTER TABLE t CHANGE COLUMN a b CHAR(3);
7304ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
7305ALTER TABLE t CHANGE COLUMN a b CHAR(4);
7306ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
7307ALTER TABLE t CHANGE COLUMN a b CHAR(5);
7308ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
7309ALTER TABLE t CHANGE COLUMN a b CHAR(6);
7310ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
7311ALTER TABLE t CHANGE COLUMN a b CHAR(7);
7312ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
7313ALTER TABLE t CHANGE COLUMN a b CHAR(8);
7314ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
7315ALTER TABLE t CHANGE COLUMN a b CHAR(9);
7316ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
7317ALTER TABLE t CHANGE COLUMN a b CHAR(10);
7318ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
7319ALTER TABLE t CHANGE COLUMN a b CHAR(11);
7320ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
7321ALTER TABLE t CHANGE COLUMN a b CHAR(12);
7322ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
7323ALTER TABLE t CHANGE COLUMN a b CHAR(13);
7324ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
7325ALTER TABLE t CHANGE COLUMN a b CHAR(14);
7326ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
7327ALTER TABLE t CHANGE COLUMN a b CHAR(15);
7328ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
7329ALTER TABLE t CHANGE COLUMN a b CHAR(16);
7330ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
7331ALTER TABLE t CHANGE COLUMN a b CHAR(17);
7332ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
7333ALTER TABLE t CHANGE COLUMN a b CHAR(18);
7334ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
7335ALTER TABLE t CHANGE COLUMN a b CHAR(19);
7336ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
7337ALTER TABLE t CHANGE COLUMN a b CHAR(20);
7338ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
7339ALTER TABLE t CHANGE COLUMN a b CHAR(21);
7340ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
7341ALTER TABLE t CHANGE COLUMN a b CHAR(22);
7342ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
7343ALTER TABLE t CHANGE COLUMN a b CHAR(23);
7344ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
7345ALTER TABLE t CHANGE COLUMN a b CHAR(24);
7346ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
7347ALTER TABLE t CHANGE COLUMN a b CHAR(25);
7348ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
7349ALTER TABLE t CHANGE COLUMN a b CHAR(26);
7350ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
7351ALTER TABLE t CHANGE COLUMN a b CHAR(27);
7352ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
7353ALTER TABLE t CHANGE COLUMN a b CHAR(28);
7354ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
7355ALTER TABLE t CHANGE COLUMN a b CHAR(29);
7356ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
7357ALTER TABLE t CHANGE COLUMN a b CHAR(30);
7358ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
7359ALTER TABLE t CHANGE COLUMN a b CHAR(31);
7360ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
7361ALTER TABLE t CHANGE COLUMN a b CHAR(32);
7362ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
7363ALTER TABLE t CHANGE COLUMN a b CHAR(33);
7364ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
7365ALTER TABLE t CHANGE COLUMN a b CHAR(34);
7366ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
7367ALTER TABLE t CHANGE COLUMN a b CHAR(35);
7368ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
7369ALTER TABLE t CHANGE COLUMN a b CHAR(36);
7370ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
7371ALTER TABLE t CHANGE COLUMN a b CHAR(37);
7372ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
7373ALTER TABLE t CHANGE COLUMN a b CHAR(38);
7374ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
7375ALTER TABLE t CHANGE COLUMN a b CHAR(39);
7376ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
7377ALTER TABLE t CHANGE COLUMN a b CHAR(40);
7378ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
7379ALTER TABLE t CHANGE COLUMN a b CHAR(41);
7380ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
7381ALTER TABLE t CHANGE COLUMN a b CHAR(42);
7382ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
7383ALTER TABLE t CHANGE COLUMN a b CHAR(43);
7384ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
7385ALTER TABLE t CHANGE COLUMN a b CHAR(44);
7386ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
7387ALTER TABLE t CHANGE COLUMN a b CHAR(45);
7388ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
7389ALTER TABLE t CHANGE COLUMN a b CHAR(46);
7390ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
7391ALTER TABLE t CHANGE COLUMN a b CHAR(47);
7392ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
7393ALTER TABLE t CHANGE COLUMN a b CHAR(48);
7394ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
7395ALTER TABLE t CHANGE COLUMN a b CHAR(49);
7396ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
7397ALTER TABLE t CHANGE COLUMN a b CHAR(50);
7398ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
7399ALTER TABLE t CHANGE COLUMN a b CHAR(51);
7400ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
7401ALTER TABLE t CHANGE COLUMN a b CHAR(52);
7402ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
7403ALTER TABLE t CHANGE COLUMN a b CHAR(53);
7404ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
7405ALTER TABLE t CHANGE COLUMN a b CHAR(54);
7406ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
7407ALTER TABLE t CHANGE COLUMN a b CHAR(55);
7408ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
7409ALTER TABLE t CHANGE COLUMN a b CHAR(56);
7410ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
7411ALTER TABLE t CHANGE COLUMN a b CHAR(57);
7412ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
7413ALTER TABLE t CHANGE COLUMN a b CHAR(58);
7414ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
7415ALTER TABLE t CHANGE COLUMN a b CHAR(59);
7416ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
7417ALTER TABLE t CHANGE COLUMN a b CHAR(60);
7418ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
7419ALTER TABLE t CHANGE COLUMN a b CHAR(61);
7420ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
7421ALTER TABLE t CHANGE COLUMN a b CHAR(62);
7422ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
7423ALTER TABLE t CHANGE COLUMN a b CHAR(63);
7424ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
7425ALTER TABLE t CHANGE COLUMN a b CHAR(64);
7426ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
7427ALTER TABLE t CHANGE COLUMN a b CHAR(65);
7428ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
7429ALTER TABLE t CHANGE COLUMN a b CHAR(66);
7430ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
7431ALTER TABLE t CHANGE COLUMN a b CHAR(67);
7432ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
7433ALTER TABLE t CHANGE COLUMN a b CHAR(68);
7434ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
7435ALTER TABLE t CHANGE COLUMN a b CHAR(69);
7436ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
7437ALTER TABLE t CHANGE COLUMN a b CHAR(70);
7438ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
7439ALTER TABLE t CHANGE COLUMN a b CHAR(71);
7440ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
7441ALTER TABLE t CHANGE COLUMN a b CHAR(72);
7442ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
7443ALTER TABLE t CHANGE COLUMN a b CHAR(73);
7444ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
7445ALTER TABLE t CHANGE COLUMN a b CHAR(74);
7446ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
7447ALTER TABLE t CHANGE COLUMN a b CHAR(75);
7448ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
7449ALTER TABLE t CHANGE COLUMN a b CHAR(76);
7450ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
7451ALTER TABLE t CHANGE COLUMN a b CHAR(77);
7452ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
7453ALTER TABLE t CHANGE COLUMN a b CHAR(78);
7454ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
7455ALTER TABLE t CHANGE COLUMN a b CHAR(79);
7456ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
7457ALTER TABLE t CHANGE COLUMN a b CHAR(80);
7458ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
7459ALTER TABLE t CHANGE COLUMN a b CHAR(81);
7460ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
7461ALTER TABLE t CHANGE COLUMN a b CHAR(82);
7462ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
7463ALTER TABLE t CHANGE COLUMN a b CHAR(83);
7464ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
7465ALTER TABLE t CHANGE COLUMN a b CHAR(84);
7466ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
7467ALTER TABLE t CHANGE COLUMN a b CHAR(85);
7468ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
7469ALTER TABLE t CHANGE COLUMN a b CHAR(86);
7470ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
7471ALTER TABLE t CHANGE COLUMN a b CHAR(87);
7472ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
7473ALTER TABLE t CHANGE COLUMN a b CHAR(88);
7474ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
7475ALTER TABLE t CHANGE COLUMN a b CHAR(89);
7476ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
7477ALTER TABLE t CHANGE COLUMN a b CHAR(90);
7478ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
7479ALTER TABLE t CHANGE COLUMN a b CHAR(91);
7480ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
7481ALTER TABLE t CHANGE COLUMN a b CHAR(92);
7482ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
7483ALTER TABLE t CHANGE COLUMN a b CHAR(93);
7484ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
7485ALTER TABLE t CHANGE COLUMN a b CHAR(94);
7486ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
7487ALTER TABLE t CHANGE COLUMN a b CHAR(95);
7488ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
7489ALTER TABLE t CHANGE COLUMN a b CHAR(96);
7490ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
7491ALTER TABLE t CHANGE COLUMN a b CHAR(97);
7492ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
7493ALTER TABLE t CHANGE COLUMN a b CHAR(98);
7494ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
7495ALTER TABLE t CHANGE COLUMN a b CHAR(99);
7496ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
7497ALTER TABLE t CHANGE COLUMN a b CHAR(100);
7498ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
7499ALTER TABLE t CHANGE COLUMN a b CHAR(101);
7500ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
7501ALTER TABLE t CHANGE COLUMN a b CHAR(102);
7502ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
7503ALTER TABLE t CHANGE COLUMN a b CHAR(103);
7504ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
7505ALTER TABLE t CHANGE COLUMN a b CHAR(104);
7506ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
7507ALTER TABLE t CHANGE COLUMN a b CHAR(105);
7508ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
7509ALTER TABLE t CHANGE COLUMN a b CHAR(106);
7510ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
7511ALTER TABLE t CHANGE COLUMN a b CHAR(107);
7512ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
7513ALTER TABLE t CHANGE COLUMN a b CHAR(108);
7514ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
7515ALTER TABLE t CHANGE COLUMN a b CHAR(109);
7516ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
7517ALTER TABLE t CHANGE COLUMN a b CHAR(110);
7518ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
7519ALTER TABLE t CHANGE COLUMN a b CHAR(111);
7520ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
7521ALTER TABLE t CHANGE COLUMN a b CHAR(112);
7522ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
7523ALTER TABLE t CHANGE COLUMN a b CHAR(113);
7524ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
7525ALTER TABLE t CHANGE COLUMN a b CHAR(114);
7526ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
7527ALTER TABLE t CHANGE COLUMN a b CHAR(115);
7528ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
7529ALTER TABLE t CHANGE COLUMN a b CHAR(116);
7530ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
7531ALTER TABLE t CHANGE COLUMN a b CHAR(117);
7532ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
7533ALTER TABLE t CHANGE COLUMN a b CHAR(118);
7534ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
7535ALTER TABLE t CHANGE COLUMN a b CHAR(119);
7536ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
7537ALTER TABLE t CHANGE COLUMN a b CHAR(120);
7538ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
7539ALTER TABLE t CHANGE COLUMN a b CHAR(121);
7540ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
7541ALTER TABLE t CHANGE COLUMN a b CHAR(122);
7542ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
7543ALTER TABLE t CHANGE COLUMN a b CHAR(123);
7544ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
7545ALTER TABLE t CHANGE COLUMN a b CHAR(124);
7546ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
7547ALTER TABLE t CHANGE COLUMN a b CHAR(125);
7548ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
7549ALTER TABLE t CHANGE COLUMN a b CHAR(126);
7550ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
7551ALTER TABLE t CHANGE COLUMN a b CHAR(127);
7552ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
7553CREATE TABLE ti LIKE t;
7554ALTER TABLE ti ENGINE=myisam;
7555INSERT INTO ti SELECT * FROM t;
7556ALTER TABLE ti CHANGE COLUMN a b CHAR(128);
7557ALTER TABLE ti CHANGE COLUMN b a CHAR(128);
7558ALTER TABLE t CHANGE COLUMN a b CHAR(128);
7559ALTER TABLE t CHANGE COLUMN b a CHAR(128);
7560include/diff_tables.inc [test.t, test.ti]
7561DROP TABLE ti;
7562ALTER TABLE t CHANGE COLUMN a b CHAR(129);
7563ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
7564ALTER TABLE t CHANGE COLUMN a b CHAR(130);
7565ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
7566ALTER TABLE t CHANGE COLUMN a b CHAR(131);
7567ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
7568ALTER TABLE t CHANGE COLUMN a b CHAR(132);
7569ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
7570ALTER TABLE t CHANGE COLUMN a b CHAR(133);
7571ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
7572ALTER TABLE t CHANGE COLUMN a b CHAR(134);
7573ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
7574ALTER TABLE t CHANGE COLUMN a b CHAR(135);
7575ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
7576ALTER TABLE t CHANGE COLUMN a b CHAR(136);
7577ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
7578ALTER TABLE t CHANGE COLUMN a b CHAR(137);
7579ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
7580ALTER TABLE t CHANGE COLUMN a b CHAR(138);
7581ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
7582ALTER TABLE t CHANGE COLUMN a b CHAR(139);
7583ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
7584ALTER TABLE t CHANGE COLUMN a b CHAR(140);
7585ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
7586ALTER TABLE t CHANGE COLUMN a b CHAR(141);
7587ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
7588ALTER TABLE t CHANGE COLUMN a b CHAR(142);
7589ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
7590ALTER TABLE t CHANGE COLUMN a b CHAR(143);
7591ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
7592ALTER TABLE t CHANGE COLUMN a b CHAR(144);
7593ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
7594ALTER TABLE t CHANGE COLUMN a b CHAR(145);
7595ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
7596ALTER TABLE t CHANGE COLUMN a b CHAR(146);
7597ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
7598ALTER TABLE t CHANGE COLUMN a b CHAR(147);
7599ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
7600ALTER TABLE t CHANGE COLUMN a b CHAR(148);
7601ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
7602ALTER TABLE t CHANGE COLUMN a b CHAR(149);
7603ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
7604ALTER TABLE t CHANGE COLUMN a b CHAR(150);
7605ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
7606ALTER TABLE t CHANGE COLUMN a b CHAR(151);
7607ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
7608ALTER TABLE t CHANGE COLUMN a b CHAR(152);
7609ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
7610ALTER TABLE t CHANGE COLUMN a b CHAR(153);
7611ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
7612ALTER TABLE t CHANGE COLUMN a b CHAR(154);
7613ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
7614ALTER TABLE t CHANGE COLUMN a b CHAR(155);
7615ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
7616ALTER TABLE t CHANGE COLUMN a b CHAR(156);
7617ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
7618ALTER TABLE t CHANGE COLUMN a b CHAR(157);
7619ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
7620ALTER TABLE t CHANGE COLUMN a b CHAR(158);
7621ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
7622ALTER TABLE t CHANGE COLUMN a b CHAR(159);
7623ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
7624ALTER TABLE t CHANGE COLUMN a b CHAR(160);
7625ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
7626ALTER TABLE t CHANGE COLUMN a b CHAR(161);
7627ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
7628ALTER TABLE t CHANGE COLUMN a b CHAR(162);
7629ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
7630ALTER TABLE t CHANGE COLUMN a b CHAR(163);
7631ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
7632ALTER TABLE t CHANGE COLUMN a b CHAR(164);
7633ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
7634ALTER TABLE t CHANGE COLUMN a b CHAR(165);
7635ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
7636ALTER TABLE t CHANGE COLUMN a b CHAR(166);
7637ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
7638ALTER TABLE t CHANGE COLUMN a b CHAR(167);
7639ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
7640ALTER TABLE t CHANGE COLUMN a b CHAR(168);
7641ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
7642ALTER TABLE t CHANGE COLUMN a b CHAR(169);
7643ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
7644ALTER TABLE t CHANGE COLUMN a b CHAR(170);
7645ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
7646ALTER TABLE t CHANGE COLUMN a b CHAR(171);
7647ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
7648ALTER TABLE t CHANGE COLUMN a b CHAR(172);
7649ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
7650ALTER TABLE t CHANGE COLUMN a b CHAR(173);
7651ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
7652ALTER TABLE t CHANGE COLUMN a b CHAR(174);
7653ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
7654ALTER TABLE t CHANGE COLUMN a b CHAR(175);
7655ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
7656ALTER TABLE t CHANGE COLUMN a b CHAR(176);
7657ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
7658ALTER TABLE t CHANGE COLUMN a b CHAR(177);
7659ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
7660ALTER TABLE t CHANGE COLUMN a b CHAR(178);
7661ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
7662ALTER TABLE t CHANGE COLUMN a b CHAR(179);
7663ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
7664ALTER TABLE t CHANGE COLUMN a b CHAR(180);
7665ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
7666ALTER TABLE t CHANGE COLUMN a b CHAR(181);
7667ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
7668ALTER TABLE t CHANGE COLUMN a b CHAR(182);
7669ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
7670ALTER TABLE t CHANGE COLUMN a b CHAR(183);
7671ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
7672ALTER TABLE t CHANGE COLUMN a b CHAR(184);
7673ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
7674ALTER TABLE t CHANGE COLUMN a b CHAR(185);
7675ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
7676ALTER TABLE t CHANGE COLUMN a b CHAR(186);
7677ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
7678ALTER TABLE t CHANGE COLUMN a b CHAR(187);
7679ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
7680ALTER TABLE t CHANGE COLUMN a b CHAR(188);
7681ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
7682ALTER TABLE t CHANGE COLUMN a b CHAR(189);
7683ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
7684ALTER TABLE t CHANGE COLUMN a b CHAR(190);
7685ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
7686ALTER TABLE t CHANGE COLUMN a b CHAR(191);
7687ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
7688ALTER TABLE t CHANGE COLUMN a b CHAR(192);
7689ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
7690ALTER TABLE t CHANGE COLUMN a b CHAR(193);
7691ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
7692ALTER TABLE t CHANGE COLUMN a b CHAR(194);
7693ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
7694ALTER TABLE t CHANGE COLUMN a b CHAR(195);
7695ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
7696ALTER TABLE t CHANGE COLUMN a b CHAR(196);
7697ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
7698ALTER TABLE t CHANGE COLUMN a b CHAR(197);
7699ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
7700ALTER TABLE t CHANGE COLUMN a b CHAR(198);
7701ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
7702ALTER TABLE t CHANGE COLUMN a b CHAR(199);
7703ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
7704ALTER TABLE t CHANGE COLUMN a b CHAR(200);
7705ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
7706ALTER TABLE t CHANGE COLUMN a b CHAR(201);
7707ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
7708ALTER TABLE t CHANGE COLUMN a b CHAR(202);
7709ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
7710ALTER TABLE t CHANGE COLUMN a b CHAR(203);
7711ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
7712ALTER TABLE t CHANGE COLUMN a b CHAR(204);
7713ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
7714ALTER TABLE t CHANGE COLUMN a b CHAR(205);
7715ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
7716ALTER TABLE t CHANGE COLUMN a b CHAR(206);
7717ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
7718ALTER TABLE t CHANGE COLUMN a b CHAR(207);
7719ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
7720ALTER TABLE t CHANGE COLUMN a b CHAR(208);
7721ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
7722ALTER TABLE t CHANGE COLUMN a b CHAR(209);
7723ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
7724ALTER TABLE t CHANGE COLUMN a b CHAR(210);
7725ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
7726ALTER TABLE t CHANGE COLUMN a b CHAR(211);
7727ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
7728ALTER TABLE t CHANGE COLUMN a b CHAR(212);
7729ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
7730ALTER TABLE t CHANGE COLUMN a b CHAR(213);
7731ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
7732ALTER TABLE t CHANGE COLUMN a b CHAR(214);
7733ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
7734ALTER TABLE t CHANGE COLUMN a b CHAR(215);
7735ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
7736ALTER TABLE t CHANGE COLUMN a b CHAR(216);
7737ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
7738ALTER TABLE t CHANGE COLUMN a b CHAR(217);
7739ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
7740ALTER TABLE t CHANGE COLUMN a b CHAR(218);
7741ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
7742ALTER TABLE t CHANGE COLUMN a b CHAR(219);
7743ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
7744ALTER TABLE t CHANGE COLUMN a b CHAR(220);
7745ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
7746ALTER TABLE t CHANGE COLUMN a b CHAR(221);
7747ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
7748ALTER TABLE t CHANGE COLUMN a b CHAR(222);
7749ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
7750ALTER TABLE t CHANGE COLUMN a b CHAR(223);
7751ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
7752ALTER TABLE t CHANGE COLUMN a b CHAR(224);
7753ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
7754ALTER TABLE t CHANGE COLUMN a b CHAR(225);
7755ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
7756ALTER TABLE t CHANGE COLUMN a b CHAR(226);
7757ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
7758ALTER TABLE t CHANGE COLUMN a b CHAR(227);
7759ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
7760ALTER TABLE t CHANGE COLUMN a b CHAR(228);
7761ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
7762ALTER TABLE t CHANGE COLUMN a b CHAR(229);
7763ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
7764ALTER TABLE t CHANGE COLUMN a b CHAR(230);
7765ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
7766ALTER TABLE t CHANGE COLUMN a b CHAR(231);
7767ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
7768ALTER TABLE t CHANGE COLUMN a b CHAR(232);
7769ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
7770ALTER TABLE t CHANGE COLUMN a b CHAR(233);
7771ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
7772ALTER TABLE t CHANGE COLUMN a b CHAR(234);
7773ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
7774ALTER TABLE t CHANGE COLUMN a b CHAR(235);
7775ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
7776ALTER TABLE t CHANGE COLUMN a b CHAR(236);
7777ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
7778ALTER TABLE t CHANGE COLUMN a b CHAR(237);
7779ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
7780ALTER TABLE t CHANGE COLUMN a b CHAR(238);
7781ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
7782ALTER TABLE t CHANGE COLUMN a b CHAR(239);
7783ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
7784ALTER TABLE t CHANGE COLUMN a b CHAR(240);
7785ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
7786ALTER TABLE t CHANGE COLUMN a b CHAR(241);
7787ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
7788ALTER TABLE t CHANGE COLUMN a b CHAR(242);
7789ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
7790ALTER TABLE t CHANGE COLUMN a b CHAR(243);
7791ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
7792ALTER TABLE t CHANGE COLUMN a b CHAR(244);
7793ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
7794ALTER TABLE t CHANGE COLUMN a b CHAR(245);
7795ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
7796ALTER TABLE t CHANGE COLUMN a b CHAR(246);
7797ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
7798ALTER TABLE t CHANGE COLUMN a b CHAR(247);
7799ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
7800ALTER TABLE t CHANGE COLUMN a b CHAR(248);
7801ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
7802ALTER TABLE t CHANGE COLUMN a b CHAR(249);
7803ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
7804ALTER TABLE t CHANGE COLUMN a b CHAR(250);
7805ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
7806ALTER TABLE t CHANGE COLUMN a b CHAR(251);
7807ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
7808ALTER TABLE t CHANGE COLUMN a b CHAR(252);
7809ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
7810ALTER TABLE t CHANGE COLUMN a b CHAR(253);
7811ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
7812ALTER TABLE t CHANGE COLUMN a b CHAR(254);
7813ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
7814ALTER TABLE t CHANGE COLUMN a b CHAR(255);
7815ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
7816DROP TABLE t;
7817CREATE TABLE t (a CHAR(254));
7818INSERT INTO t VALUES ('hi');
7819INSERT INTO t VALUES ('there');
7820INSERT INTO t VALUES ('people');
7821ALTER TABLE t CHANGE COLUMN a b CHAR(2);
7822ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
7823ALTER TABLE t CHANGE COLUMN a b CHAR(3);
7824ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
7825ALTER TABLE t CHANGE COLUMN a b CHAR(4);
7826ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
7827ALTER TABLE t CHANGE COLUMN a b CHAR(5);
7828ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
7829ALTER TABLE t CHANGE COLUMN a b CHAR(6);
7830ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
7831ALTER TABLE t CHANGE COLUMN a b CHAR(7);
7832ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
7833ALTER TABLE t CHANGE COLUMN a b CHAR(8);
7834ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
7835ALTER TABLE t CHANGE COLUMN a b CHAR(9);
7836ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
7837ALTER TABLE t CHANGE COLUMN a b CHAR(10);
7838ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
7839ALTER TABLE t CHANGE COLUMN a b CHAR(11);
7840ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
7841ALTER TABLE t CHANGE COLUMN a b CHAR(12);
7842ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
7843ALTER TABLE t CHANGE COLUMN a b CHAR(13);
7844ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
7845ALTER TABLE t CHANGE COLUMN a b CHAR(14);
7846ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
7847ALTER TABLE t CHANGE COLUMN a b CHAR(15);
7848ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
7849ALTER TABLE t CHANGE COLUMN a b CHAR(16);
7850ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
7851ALTER TABLE t CHANGE COLUMN a b CHAR(17);
7852ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
7853ALTER TABLE t CHANGE COLUMN a b CHAR(18);
7854ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
7855ALTER TABLE t CHANGE COLUMN a b CHAR(19);
7856ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
7857ALTER TABLE t CHANGE COLUMN a b CHAR(20);
7858ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
7859ALTER TABLE t CHANGE COLUMN a b CHAR(21);
7860ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
7861ALTER TABLE t CHANGE COLUMN a b CHAR(22);
7862ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
7863ALTER TABLE t CHANGE COLUMN a b CHAR(23);
7864ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
7865ALTER TABLE t CHANGE COLUMN a b CHAR(24);
7866ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
7867ALTER TABLE t CHANGE COLUMN a b CHAR(25);
7868ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
7869ALTER TABLE t CHANGE COLUMN a b CHAR(26);
7870ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
7871ALTER TABLE t CHANGE COLUMN a b CHAR(27);
7872ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
7873ALTER TABLE t CHANGE COLUMN a b CHAR(28);
7874ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
7875ALTER TABLE t CHANGE COLUMN a b CHAR(29);
7876ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
7877ALTER TABLE t CHANGE COLUMN a b CHAR(30);
7878ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
7879ALTER TABLE t CHANGE COLUMN a b CHAR(31);
7880ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
7881ALTER TABLE t CHANGE COLUMN a b CHAR(32);
7882ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
7883ALTER TABLE t CHANGE COLUMN a b CHAR(33);
7884ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
7885ALTER TABLE t CHANGE COLUMN a b CHAR(34);
7886ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
7887ALTER TABLE t CHANGE COLUMN a b CHAR(35);
7888ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
7889ALTER TABLE t CHANGE COLUMN a b CHAR(36);
7890ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
7891ALTER TABLE t CHANGE COLUMN a b CHAR(37);
7892ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
7893ALTER TABLE t CHANGE COLUMN a b CHAR(38);
7894ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
7895ALTER TABLE t CHANGE COLUMN a b CHAR(39);
7896ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
7897ALTER TABLE t CHANGE COLUMN a b CHAR(40);
7898ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
7899ALTER TABLE t CHANGE COLUMN a b CHAR(41);
7900ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
7901ALTER TABLE t CHANGE COLUMN a b CHAR(42);
7902ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
7903ALTER TABLE t CHANGE COLUMN a b CHAR(43);
7904ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
7905ALTER TABLE t CHANGE COLUMN a b CHAR(44);
7906ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
7907ALTER TABLE t CHANGE COLUMN a b CHAR(45);
7908ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
7909ALTER TABLE t CHANGE COLUMN a b CHAR(46);
7910ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
7911ALTER TABLE t CHANGE COLUMN a b CHAR(47);
7912ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
7913ALTER TABLE t CHANGE COLUMN a b CHAR(48);
7914ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
7915ALTER TABLE t CHANGE COLUMN a b CHAR(49);
7916ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
7917ALTER TABLE t CHANGE COLUMN a b CHAR(50);
7918ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
7919ALTER TABLE t CHANGE COLUMN a b CHAR(51);
7920ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
7921ALTER TABLE t CHANGE COLUMN a b CHAR(52);
7922ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
7923ALTER TABLE t CHANGE COLUMN a b CHAR(53);
7924ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
7925ALTER TABLE t CHANGE COLUMN a b CHAR(54);
7926ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
7927ALTER TABLE t CHANGE COLUMN a b CHAR(55);
7928ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
7929ALTER TABLE t CHANGE COLUMN a b CHAR(56);
7930ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
7931ALTER TABLE t CHANGE COLUMN a b CHAR(57);
7932ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
7933ALTER TABLE t CHANGE COLUMN a b CHAR(58);
7934ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
7935ALTER TABLE t CHANGE COLUMN a b CHAR(59);
7936ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
7937ALTER TABLE t CHANGE COLUMN a b CHAR(60);
7938ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
7939ALTER TABLE t CHANGE COLUMN a b CHAR(61);
7940ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
7941ALTER TABLE t CHANGE COLUMN a b CHAR(62);
7942ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
7943ALTER TABLE t CHANGE COLUMN a b CHAR(63);
7944ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
7945ALTER TABLE t CHANGE COLUMN a b CHAR(64);
7946ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
7947ALTER TABLE t CHANGE COLUMN a b CHAR(65);
7948ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
7949ALTER TABLE t CHANGE COLUMN a b CHAR(66);
7950ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
7951ALTER TABLE t CHANGE COLUMN a b CHAR(67);
7952ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
7953ALTER TABLE t CHANGE COLUMN a b CHAR(68);
7954ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
7955ALTER TABLE t CHANGE COLUMN a b CHAR(69);
7956ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
7957ALTER TABLE t CHANGE COLUMN a b CHAR(70);
7958ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
7959ALTER TABLE t CHANGE COLUMN a b CHAR(71);
7960ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
7961ALTER TABLE t CHANGE COLUMN a b CHAR(72);
7962ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
7963ALTER TABLE t CHANGE COLUMN a b CHAR(73);
7964ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
7965ALTER TABLE t CHANGE COLUMN a b CHAR(74);
7966ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
7967ALTER TABLE t CHANGE COLUMN a b CHAR(75);
7968ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
7969ALTER TABLE t CHANGE COLUMN a b CHAR(76);
7970ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
7971ALTER TABLE t CHANGE COLUMN a b CHAR(77);
7972ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
7973ALTER TABLE t CHANGE COLUMN a b CHAR(78);
7974ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
7975ALTER TABLE t CHANGE COLUMN a b CHAR(79);
7976ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
7977ALTER TABLE t CHANGE COLUMN a b CHAR(80);
7978ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
7979ALTER TABLE t CHANGE COLUMN a b CHAR(81);
7980ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
7981ALTER TABLE t CHANGE COLUMN a b CHAR(82);
7982ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
7983ALTER TABLE t CHANGE COLUMN a b CHAR(83);
7984ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
7985ALTER TABLE t CHANGE COLUMN a b CHAR(84);
7986ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
7987ALTER TABLE t CHANGE COLUMN a b CHAR(85);
7988ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
7989ALTER TABLE t CHANGE COLUMN a b CHAR(86);
7990ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
7991ALTER TABLE t CHANGE COLUMN a b CHAR(87);
7992ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
7993ALTER TABLE t CHANGE COLUMN a b CHAR(88);
7994ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
7995ALTER TABLE t CHANGE COLUMN a b CHAR(89);
7996ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
7997ALTER TABLE t CHANGE COLUMN a b CHAR(90);
7998ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
7999ALTER TABLE t CHANGE COLUMN a b CHAR(91);
8000ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
8001ALTER TABLE t CHANGE COLUMN a b CHAR(92);
8002ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
8003ALTER TABLE t CHANGE COLUMN a b CHAR(93);
8004ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
8005ALTER TABLE t CHANGE COLUMN a b CHAR(94);
8006ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
8007ALTER TABLE t CHANGE COLUMN a b CHAR(95);
8008ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
8009ALTER TABLE t CHANGE COLUMN a b CHAR(96);
8010ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
8011ALTER TABLE t CHANGE COLUMN a b CHAR(97);
8012ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
8013ALTER TABLE t CHANGE COLUMN a b CHAR(98);
8014ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
8015ALTER TABLE t CHANGE COLUMN a b CHAR(99);
8016ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
8017ALTER TABLE t CHANGE COLUMN a b CHAR(100);
8018ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
8019ALTER TABLE t CHANGE COLUMN a b CHAR(101);
8020ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
8021ALTER TABLE t CHANGE COLUMN a b CHAR(102);
8022ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
8023ALTER TABLE t CHANGE COLUMN a b CHAR(103);
8024ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
8025ALTER TABLE t CHANGE COLUMN a b CHAR(104);
8026ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
8027ALTER TABLE t CHANGE COLUMN a b CHAR(105);
8028ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
8029ALTER TABLE t CHANGE COLUMN a b CHAR(106);
8030ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
8031ALTER TABLE t CHANGE COLUMN a b CHAR(107);
8032ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
8033ALTER TABLE t CHANGE COLUMN a b CHAR(108);
8034ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
8035ALTER TABLE t CHANGE COLUMN a b CHAR(109);
8036ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
8037ALTER TABLE t CHANGE COLUMN a b CHAR(110);
8038ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
8039ALTER TABLE t CHANGE COLUMN a b CHAR(111);
8040ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
8041ALTER TABLE t CHANGE COLUMN a b CHAR(112);
8042ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
8043ALTER TABLE t CHANGE COLUMN a b CHAR(113);
8044ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
8045ALTER TABLE t CHANGE COLUMN a b CHAR(114);
8046ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
8047ALTER TABLE t CHANGE COLUMN a b CHAR(115);
8048ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
8049ALTER TABLE t CHANGE COLUMN a b CHAR(116);
8050ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
8051ALTER TABLE t CHANGE COLUMN a b CHAR(117);
8052ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
8053ALTER TABLE t CHANGE COLUMN a b CHAR(118);
8054ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
8055ALTER TABLE t CHANGE COLUMN a b CHAR(119);
8056ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
8057ALTER TABLE t CHANGE COLUMN a b CHAR(120);
8058ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
8059ALTER TABLE t CHANGE COLUMN a b CHAR(121);
8060ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
8061ALTER TABLE t CHANGE COLUMN a b CHAR(122);
8062ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
8063ALTER TABLE t CHANGE COLUMN a b CHAR(123);
8064ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
8065ALTER TABLE t CHANGE COLUMN a b CHAR(124);
8066ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
8067ALTER TABLE t CHANGE COLUMN a b CHAR(125);
8068ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
8069ALTER TABLE t CHANGE COLUMN a b CHAR(126);
8070ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
8071ALTER TABLE t CHANGE COLUMN a b CHAR(127);
8072ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
8073ALTER TABLE t CHANGE COLUMN a b CHAR(128);
8074ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
8075ALTER TABLE t CHANGE COLUMN a b CHAR(129);
8076ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
8077ALTER TABLE t CHANGE COLUMN a b CHAR(130);
8078ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
8079ALTER TABLE t CHANGE COLUMN a b CHAR(131);
8080ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
8081ALTER TABLE t CHANGE COLUMN a b CHAR(132);
8082ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
8083ALTER TABLE t CHANGE COLUMN a b CHAR(133);
8084ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
8085ALTER TABLE t CHANGE COLUMN a b CHAR(134);
8086ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
8087ALTER TABLE t CHANGE COLUMN a b CHAR(135);
8088ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
8089ALTER TABLE t CHANGE COLUMN a b CHAR(136);
8090ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
8091ALTER TABLE t CHANGE COLUMN a b CHAR(137);
8092ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
8093ALTER TABLE t CHANGE COLUMN a b CHAR(138);
8094ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
8095ALTER TABLE t CHANGE COLUMN a b CHAR(139);
8096ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
8097ALTER TABLE t CHANGE COLUMN a b CHAR(140);
8098ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
8099ALTER TABLE t CHANGE COLUMN a b CHAR(141);
8100ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
8101ALTER TABLE t CHANGE COLUMN a b CHAR(142);
8102ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
8103ALTER TABLE t CHANGE COLUMN a b CHAR(143);
8104ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
8105ALTER TABLE t CHANGE COLUMN a b CHAR(144);
8106ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
8107ALTER TABLE t CHANGE COLUMN a b CHAR(145);
8108ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
8109ALTER TABLE t CHANGE COLUMN a b CHAR(146);
8110ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
8111ALTER TABLE t CHANGE COLUMN a b CHAR(147);
8112ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
8113ALTER TABLE t CHANGE COLUMN a b CHAR(148);
8114ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
8115ALTER TABLE t CHANGE COLUMN a b CHAR(149);
8116ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
8117ALTER TABLE t CHANGE COLUMN a b CHAR(150);
8118ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
8119ALTER TABLE t CHANGE COLUMN a b CHAR(151);
8120ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
8121ALTER TABLE t CHANGE COLUMN a b CHAR(152);
8122ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
8123ALTER TABLE t CHANGE COLUMN a b CHAR(153);
8124ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
8125ALTER TABLE t CHANGE COLUMN a b CHAR(154);
8126ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
8127ALTER TABLE t CHANGE COLUMN a b CHAR(155);
8128ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
8129ALTER TABLE t CHANGE COLUMN a b CHAR(156);
8130ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
8131ALTER TABLE t CHANGE COLUMN a b CHAR(157);
8132ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
8133ALTER TABLE t CHANGE COLUMN a b CHAR(158);
8134ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
8135ALTER TABLE t CHANGE COLUMN a b CHAR(159);
8136ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
8137ALTER TABLE t CHANGE COLUMN a b CHAR(160);
8138ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
8139ALTER TABLE t CHANGE COLUMN a b CHAR(161);
8140ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
8141ALTER TABLE t CHANGE COLUMN a b CHAR(162);
8142ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
8143ALTER TABLE t CHANGE COLUMN a b CHAR(163);
8144ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
8145ALTER TABLE t CHANGE COLUMN a b CHAR(164);
8146ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
8147ALTER TABLE t CHANGE COLUMN a b CHAR(165);
8148ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
8149ALTER TABLE t CHANGE COLUMN a b CHAR(166);
8150ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
8151ALTER TABLE t CHANGE COLUMN a b CHAR(167);
8152ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
8153ALTER TABLE t CHANGE COLUMN a b CHAR(168);
8154ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
8155ALTER TABLE t CHANGE COLUMN a b CHAR(169);
8156ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
8157ALTER TABLE t CHANGE COLUMN a b CHAR(170);
8158ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
8159ALTER TABLE t CHANGE COLUMN a b CHAR(171);
8160ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
8161ALTER TABLE t CHANGE COLUMN a b CHAR(172);
8162ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
8163ALTER TABLE t CHANGE COLUMN a b CHAR(173);
8164ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
8165ALTER TABLE t CHANGE COLUMN a b CHAR(174);
8166ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
8167ALTER TABLE t CHANGE COLUMN a b CHAR(175);
8168ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
8169ALTER TABLE t CHANGE COLUMN a b CHAR(176);
8170ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
8171ALTER TABLE t CHANGE COLUMN a b CHAR(177);
8172ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
8173ALTER TABLE t CHANGE COLUMN a b CHAR(178);
8174ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
8175ALTER TABLE t CHANGE COLUMN a b CHAR(179);
8176ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
8177ALTER TABLE t CHANGE COLUMN a b CHAR(180);
8178ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
8179ALTER TABLE t CHANGE COLUMN a b CHAR(181);
8180ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
8181ALTER TABLE t CHANGE COLUMN a b CHAR(182);
8182ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
8183ALTER TABLE t CHANGE COLUMN a b CHAR(183);
8184ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
8185ALTER TABLE t CHANGE COLUMN a b CHAR(184);
8186ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
8187ALTER TABLE t CHANGE COLUMN a b CHAR(185);
8188ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
8189ALTER TABLE t CHANGE COLUMN a b CHAR(186);
8190ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
8191ALTER TABLE t CHANGE COLUMN a b CHAR(187);
8192ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
8193ALTER TABLE t CHANGE COLUMN a b CHAR(188);
8194ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
8195ALTER TABLE t CHANGE COLUMN a b CHAR(189);
8196ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
8197ALTER TABLE t CHANGE COLUMN a b CHAR(190);
8198ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
8199ALTER TABLE t CHANGE COLUMN a b CHAR(191);
8200ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
8201ALTER TABLE t CHANGE COLUMN a b CHAR(192);
8202ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
8203ALTER TABLE t CHANGE COLUMN a b CHAR(193);
8204ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
8205ALTER TABLE t CHANGE COLUMN a b CHAR(194);
8206ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
8207ALTER TABLE t CHANGE COLUMN a b CHAR(195);
8208ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
8209ALTER TABLE t CHANGE COLUMN a b CHAR(196);
8210ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
8211ALTER TABLE t CHANGE COLUMN a b CHAR(197);
8212ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
8213ALTER TABLE t CHANGE COLUMN a b CHAR(198);
8214ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
8215ALTER TABLE t CHANGE COLUMN a b CHAR(199);
8216ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
8217ALTER TABLE t CHANGE COLUMN a b CHAR(200);
8218ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
8219ALTER TABLE t CHANGE COLUMN a b CHAR(201);
8220ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
8221ALTER TABLE t CHANGE COLUMN a b CHAR(202);
8222ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
8223ALTER TABLE t CHANGE COLUMN a b CHAR(203);
8224ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
8225ALTER TABLE t CHANGE COLUMN a b CHAR(204);
8226ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
8227ALTER TABLE t CHANGE COLUMN a b CHAR(205);
8228ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
8229ALTER TABLE t CHANGE COLUMN a b CHAR(206);
8230ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
8231ALTER TABLE t CHANGE COLUMN a b CHAR(207);
8232ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
8233ALTER TABLE t CHANGE COLUMN a b CHAR(208);
8234ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
8235ALTER TABLE t CHANGE COLUMN a b CHAR(209);
8236ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
8237ALTER TABLE t CHANGE COLUMN a b CHAR(210);
8238ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
8239ALTER TABLE t CHANGE COLUMN a b CHAR(211);
8240ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
8241ALTER TABLE t CHANGE COLUMN a b CHAR(212);
8242ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
8243ALTER TABLE t CHANGE COLUMN a b CHAR(213);
8244ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
8245ALTER TABLE t CHANGE COLUMN a b CHAR(214);
8246ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
8247ALTER TABLE t CHANGE COLUMN a b CHAR(215);
8248ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
8249ALTER TABLE t CHANGE COLUMN a b CHAR(216);
8250ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
8251ALTER TABLE t CHANGE COLUMN a b CHAR(217);
8252ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
8253ALTER TABLE t CHANGE COLUMN a b CHAR(218);
8254ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
8255ALTER TABLE t CHANGE COLUMN a b CHAR(219);
8256ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
8257ALTER TABLE t CHANGE COLUMN a b CHAR(220);
8258ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
8259ALTER TABLE t CHANGE COLUMN a b CHAR(221);
8260ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
8261ALTER TABLE t CHANGE COLUMN a b CHAR(222);
8262ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
8263ALTER TABLE t CHANGE COLUMN a b CHAR(223);
8264ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
8265ALTER TABLE t CHANGE COLUMN a b CHAR(224);
8266ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
8267ALTER TABLE t CHANGE COLUMN a b CHAR(225);
8268ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
8269ALTER TABLE t CHANGE COLUMN a b CHAR(226);
8270ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
8271ALTER TABLE t CHANGE COLUMN a b CHAR(227);
8272ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
8273ALTER TABLE t CHANGE COLUMN a b CHAR(228);
8274ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
8275ALTER TABLE t CHANGE COLUMN a b CHAR(229);
8276ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
8277ALTER TABLE t CHANGE COLUMN a b CHAR(230);
8278ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
8279ALTER TABLE t CHANGE COLUMN a b CHAR(231);
8280ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
8281ALTER TABLE t CHANGE COLUMN a b CHAR(232);
8282ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
8283ALTER TABLE t CHANGE COLUMN a b CHAR(233);
8284ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
8285ALTER TABLE t CHANGE COLUMN a b CHAR(234);
8286ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
8287ALTER TABLE t CHANGE COLUMN a b CHAR(235);
8288ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
8289ALTER TABLE t CHANGE COLUMN a b CHAR(236);
8290ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
8291ALTER TABLE t CHANGE COLUMN a b CHAR(237);
8292ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
8293ALTER TABLE t CHANGE COLUMN a b CHAR(238);
8294ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
8295ALTER TABLE t CHANGE COLUMN a b CHAR(239);
8296ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
8297ALTER TABLE t CHANGE COLUMN a b CHAR(240);
8298ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
8299ALTER TABLE t CHANGE COLUMN a b CHAR(241);
8300ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
8301ALTER TABLE t CHANGE COLUMN a b CHAR(242);
8302ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
8303ALTER TABLE t CHANGE COLUMN a b CHAR(243);
8304ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
8305ALTER TABLE t CHANGE COLUMN a b CHAR(244);
8306ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
8307ALTER TABLE t CHANGE COLUMN a b CHAR(245);
8308ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
8309ALTER TABLE t CHANGE COLUMN a b CHAR(246);
8310ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
8311ALTER TABLE t CHANGE COLUMN a b CHAR(247);
8312ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
8313ALTER TABLE t CHANGE COLUMN a b CHAR(248);
8314ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
8315ALTER TABLE t CHANGE COLUMN a b CHAR(249);
8316ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
8317ALTER TABLE t CHANGE COLUMN a b CHAR(250);
8318ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
8319ALTER TABLE t CHANGE COLUMN a b CHAR(251);
8320ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
8321ALTER TABLE t CHANGE COLUMN a b CHAR(252);
8322ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
8323ALTER TABLE t CHANGE COLUMN a b CHAR(253);
8324ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
8325CREATE TABLE ti LIKE t;
8326ALTER TABLE ti ENGINE=myisam;
8327INSERT INTO ti SELECT * FROM t;
8328ALTER TABLE ti CHANGE COLUMN a b CHAR(254);
8329ALTER TABLE ti CHANGE COLUMN b a CHAR(254);
8330ALTER TABLE t CHANGE COLUMN a b CHAR(254);
8331ALTER TABLE t CHANGE COLUMN b a CHAR(254);
8332include/diff_tables.inc [test.t, test.ti]
8333DROP TABLE ti;
8334ALTER TABLE t CHANGE COLUMN a b CHAR(255);
8335ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
8336DROP TABLE t;
8337CREATE TABLE t (a CHAR(255));
8338INSERT INTO t VALUES ('hi');
8339INSERT INTO t VALUES ('there');
8340INSERT INTO t VALUES ('people');
8341ALTER TABLE t CHANGE COLUMN a b CHAR(2);
8342ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
8343ALTER TABLE t CHANGE COLUMN a b CHAR(3);
8344ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
8345ALTER TABLE t CHANGE COLUMN a b CHAR(4);
8346ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
8347ALTER TABLE t CHANGE COLUMN a b CHAR(5);
8348ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
8349ALTER TABLE t CHANGE COLUMN a b CHAR(6);
8350ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
8351ALTER TABLE t CHANGE COLUMN a b CHAR(7);
8352ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
8353ALTER TABLE t CHANGE COLUMN a b CHAR(8);
8354ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
8355ALTER TABLE t CHANGE COLUMN a b CHAR(9);
8356ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
8357ALTER TABLE t CHANGE COLUMN a b CHAR(10);
8358ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
8359ALTER TABLE t CHANGE COLUMN a b CHAR(11);
8360ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
8361ALTER TABLE t CHANGE COLUMN a b CHAR(12);
8362ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
8363ALTER TABLE t CHANGE COLUMN a b CHAR(13);
8364ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
8365ALTER TABLE t CHANGE COLUMN a b CHAR(14);
8366ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
8367ALTER TABLE t CHANGE COLUMN a b CHAR(15);
8368ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
8369ALTER TABLE t CHANGE COLUMN a b CHAR(16);
8370ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
8371ALTER TABLE t CHANGE COLUMN a b CHAR(17);
8372ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
8373ALTER TABLE t CHANGE COLUMN a b CHAR(18);
8374ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
8375ALTER TABLE t CHANGE COLUMN a b CHAR(19);
8376ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
8377ALTER TABLE t CHANGE COLUMN a b CHAR(20);
8378ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
8379ALTER TABLE t CHANGE COLUMN a b CHAR(21);
8380ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
8381ALTER TABLE t CHANGE COLUMN a b CHAR(22);
8382ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
8383ALTER TABLE t CHANGE COLUMN a b CHAR(23);
8384ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
8385ALTER TABLE t CHANGE COLUMN a b CHAR(24);
8386ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
8387ALTER TABLE t CHANGE COLUMN a b CHAR(25);
8388ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
8389ALTER TABLE t CHANGE COLUMN a b CHAR(26);
8390ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
8391ALTER TABLE t CHANGE COLUMN a b CHAR(27);
8392ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
8393ALTER TABLE t CHANGE COLUMN a b CHAR(28);
8394ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
8395ALTER TABLE t CHANGE COLUMN a b CHAR(29);
8396ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
8397ALTER TABLE t CHANGE COLUMN a b CHAR(30);
8398ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
8399ALTER TABLE t CHANGE COLUMN a b CHAR(31);
8400ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
8401ALTER TABLE t CHANGE COLUMN a b CHAR(32);
8402ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
8403ALTER TABLE t CHANGE COLUMN a b CHAR(33);
8404ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
8405ALTER TABLE t CHANGE COLUMN a b CHAR(34);
8406ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
8407ALTER TABLE t CHANGE COLUMN a b CHAR(35);
8408ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
8409ALTER TABLE t CHANGE COLUMN a b CHAR(36);
8410ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
8411ALTER TABLE t CHANGE COLUMN a b CHAR(37);
8412ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
8413ALTER TABLE t CHANGE COLUMN a b CHAR(38);
8414ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
8415ALTER TABLE t CHANGE COLUMN a b CHAR(39);
8416ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
8417ALTER TABLE t CHANGE COLUMN a b CHAR(40);
8418ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
8419ALTER TABLE t CHANGE COLUMN a b CHAR(41);
8420ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
8421ALTER TABLE t CHANGE COLUMN a b CHAR(42);
8422ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
8423ALTER TABLE t CHANGE COLUMN a b CHAR(43);
8424ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
8425ALTER TABLE t CHANGE COLUMN a b CHAR(44);
8426ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
8427ALTER TABLE t CHANGE COLUMN a b CHAR(45);
8428ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
8429ALTER TABLE t CHANGE COLUMN a b CHAR(46);
8430ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
8431ALTER TABLE t CHANGE COLUMN a b CHAR(47);
8432ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
8433ALTER TABLE t CHANGE COLUMN a b CHAR(48);
8434ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
8435ALTER TABLE t CHANGE COLUMN a b CHAR(49);
8436ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
8437ALTER TABLE t CHANGE COLUMN a b CHAR(50);
8438ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
8439ALTER TABLE t CHANGE COLUMN a b CHAR(51);
8440ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
8441ALTER TABLE t CHANGE COLUMN a b CHAR(52);
8442ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
8443ALTER TABLE t CHANGE COLUMN a b CHAR(53);
8444ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
8445ALTER TABLE t CHANGE COLUMN a b CHAR(54);
8446ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
8447ALTER TABLE t CHANGE COLUMN a b CHAR(55);
8448ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
8449ALTER TABLE t CHANGE COLUMN a b CHAR(56);
8450ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
8451ALTER TABLE t CHANGE COLUMN a b CHAR(57);
8452ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
8453ALTER TABLE t CHANGE COLUMN a b CHAR(58);
8454ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
8455ALTER TABLE t CHANGE COLUMN a b CHAR(59);
8456ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
8457ALTER TABLE t CHANGE COLUMN a b CHAR(60);
8458ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
8459ALTER TABLE t CHANGE COLUMN a b CHAR(61);
8460ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
8461ALTER TABLE t CHANGE COLUMN a b CHAR(62);
8462ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
8463ALTER TABLE t CHANGE COLUMN a b CHAR(63);
8464ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
8465ALTER TABLE t CHANGE COLUMN a b CHAR(64);
8466ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
8467ALTER TABLE t CHANGE COLUMN a b CHAR(65);
8468ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
8469ALTER TABLE t CHANGE COLUMN a b CHAR(66);
8470ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
8471ALTER TABLE t CHANGE COLUMN a b CHAR(67);
8472ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
8473ALTER TABLE t CHANGE COLUMN a b CHAR(68);
8474ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
8475ALTER TABLE t CHANGE COLUMN a b CHAR(69);
8476ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
8477ALTER TABLE t CHANGE COLUMN a b CHAR(70);
8478ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
8479ALTER TABLE t CHANGE COLUMN a b CHAR(71);
8480ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
8481ALTER TABLE t CHANGE COLUMN a b CHAR(72);
8482ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
8483ALTER TABLE t CHANGE COLUMN a b CHAR(73);
8484ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
8485ALTER TABLE t CHANGE COLUMN a b CHAR(74);
8486ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
8487ALTER TABLE t CHANGE COLUMN a b CHAR(75);
8488ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
8489ALTER TABLE t CHANGE COLUMN a b CHAR(76);
8490ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
8491ALTER TABLE t CHANGE COLUMN a b CHAR(77);
8492ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
8493ALTER TABLE t CHANGE COLUMN a b CHAR(78);
8494ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
8495ALTER TABLE t CHANGE COLUMN a b CHAR(79);
8496ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
8497ALTER TABLE t CHANGE COLUMN a b CHAR(80);
8498ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
8499ALTER TABLE t CHANGE COLUMN a b CHAR(81);
8500ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
8501ALTER TABLE t CHANGE COLUMN a b CHAR(82);
8502ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
8503ALTER TABLE t CHANGE COLUMN a b CHAR(83);
8504ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
8505ALTER TABLE t CHANGE COLUMN a b CHAR(84);
8506ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
8507ALTER TABLE t CHANGE COLUMN a b CHAR(85);
8508ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
8509ALTER TABLE t CHANGE COLUMN a b CHAR(86);
8510ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
8511ALTER TABLE t CHANGE COLUMN a b CHAR(87);
8512ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
8513ALTER TABLE t CHANGE COLUMN a b CHAR(88);
8514ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
8515ALTER TABLE t CHANGE COLUMN a b CHAR(89);
8516ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
8517ALTER TABLE t CHANGE COLUMN a b CHAR(90);
8518ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
8519ALTER TABLE t CHANGE COLUMN a b CHAR(91);
8520ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
8521ALTER TABLE t CHANGE COLUMN a b CHAR(92);
8522ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
8523ALTER TABLE t CHANGE COLUMN a b CHAR(93);
8524ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
8525ALTER TABLE t CHANGE COLUMN a b CHAR(94);
8526ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
8527ALTER TABLE t CHANGE COLUMN a b CHAR(95);
8528ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
8529ALTER TABLE t CHANGE COLUMN a b CHAR(96);
8530ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
8531ALTER TABLE t CHANGE COLUMN a b CHAR(97);
8532ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
8533ALTER TABLE t CHANGE COLUMN a b CHAR(98);
8534ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
8535ALTER TABLE t CHANGE COLUMN a b CHAR(99);
8536ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
8537ALTER TABLE t CHANGE COLUMN a b CHAR(100);
8538ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
8539ALTER TABLE t CHANGE COLUMN a b CHAR(101);
8540ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
8541ALTER TABLE t CHANGE COLUMN a b CHAR(102);
8542ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
8543ALTER TABLE t CHANGE COLUMN a b CHAR(103);
8544ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
8545ALTER TABLE t CHANGE COLUMN a b CHAR(104);
8546ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
8547ALTER TABLE t CHANGE COLUMN a b CHAR(105);
8548ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
8549ALTER TABLE t CHANGE COLUMN a b CHAR(106);
8550ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
8551ALTER TABLE t CHANGE COLUMN a b CHAR(107);
8552ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
8553ALTER TABLE t CHANGE COLUMN a b CHAR(108);
8554ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
8555ALTER TABLE t CHANGE COLUMN a b CHAR(109);
8556ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
8557ALTER TABLE t CHANGE COLUMN a b CHAR(110);
8558ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
8559ALTER TABLE t CHANGE COLUMN a b CHAR(111);
8560ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
8561ALTER TABLE t CHANGE COLUMN a b CHAR(112);
8562ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
8563ALTER TABLE t CHANGE COLUMN a b CHAR(113);
8564ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
8565ALTER TABLE t CHANGE COLUMN a b CHAR(114);
8566ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
8567ALTER TABLE t CHANGE COLUMN a b CHAR(115);
8568ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
8569ALTER TABLE t CHANGE COLUMN a b CHAR(116);
8570ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
8571ALTER TABLE t CHANGE COLUMN a b CHAR(117);
8572ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
8573ALTER TABLE t CHANGE COLUMN a b CHAR(118);
8574ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
8575ALTER TABLE t CHANGE COLUMN a b CHAR(119);
8576ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
8577ALTER TABLE t CHANGE COLUMN a b CHAR(120);
8578ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
8579ALTER TABLE t CHANGE COLUMN a b CHAR(121);
8580ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
8581ALTER TABLE t CHANGE COLUMN a b CHAR(122);
8582ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
8583ALTER TABLE t CHANGE COLUMN a b CHAR(123);
8584ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
8585ALTER TABLE t CHANGE COLUMN a b CHAR(124);
8586ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
8587ALTER TABLE t CHANGE COLUMN a b CHAR(125);
8588ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
8589ALTER TABLE t CHANGE COLUMN a b CHAR(126);
8590ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
8591ALTER TABLE t CHANGE COLUMN a b CHAR(127);
8592ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
8593ALTER TABLE t CHANGE COLUMN a b CHAR(128);
8594ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
8595ALTER TABLE t CHANGE COLUMN a b CHAR(129);
8596ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
8597ALTER TABLE t CHANGE COLUMN a b CHAR(130);
8598ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
8599ALTER TABLE t CHANGE COLUMN a b CHAR(131);
8600ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
8601ALTER TABLE t CHANGE COLUMN a b CHAR(132);
8602ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
8603ALTER TABLE t CHANGE COLUMN a b CHAR(133);
8604ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
8605ALTER TABLE t CHANGE COLUMN a b CHAR(134);
8606ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
8607ALTER TABLE t CHANGE COLUMN a b CHAR(135);
8608ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
8609ALTER TABLE t CHANGE COLUMN a b CHAR(136);
8610ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
8611ALTER TABLE t CHANGE COLUMN a b CHAR(137);
8612ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
8613ALTER TABLE t CHANGE COLUMN a b CHAR(138);
8614ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
8615ALTER TABLE t CHANGE COLUMN a b CHAR(139);
8616ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
8617ALTER TABLE t CHANGE COLUMN a b CHAR(140);
8618ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
8619ALTER TABLE t CHANGE COLUMN a b CHAR(141);
8620ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
8621ALTER TABLE t CHANGE COLUMN a b CHAR(142);
8622ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
8623ALTER TABLE t CHANGE COLUMN a b CHAR(143);
8624ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
8625ALTER TABLE t CHANGE COLUMN a b CHAR(144);
8626ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
8627ALTER TABLE t CHANGE COLUMN a b CHAR(145);
8628ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
8629ALTER TABLE t CHANGE COLUMN a b CHAR(146);
8630ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
8631ALTER TABLE t CHANGE COLUMN a b CHAR(147);
8632ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
8633ALTER TABLE t CHANGE COLUMN a b CHAR(148);
8634ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
8635ALTER TABLE t CHANGE COLUMN a b CHAR(149);
8636ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
8637ALTER TABLE t CHANGE COLUMN a b CHAR(150);
8638ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
8639ALTER TABLE t CHANGE COLUMN a b CHAR(151);
8640ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
8641ALTER TABLE t CHANGE COLUMN a b CHAR(152);
8642ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
8643ALTER TABLE t CHANGE COLUMN a b CHAR(153);
8644ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
8645ALTER TABLE t CHANGE COLUMN a b CHAR(154);
8646ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
8647ALTER TABLE t CHANGE COLUMN a b CHAR(155);
8648ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
8649ALTER TABLE t CHANGE COLUMN a b CHAR(156);
8650ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
8651ALTER TABLE t CHANGE COLUMN a b CHAR(157);
8652ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
8653ALTER TABLE t CHANGE COLUMN a b CHAR(158);
8654ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
8655ALTER TABLE t CHANGE COLUMN a b CHAR(159);
8656ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
8657ALTER TABLE t CHANGE COLUMN a b CHAR(160);
8658ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
8659ALTER TABLE t CHANGE COLUMN a b CHAR(161);
8660ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
8661ALTER TABLE t CHANGE COLUMN a b CHAR(162);
8662ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
8663ALTER TABLE t CHANGE COLUMN a b CHAR(163);
8664ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
8665ALTER TABLE t CHANGE COLUMN a b CHAR(164);
8666ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
8667ALTER TABLE t CHANGE COLUMN a b CHAR(165);
8668ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
8669ALTER TABLE t CHANGE COLUMN a b CHAR(166);
8670ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
8671ALTER TABLE t CHANGE COLUMN a b CHAR(167);
8672ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
8673ALTER TABLE t CHANGE COLUMN a b CHAR(168);
8674ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
8675ALTER TABLE t CHANGE COLUMN a b CHAR(169);
8676ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
8677ALTER TABLE t CHANGE COLUMN a b CHAR(170);
8678ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
8679ALTER TABLE t CHANGE COLUMN a b CHAR(171);
8680ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
8681ALTER TABLE t CHANGE COLUMN a b CHAR(172);
8682ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
8683ALTER TABLE t CHANGE COLUMN a b CHAR(173);
8684ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
8685ALTER TABLE t CHANGE COLUMN a b CHAR(174);
8686ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
8687ALTER TABLE t CHANGE COLUMN a b CHAR(175);
8688ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
8689ALTER TABLE t CHANGE COLUMN a b CHAR(176);
8690ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
8691ALTER TABLE t CHANGE COLUMN a b CHAR(177);
8692ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
8693ALTER TABLE t CHANGE COLUMN a b CHAR(178);
8694ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
8695ALTER TABLE t CHANGE COLUMN a b CHAR(179);
8696ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
8697ALTER TABLE t CHANGE COLUMN a b CHAR(180);
8698ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
8699ALTER TABLE t CHANGE COLUMN a b CHAR(181);
8700ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
8701ALTER TABLE t CHANGE COLUMN a b CHAR(182);
8702ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
8703ALTER TABLE t CHANGE COLUMN a b CHAR(183);
8704ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
8705ALTER TABLE t CHANGE COLUMN a b CHAR(184);
8706ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
8707ALTER TABLE t CHANGE COLUMN a b CHAR(185);
8708ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
8709ALTER TABLE t CHANGE COLUMN a b CHAR(186);
8710ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
8711ALTER TABLE t CHANGE COLUMN a b CHAR(187);
8712ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
8713ALTER TABLE t CHANGE COLUMN a b CHAR(188);
8714ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
8715ALTER TABLE t CHANGE COLUMN a b CHAR(189);
8716ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
8717ALTER TABLE t CHANGE COLUMN a b CHAR(190);
8718ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
8719ALTER TABLE t CHANGE COLUMN a b CHAR(191);
8720ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
8721ALTER TABLE t CHANGE COLUMN a b CHAR(192);
8722ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
8723ALTER TABLE t CHANGE COLUMN a b CHAR(193);
8724ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
8725ALTER TABLE t CHANGE COLUMN a b CHAR(194);
8726ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
8727ALTER TABLE t CHANGE COLUMN a b CHAR(195);
8728ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
8729ALTER TABLE t CHANGE COLUMN a b CHAR(196);
8730ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
8731ALTER TABLE t CHANGE COLUMN a b CHAR(197);
8732ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
8733ALTER TABLE t CHANGE COLUMN a b CHAR(198);
8734ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
8735ALTER TABLE t CHANGE COLUMN a b CHAR(199);
8736ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
8737ALTER TABLE t CHANGE COLUMN a b CHAR(200);
8738ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
8739ALTER TABLE t CHANGE COLUMN a b CHAR(201);
8740ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
8741ALTER TABLE t CHANGE COLUMN a b CHAR(202);
8742ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
8743ALTER TABLE t CHANGE COLUMN a b CHAR(203);
8744ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
8745ALTER TABLE t CHANGE COLUMN a b CHAR(204);
8746ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
8747ALTER TABLE t CHANGE COLUMN a b CHAR(205);
8748ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
8749ALTER TABLE t CHANGE COLUMN a b CHAR(206);
8750ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
8751ALTER TABLE t CHANGE COLUMN a b CHAR(207);
8752ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
8753ALTER TABLE t CHANGE COLUMN a b CHAR(208);
8754ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
8755ALTER TABLE t CHANGE COLUMN a b CHAR(209);
8756ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
8757ALTER TABLE t CHANGE COLUMN a b CHAR(210);
8758ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
8759ALTER TABLE t CHANGE COLUMN a b CHAR(211);
8760ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
8761ALTER TABLE t CHANGE COLUMN a b CHAR(212);
8762ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
8763ALTER TABLE t CHANGE COLUMN a b CHAR(213);
8764ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
8765ALTER TABLE t CHANGE COLUMN a b CHAR(214);
8766ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
8767ALTER TABLE t CHANGE COLUMN a b CHAR(215);
8768ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
8769ALTER TABLE t CHANGE COLUMN a b CHAR(216);
8770ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
8771ALTER TABLE t CHANGE COLUMN a b CHAR(217);
8772ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
8773ALTER TABLE t CHANGE COLUMN a b CHAR(218);
8774ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
8775ALTER TABLE t CHANGE COLUMN a b CHAR(219);
8776ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
8777ALTER TABLE t CHANGE COLUMN a b CHAR(220);
8778ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
8779ALTER TABLE t CHANGE COLUMN a b CHAR(221);
8780ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
8781ALTER TABLE t CHANGE COLUMN a b CHAR(222);
8782ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
8783ALTER TABLE t CHANGE COLUMN a b CHAR(223);
8784ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
8785ALTER TABLE t CHANGE COLUMN a b CHAR(224);
8786ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
8787ALTER TABLE t CHANGE COLUMN a b CHAR(225);
8788ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
8789ALTER TABLE t CHANGE COLUMN a b CHAR(226);
8790ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
8791ALTER TABLE t CHANGE COLUMN a b CHAR(227);
8792ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
8793ALTER TABLE t CHANGE COLUMN a b CHAR(228);
8794ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
8795ALTER TABLE t CHANGE COLUMN a b CHAR(229);
8796ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
8797ALTER TABLE t CHANGE COLUMN a b CHAR(230);
8798ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
8799ALTER TABLE t CHANGE COLUMN a b CHAR(231);
8800ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
8801ALTER TABLE t CHANGE COLUMN a b CHAR(232);
8802ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
8803ALTER TABLE t CHANGE COLUMN a b CHAR(233);
8804ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
8805ALTER TABLE t CHANGE COLUMN a b CHAR(234);
8806ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
8807ALTER TABLE t CHANGE COLUMN a b CHAR(235);
8808ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
8809ALTER TABLE t CHANGE COLUMN a b CHAR(236);
8810ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
8811ALTER TABLE t CHANGE COLUMN a b CHAR(237);
8812ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
8813ALTER TABLE t CHANGE COLUMN a b CHAR(238);
8814ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
8815ALTER TABLE t CHANGE COLUMN a b CHAR(239);
8816ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
8817ALTER TABLE t CHANGE COLUMN a b CHAR(240);
8818ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
8819ALTER TABLE t CHANGE COLUMN a b CHAR(241);
8820ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
8821ALTER TABLE t CHANGE COLUMN a b CHAR(242);
8822ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
8823ALTER TABLE t CHANGE COLUMN a b CHAR(243);
8824ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
8825ALTER TABLE t CHANGE COLUMN a b CHAR(244);
8826ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
8827ALTER TABLE t CHANGE COLUMN a b CHAR(245);
8828ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
8829ALTER TABLE t CHANGE COLUMN a b CHAR(246);
8830ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
8831ALTER TABLE t CHANGE COLUMN a b CHAR(247);
8832ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
8833ALTER TABLE t CHANGE COLUMN a b CHAR(248);
8834ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
8835ALTER TABLE t CHANGE COLUMN a b CHAR(249);
8836ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
8837ALTER TABLE t CHANGE COLUMN a b CHAR(250);
8838ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
8839ALTER TABLE t CHANGE COLUMN a b CHAR(251);
8840ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
8841ALTER TABLE t CHANGE COLUMN a b CHAR(252);
8842ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
8843ALTER TABLE t CHANGE COLUMN a b CHAR(253);
8844ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
8845ALTER TABLE t CHANGE COLUMN a b CHAR(254);
8846ERROR 42000: Table 't' uses an extension that doesn't exist in this XYZ version
8847CREATE TABLE ti LIKE t;
8848ALTER TABLE ti ENGINE=myisam;
8849INSERT INTO ti SELECT * FROM t;
8850ALTER TABLE ti CHANGE COLUMN a b CHAR(255);
8851ALTER TABLE ti CHANGE COLUMN b a CHAR(255);
8852ALTER TABLE t CHANGE COLUMN a b CHAR(255);
8853ALTER TABLE t CHANGE COLUMN b a CHAR(255);
8854include/diff_tables.inc [test.t, test.ti]
8855DROP TABLE ti;
8856DROP TABLE t;
8857