|
|
|
@ -4,6 +4,7 @@ set session tokudb_disable_slow_alter=ON; |
|
|
|
create table foo (a int, b bigint, c date, d tinyint, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; |
|
|
|
create table bar like foo; |
|
|
|
alter table bar engine=MyISAM; |
|
|
|
begin; |
|
|
|
insert into foo values (NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL); |
|
|
|
insert into foo values (NULL,NULL,NULL,NULL,"adsf",NULL,"hjfdshj",NULL); |
|
|
|
insert into foo values (NULL,NULL,NULL,NULL,NULL,"oifds",NULL,"fdsjfds"); |
|
|
|
@ -21,6 +22,7 @@ insert into foo values (2,20,'1999-11-11',0,"adsf",NULL,"hjfdshj",NULL); |
|
|
|
insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); |
|
|
|
insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); |
|
|
|
insert into bar select * from foo; |
|
|
|
commit; |
|
|
|
include/diff_tables.inc [test.foo, test.bar] |
|
|
|
alter table foo drop column a; |
|
|
|
alter table bar drop column a; |
|
|
|
@ -30,6 +32,7 @@ drop table bar; |
|
|
|
create table foo (a int, b bigint, c date, d tinyint, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; |
|
|
|
create table bar like foo; |
|
|
|
alter table bar engine=MyISAM; |
|
|
|
begin; |
|
|
|
insert into foo values (NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL); |
|
|
|
insert into foo values (NULL,NULL,NULL,NULL,"adsf",NULL,"hjfdshj",NULL); |
|
|
|
insert into foo values (NULL,NULL,NULL,NULL,NULL,"oifds",NULL,"fdsjfds"); |
|
|
|
@ -47,6 +50,7 @@ insert into foo values (2,20,'1999-11-11',0,"adsf",NULL,"hjfdshj",NULL); |
|
|
|
insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); |
|
|
|
insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); |
|
|
|
insert into bar select * from foo; |
|
|
|
commit; |
|
|
|
include/diff_tables.inc [test.foo, test.bar] |
|
|
|
alter table foo drop column b; |
|
|
|
alter table bar drop column b; |
|
|
|
@ -56,6 +60,7 @@ drop table bar; |
|
|
|
create table foo (a int, b bigint, c date, d tinyint, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; |
|
|
|
create table bar like foo; |
|
|
|
alter table bar engine=MyISAM; |
|
|
|
begin; |
|
|
|
insert into foo values (NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL); |
|
|
|
insert into foo values (NULL,NULL,NULL,NULL,"adsf",NULL,"hjfdshj",NULL); |
|
|
|
insert into foo values (NULL,NULL,NULL,NULL,NULL,"oifds",NULL,"fdsjfds"); |
|
|
|
@ -73,6 +78,7 @@ insert into foo values (2,20,'1999-11-11',0,"adsf",NULL,"hjfdshj",NULL); |
|
|
|
insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); |
|
|
|
insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); |
|
|
|
insert into bar select * from foo; |
|
|
|
commit; |
|
|
|
include/diff_tables.inc [test.foo, test.bar] |
|
|
|
alter table foo drop column c; |
|
|
|
alter table bar drop column c; |
|
|
|
@ -82,6 +88,7 @@ drop table bar; |
|
|
|
create table foo (a int, b bigint, c date, d tinyint, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; |
|
|
|
create table bar like foo; |
|
|
|
alter table bar engine=MyISAM; |
|
|
|
begin; |
|
|
|
insert into foo values (NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL); |
|
|
|
insert into foo values (NULL,NULL,NULL,NULL,"adsf",NULL,"hjfdshj",NULL); |
|
|
|
insert into foo values (NULL,NULL,NULL,NULL,NULL,"oifds",NULL,"fdsjfds"); |
|
|
|
@ -99,6 +106,7 @@ insert into foo values (2,20,'1999-11-11',0,"adsf",NULL,"hjfdshj",NULL); |
|
|
|
insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); |
|
|
|
insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); |
|
|
|
insert into bar select * from foo; |
|
|
|
commit; |
|
|
|
include/diff_tables.inc [test.foo, test.bar] |
|
|
|
alter table foo drop column d; |
|
|
|
alter table bar drop column d; |
|
|
|
@ -108,6 +116,7 @@ drop table bar; |
|
|
|
create table foo (a int, b bigint, c date, d tinyint, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; |
|
|
|
create table bar like foo; |
|
|
|
alter table bar engine=MyISAM; |
|
|
|
begin; |
|
|
|
insert into foo values (NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL); |
|
|
|
insert into foo values (NULL,NULL,NULL,NULL,"adsf",NULL,"hjfdshj",NULL); |
|
|
|
insert into foo values (NULL,NULL,NULL,NULL,NULL,"oifds",NULL,"fdsjfds"); |
|
|
|
@ -125,6 +134,7 @@ insert into foo values (2,20,'1999-11-11',0,"adsf",NULL,"hjfdshj",NULL); |
|
|
|
insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); |
|
|
|
insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); |
|
|
|
insert into bar select * from foo; |
|
|
|
commit; |
|
|
|
include/diff_tables.inc [test.foo, test.bar] |
|
|
|
alter table foo drop column aaa; |
|
|
|
alter table bar drop column aaa; |
|
|
|
@ -134,6 +144,7 @@ drop table bar; |
|
|
|
create table foo (a int, b bigint, c date, d tinyint, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; |
|
|
|
create table bar like foo; |
|
|
|
alter table bar engine=MyISAM; |
|
|
|
begin; |
|
|
|
insert into foo values (NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL); |
|
|
|
insert into foo values (NULL,NULL,NULL,NULL,"adsf",NULL,"hjfdshj",NULL); |
|
|
|
insert into foo values (NULL,NULL,NULL,NULL,NULL,"oifds",NULL,"fdsjfds"); |
|
|
|
@ -151,6 +162,7 @@ insert into foo values (2,20,'1999-11-11',0,"adsf",NULL,"hjfdshj",NULL); |
|
|
|
insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); |
|
|
|
insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); |
|
|
|
insert into bar select * from foo; |
|
|
|
commit; |
|
|
|
include/diff_tables.inc [test.foo, test.bar] |
|
|
|
alter table foo drop column bbb; |
|
|
|
alter table bar drop column bbb; |
|
|
|
@ -160,6 +172,7 @@ drop table bar; |
|
|
|
create table foo (a int, b bigint, c date, d tinyint, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; |
|
|
|
create table bar like foo; |
|
|
|
alter table bar engine=MyISAM; |
|
|
|
begin; |
|
|
|
insert into foo values (NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL); |
|
|
|
insert into foo values (NULL,NULL,NULL,NULL,"adsf",NULL,"hjfdshj",NULL); |
|
|
|
insert into foo values (NULL,NULL,NULL,NULL,NULL,"oifds",NULL,"fdsjfds"); |
|
|
|
@ -177,6 +190,7 @@ insert into foo values (2,20,'1999-11-11',0,"adsf",NULL,"hjfdshj",NULL); |
|
|
|
insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); |
|
|
|
insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); |
|
|
|
insert into bar select * from foo; |
|
|
|
commit; |
|
|
|
include/diff_tables.inc [test.foo, test.bar] |
|
|
|
alter table foo drop column ccc; |
|
|
|
alter table bar drop column ccc; |
|
|
|
@ -186,6 +200,7 @@ drop table bar; |
|
|
|
create table foo (a int, b bigint, c date, d tinyint, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; |
|
|
|
create table bar like foo; |
|
|
|
alter table bar engine=MyISAM; |
|
|
|
begin; |
|
|
|
insert into foo values (NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL); |
|
|
|
insert into foo values (NULL,NULL,NULL,NULL,"adsf",NULL,"hjfdshj",NULL); |
|
|
|
insert into foo values (NULL,NULL,NULL,NULL,NULL,"oifds",NULL,"fdsjfds"); |
|
|
|
@ -203,6 +218,7 @@ insert into foo values (2,20,'1999-11-11',0,"adsf",NULL,"hjfdshj",NULL); |
|
|
|
insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); |
|
|
|
insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); |
|
|
|
insert into bar select * from foo; |
|
|
|
commit; |
|
|
|
include/diff_tables.inc [test.foo, test.bar] |
|
|
|
alter table foo drop column ddd; |
|
|
|
alter table bar drop column ddd; |
|
|
|
@ -212,6 +228,7 @@ drop table bar; |
|
|
|
create table foo (a int, b bigint, c date, d tinyint, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; |
|
|
|
create table bar like foo; |
|
|
|
alter table bar engine=MyISAM; |
|
|
|
begin; |
|
|
|
insert into foo values (NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL); |
|
|
|
insert into foo values (NULL,NULL,NULL,NULL,"adsf",NULL,"hjfdshj",NULL); |
|
|
|
insert into foo values (NULL,NULL,NULL,NULL,NULL,"oifds",NULL,"fdsjfds"); |
|
|
|
@ -229,6 +246,7 @@ insert into foo values (2,20,'1999-11-11',0,"adsf",NULL,"hjfdshj",NULL); |
|
|
|
insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); |
|
|
|
insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); |
|
|
|
insert into bar select * from foo; |
|
|
|
commit; |
|
|
|
include/diff_tables.inc [test.foo, test.bar] |
|
|
|
alter table foo drop column a, drop column b; |
|
|
|
alter table bar drop column a, drop column b; |
|
|
|
@ -238,6 +256,7 @@ drop table bar; |
|
|
|
create table foo (a int, b bigint, c date, d tinyint, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; |
|
|
|
create table bar like foo; |
|
|
|
alter table bar engine=MyISAM; |
|
|
|
begin; |
|
|
|
insert into foo values (NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL); |
|
|
|
insert into foo values (NULL,NULL,NULL,NULL,"adsf",NULL,"hjfdshj",NULL); |
|
|
|
insert into foo values (NULL,NULL,NULL,NULL,NULL,"oifds",NULL,"fdsjfds"); |
|
|
|
@ -255,6 +274,7 @@ insert into foo values (2,20,'1999-11-11',0,"adsf",NULL,"hjfdshj",NULL); |
|
|
|
insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); |
|
|
|
insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); |
|
|
|
insert into bar select * from foo; |
|
|
|
commit; |
|
|
|
include/diff_tables.inc [test.foo, test.bar] |
|
|
|
alter table foo drop column a, drop column c; |
|
|
|
alter table bar drop column a, drop column c; |
|
|
|
@ -264,6 +284,7 @@ drop table bar; |
|
|
|
create table foo (a int, b bigint, c date, d tinyint, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; |
|
|
|
create table bar like foo; |
|
|
|
alter table bar engine=MyISAM; |
|
|
|
begin; |
|
|
|
insert into foo values (NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL); |
|
|
|
insert into foo values (NULL,NULL,NULL,NULL,"adsf",NULL,"hjfdshj",NULL); |
|
|
|
insert into foo values (NULL,NULL,NULL,NULL,NULL,"oifds",NULL,"fdsjfds"); |
|
|
|
@ -281,6 +302,7 @@ insert into foo values (2,20,'1999-11-11',0,"adsf",NULL,"hjfdshj",NULL); |
|
|
|
insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); |
|
|
|
insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); |
|
|
|
insert into bar select * from foo; |
|
|
|
commit; |
|
|
|
include/diff_tables.inc [test.foo, test.bar] |
|
|
|
alter table foo drop column a, drop column d; |
|
|
|
alter table bar drop column a, drop column d; |
|
|
|
@ -290,6 +312,7 @@ drop table bar; |
|
|
|
create table foo (a int, b bigint, c date, d tinyint, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; |
|
|
|
create table bar like foo; |
|
|
|
alter table bar engine=MyISAM; |
|
|
|
begin; |
|
|
|
insert into foo values (NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL); |
|
|
|
insert into foo values (NULL,NULL,NULL,NULL,"adsf",NULL,"hjfdshj",NULL); |
|
|
|
insert into foo values (NULL,NULL,NULL,NULL,NULL,"oifds",NULL,"fdsjfds"); |
|
|
|
@ -307,6 +330,7 @@ insert into foo values (2,20,'1999-11-11',0,"adsf",NULL,"hjfdshj",NULL); |
|
|
|
insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); |
|
|
|
insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); |
|
|
|
insert into bar select * from foo; |
|
|
|
commit; |
|
|
|
include/diff_tables.inc [test.foo, test.bar] |
|
|
|
alter table foo drop column a, drop column aaa; |
|
|
|
alter table bar drop column a, drop column aaa; |
|
|
|
@ -316,6 +340,7 @@ drop table bar; |
|
|
|
create table foo (a int, b bigint, c date, d tinyint, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; |
|
|
|
create table bar like foo; |
|
|
|
alter table bar engine=MyISAM; |
|
|
|
begin; |
|
|
|
insert into foo values (NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL); |
|
|
|
insert into foo values (NULL,NULL,NULL,NULL,"adsf",NULL,"hjfdshj",NULL); |
|
|
|
insert into foo values (NULL,NULL,NULL,NULL,NULL,"oifds",NULL,"fdsjfds"); |
|
|
|
@ -333,6 +358,7 @@ insert into foo values (2,20,'1999-11-11',0,"adsf",NULL,"hjfdshj",NULL); |
|
|
|
insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); |
|
|
|
insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); |
|
|
|
insert into bar select * from foo; |
|
|
|
commit; |
|
|
|
include/diff_tables.inc [test.foo, test.bar] |
|
|
|
alter table foo drop column a, drop column bbb; |
|
|
|
alter table bar drop column a, drop column bbb; |
|
|
|
@ -342,6 +368,7 @@ drop table bar; |
|
|
|
create table foo (a int, b bigint, c date, d tinyint, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; |
|
|
|
create table bar like foo; |
|
|
|
alter table bar engine=MyISAM; |
|
|
|
begin; |
|
|
|
insert into foo values (NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL); |
|
|
|
insert into foo values (NULL,NULL,NULL,NULL,"adsf",NULL,"hjfdshj",NULL); |
|
|
|
insert into foo values (NULL,NULL,NULL,NULL,NULL,"oifds",NULL,"fdsjfds"); |
|
|
|
@ -359,6 +386,7 @@ insert into foo values (2,20,'1999-11-11',0,"adsf",NULL,"hjfdshj",NULL); |
|
|
|
insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); |
|
|
|
insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); |
|
|
|
insert into bar select * from foo; |
|
|
|
commit; |
|
|
|
include/diff_tables.inc [test.foo, test.bar] |
|
|
|
alter table foo drop column a, drop column ccc; |
|
|
|
alter table bar drop column a, drop column ccc; |
|
|
|
@ -368,6 +396,7 @@ drop table bar; |
|
|
|
create table foo (a int, b bigint, c date, d tinyint, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; |
|
|
|
create table bar like foo; |
|
|
|
alter table bar engine=MyISAM; |
|
|
|
begin; |
|
|
|
insert into foo values (NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL); |
|
|
|
insert into foo values (NULL,NULL,NULL,NULL,"adsf",NULL,"hjfdshj",NULL); |
|
|
|
insert into foo values (NULL,NULL,NULL,NULL,NULL,"oifds",NULL,"fdsjfds"); |
|
|
|
@ -385,6 +414,7 @@ insert into foo values (2,20,'1999-11-11',0,"adsf",NULL,"hjfdshj",NULL); |
|
|
|
insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); |
|
|
|
insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); |
|
|
|
insert into bar select * from foo; |
|
|
|
commit; |
|
|
|
include/diff_tables.inc [test.foo, test.bar] |
|
|
|
alter table foo drop column a, drop column ddd; |
|
|
|
alter table bar drop column a, drop column ddd; |
|
|
|
@ -394,6 +424,7 @@ drop table bar; |
|
|
|
create table foo (a int, b bigint, c date, d tinyint, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; |
|
|
|
create table bar like foo; |
|
|
|
alter table bar engine=MyISAM; |
|
|
|
begin; |
|
|
|
insert into foo values (NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL); |
|
|
|
insert into foo values (NULL,NULL,NULL,NULL,"adsf",NULL,"hjfdshj",NULL); |
|
|
|
insert into foo values (NULL,NULL,NULL,NULL,NULL,"oifds",NULL,"fdsjfds"); |
|
|
|
@ -411,6 +442,7 @@ insert into foo values (2,20,'1999-11-11',0,"adsf",NULL,"hjfdshj",NULL); |
|
|
|
insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); |
|
|
|
insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); |
|
|
|
insert into bar select * from foo; |
|
|
|
commit; |
|
|
|
include/diff_tables.inc [test.foo, test.bar] |
|
|
|
alter table foo drop column b, drop column a; |
|
|
|
alter table bar drop column b, drop column a; |
|
|
|
@ -420,6 +452,7 @@ drop table bar; |
|
|
|
create table foo (a int, b bigint, c date, d tinyint, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; |
|
|
|
create table bar like foo; |
|
|
|
alter table bar engine=MyISAM; |
|
|
|
begin; |
|
|
|
insert into foo values (NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL); |
|
|
|
insert into foo values (NULL,NULL,NULL,NULL,"adsf",NULL,"hjfdshj",NULL); |
|
|
|
insert into foo values (NULL,NULL,NULL,NULL,NULL,"oifds",NULL,"fdsjfds"); |
|
|
|
@ -437,6 +470,7 @@ insert into foo values (2,20,'1999-11-11',0,"adsf",NULL,"hjfdshj",NULL); |
|
|
|
insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); |
|
|
|
insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); |
|
|
|
insert into bar select * from foo; |
|
|
|
commit; |
|
|
|
include/diff_tables.inc [test.foo, test.bar] |
|
|
|
alter table foo drop column b, drop column c; |
|
|
|
alter table bar drop column b, drop column c; |
|
|
|
@ -446,6 +480,7 @@ drop table bar; |
|
|
|
create table foo (a int, b bigint, c date, d tinyint, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; |
|
|
|
create table bar like foo; |
|
|
|
alter table bar engine=MyISAM; |
|
|
|
begin; |
|
|
|
insert into foo values (NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL); |
|
|
|
insert into foo values (NULL,NULL,NULL,NULL,"adsf",NULL,"hjfdshj",NULL); |
|
|
|
insert into foo values (NULL,NULL,NULL,NULL,NULL,"oifds",NULL,"fdsjfds"); |
|
|
|
@ -463,6 +498,7 @@ insert into foo values (2,20,'1999-11-11',0,"adsf",NULL,"hjfdshj",NULL); |
|
|
|
insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); |
|
|
|
insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); |
|
|
|
insert into bar select * from foo; |
|
|
|
commit; |
|
|
|
include/diff_tables.inc [test.foo, test.bar] |
|
|
|
alter table foo drop column b, drop column d; |
|
|
|
alter table bar drop column b, drop column d; |
|
|
|
@ -472,6 +508,7 @@ drop table bar; |
|
|
|
create table foo (a int, b bigint, c date, d tinyint, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; |
|
|
|
create table bar like foo; |
|
|
|
alter table bar engine=MyISAM; |
|
|
|
begin; |
|
|
|
insert into foo values (NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL); |
|
|
|
insert into foo values (NULL,NULL,NULL,NULL,"adsf",NULL,"hjfdshj",NULL); |
|
|
|
insert into foo values (NULL,NULL,NULL,NULL,NULL,"oifds",NULL,"fdsjfds"); |
|
|
|
@ -489,6 +526,7 @@ insert into foo values (2,20,'1999-11-11',0,"adsf",NULL,"hjfdshj",NULL); |
|
|
|
insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); |
|
|
|
insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); |
|
|
|
insert into bar select * from foo; |
|
|
|
commit; |
|
|
|
include/diff_tables.inc [test.foo, test.bar] |
|
|
|
alter table foo drop column b, drop column aaa; |
|
|
|
alter table bar drop column b, drop column aaa; |
|
|
|
@ -498,6 +536,7 @@ drop table bar; |
|
|
|
create table foo (a int, b bigint, c date, d tinyint, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; |
|
|
|
create table bar like foo; |
|
|
|
alter table bar engine=MyISAM; |
|
|
|
begin; |
|
|
|
insert into foo values (NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL); |
|
|
|
insert into foo values (NULL,NULL,NULL,NULL,"adsf",NULL,"hjfdshj",NULL); |
|
|
|
insert into foo values (NULL,NULL,NULL,NULL,NULL,"oifds",NULL,"fdsjfds"); |
|
|
|
@ -515,6 +554,7 @@ insert into foo values (2,20,'1999-11-11',0,"adsf",NULL,"hjfdshj",NULL); |
|
|
|
insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); |
|
|
|
insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); |
|
|
|
insert into bar select * from foo; |
|
|
|
commit; |
|
|
|
include/diff_tables.inc [test.foo, test.bar] |
|
|
|
alter table foo drop column b, drop column bbb; |
|
|
|
alter table bar drop column b, drop column bbb; |
|
|
|
@ -524,6 +564,7 @@ drop table bar; |
|
|
|
create table foo (a int, b bigint, c date, d tinyint, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; |
|
|
|
create table bar like foo; |
|
|
|
alter table bar engine=MyISAM; |
|
|
|
begin; |
|
|
|
insert into foo values (NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL); |
|
|
|
insert into foo values (NULL,NULL,NULL,NULL,"adsf",NULL,"hjfdshj",NULL); |
|
|
|
insert into foo values (NULL,NULL,NULL,NULL,NULL,"oifds",NULL,"fdsjfds"); |
|
|
|
@ -541,6 +582,7 @@ insert into foo values (2,20,'1999-11-11',0,"adsf",NULL,"hjfdshj",NULL); |
|
|
|
insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); |
|
|
|
insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); |
|
|
|
insert into bar select * from foo; |
|
|
|
commit; |
|
|
|
include/diff_tables.inc [test.foo, test.bar] |
|
|
|
alter table foo drop column b, drop column ccc; |
|
|
|
alter table bar drop column b, drop column ccc; |
|
|
|
@ -550,6 +592,7 @@ drop table bar; |
|
|
|
create table foo (a int, b bigint, c date, d tinyint, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; |
|
|
|
create table bar like foo; |
|
|
|
alter table bar engine=MyISAM; |
|
|
|
begin; |
|
|
|
insert into foo values (NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL); |
|
|
|
insert into foo values (NULL,NULL,NULL,NULL,"adsf",NULL,"hjfdshj",NULL); |
|
|
|
insert into foo values (NULL,NULL,NULL,NULL,NULL,"oifds",NULL,"fdsjfds"); |
|
|
|
@ -567,6 +610,7 @@ insert into foo values (2,20,'1999-11-11',0,"adsf",NULL,"hjfdshj",NULL); |
|
|
|
insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); |
|
|
|
insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); |
|
|
|
insert into bar select * from foo; |
|
|
|
commit; |
|
|
|
include/diff_tables.inc [test.foo, test.bar] |
|
|
|
alter table foo drop column b, drop column ddd; |
|
|
|
alter table bar drop column b, drop column ddd; |
|
|
|
@ -576,6 +620,7 @@ drop table bar; |
|
|
|
create table foo (a int, b bigint, c date, d tinyint, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; |
|
|
|
create table bar like foo; |
|
|
|
alter table bar engine=MyISAM; |
|
|
|
begin; |
|
|
|
insert into foo values (NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL); |
|
|
|
insert into foo values (NULL,NULL,NULL,NULL,"adsf",NULL,"hjfdshj",NULL); |
|
|
|
insert into foo values (NULL,NULL,NULL,NULL,NULL,"oifds",NULL,"fdsjfds"); |
|
|
|
@ -593,6 +638,7 @@ insert into foo values (2,20,'1999-11-11',0,"adsf",NULL,"hjfdshj",NULL); |
|
|
|
insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); |
|
|
|
insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); |
|
|
|
insert into bar select * from foo; |
|
|
|
commit; |
|
|
|
include/diff_tables.inc [test.foo, test.bar] |
|
|
|
alter table foo drop column c, drop column a; |
|
|
|
alter table bar drop column c, drop column a; |
|
|
|
@ -602,6 +648,7 @@ drop table bar; |
|
|
|
create table foo (a int, b bigint, c date, d tinyint, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; |
|
|
|
create table bar like foo; |
|
|
|
alter table bar engine=MyISAM; |
|
|
|
begin; |
|
|
|
insert into foo values (NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL); |
|
|
|
insert into foo values (NULL,NULL,NULL,NULL,"adsf",NULL,"hjfdshj",NULL); |
|
|
|
insert into foo values (NULL,NULL,NULL,NULL,NULL,"oifds",NULL,"fdsjfds"); |
|
|
|
@ -619,6 +666,7 @@ insert into foo values (2,20,'1999-11-11',0,"adsf",NULL,"hjfdshj",NULL); |
|
|
|
insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); |
|
|
|
insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); |
|
|
|
insert into bar select * from foo; |
|
|
|
commit; |
|
|
|
include/diff_tables.inc [test.foo, test.bar] |
|
|
|
alter table foo drop column c, drop column b; |
|
|
|
alter table bar drop column c, drop column b; |
|
|
|
@ -628,6 +676,7 @@ drop table bar; |
|
|
|
create table foo (a int, b bigint, c date, d tinyint, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; |
|
|
|
create table bar like foo; |
|
|
|
alter table bar engine=MyISAM; |
|
|
|
begin; |
|
|
|
insert into foo values (NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL); |
|
|
|
insert into foo values (NULL,NULL,NULL,NULL,"adsf",NULL,"hjfdshj",NULL); |
|
|
|
insert into foo values (NULL,NULL,NULL,NULL,NULL,"oifds",NULL,"fdsjfds"); |
|
|
|
@ -645,6 +694,7 @@ insert into foo values (2,20,'1999-11-11',0,"adsf",NULL,"hjfdshj",NULL); |
|
|
|
insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); |
|
|
|
insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); |
|
|
|
insert into bar select * from foo; |
|
|
|
commit; |
|
|
|
include/diff_tables.inc [test.foo, test.bar] |
|
|
|
alter table foo drop column c, drop column d; |
|
|
|
alter table bar drop column c, drop column d; |
|
|
|
@ -654,6 +704,7 @@ drop table bar; |
|
|
|
create table foo (a int, b bigint, c date, d tinyint, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; |
|
|
|
create table bar like foo; |
|
|
|
alter table bar engine=MyISAM; |
|
|
|
begin; |
|
|
|
insert into foo values (NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL); |
|
|
|
insert into foo values (NULL,NULL,NULL,NULL,"adsf",NULL,"hjfdshj",NULL); |
|
|
|
insert into foo values (NULL,NULL,NULL,NULL,NULL,"oifds",NULL,"fdsjfds"); |
|
|
|
@ -671,6 +722,7 @@ insert into foo values (2,20,'1999-11-11',0,"adsf",NULL,"hjfdshj",NULL); |
|
|
|
insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); |
|
|
|
insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); |
|
|
|
insert into bar select * from foo; |
|
|
|
commit; |
|
|
|
include/diff_tables.inc [test.foo, test.bar] |
|
|
|
alter table foo drop column c, drop column aaa; |
|
|
|
alter table bar drop column c, drop column aaa; |
|
|
|
@ -680,6 +732,7 @@ drop table bar; |
|
|
|
create table foo (a int, b bigint, c date, d tinyint, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; |
|
|
|
create table bar like foo; |
|
|
|
alter table bar engine=MyISAM; |
|
|
|
begin; |
|
|
|
insert into foo values (NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL); |
|
|
|
insert into foo values (NULL,NULL,NULL,NULL,"adsf",NULL,"hjfdshj",NULL); |
|
|
|
insert into foo values (NULL,NULL,NULL,NULL,NULL,"oifds",NULL,"fdsjfds"); |
|
|
|
@ -697,6 +750,7 @@ insert into foo values (2,20,'1999-11-11',0,"adsf",NULL,"hjfdshj",NULL); |
|
|
|
insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); |
|
|
|
insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); |
|
|
|
insert into bar select * from foo; |
|
|
|
commit; |
|
|
|
include/diff_tables.inc [test.foo, test.bar] |
|
|
|
alter table foo drop column c, drop column bbb; |
|
|
|
alter table bar drop column c, drop column bbb; |
|
|
|
@ -706,6 +760,7 @@ drop table bar; |
|
|
|
create table foo (a int, b bigint, c date, d tinyint, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; |
|
|
|
create table bar like foo; |
|
|
|
alter table bar engine=MyISAM; |
|
|
|
begin; |
|
|
|
insert into foo values (NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL); |
|
|
|
insert into foo values (NULL,NULL,NULL,NULL,"adsf",NULL,"hjfdshj",NULL); |
|
|
|
insert into foo values (NULL,NULL,NULL,NULL,NULL,"oifds",NULL,"fdsjfds"); |
|
|
|
@ -723,6 +778,7 @@ insert into foo values (2,20,'1999-11-11',0,"adsf",NULL,"hjfdshj",NULL); |
|
|
|
insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); |
|
|
|
insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); |
|
|
|
insert into bar select * from foo; |
|
|
|
commit; |
|
|
|
include/diff_tables.inc [test.foo, test.bar] |
|
|
|
alter table foo drop column c, drop column ccc; |
|
|
|
alter table bar drop column c, drop column ccc; |
|
|
|
@ -732,6 +788,7 @@ drop table bar; |
|
|
|
create table foo (a int, b bigint, c date, d tinyint, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; |
|
|
|
create table bar like foo; |
|
|
|
alter table bar engine=MyISAM; |
|
|
|
begin; |
|
|
|
insert into foo values (NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL); |
|
|
|
insert into foo values (NULL,NULL,NULL,NULL,"adsf",NULL,"hjfdshj",NULL); |
|
|
|
insert into foo values (NULL,NULL,NULL,NULL,NULL,"oifds",NULL,"fdsjfds"); |
|
|
|
@ -749,6 +806,7 @@ insert into foo values (2,20,'1999-11-11',0,"adsf",NULL,"hjfdshj",NULL); |
|
|
|
insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); |
|
|
|
insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); |
|
|
|
insert into bar select * from foo; |
|
|
|
commit; |
|
|
|
include/diff_tables.inc [test.foo, test.bar] |
|
|
|
alter table foo drop column c, drop column ddd; |
|
|
|
alter table bar drop column c, drop column ddd; |
|
|
|
@ -758,6 +816,7 @@ drop table bar; |
|
|
|
create table foo (a int, b bigint, c date, d tinyint, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; |
|
|
|
create table bar like foo; |
|
|
|
alter table bar engine=MyISAM; |
|
|
|
begin; |
|
|
|
insert into foo values (NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL); |
|
|
|
insert into foo values (NULL,NULL,NULL,NULL,"adsf",NULL,"hjfdshj",NULL); |
|
|
|
insert into foo values (NULL,NULL,NULL,NULL,NULL,"oifds",NULL,"fdsjfds"); |
|
|
|
@ -775,6 +834,7 @@ insert into foo values (2,20,'1999-11-11',0,"adsf",NULL,"hjfdshj",NULL); |
|
|
|
insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); |
|
|
|
insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); |
|
|
|
insert into bar select * from foo; |
|
|
|
commit; |
|
|
|
include/diff_tables.inc [test.foo, test.bar] |
|
|
|
alter table foo drop column d, drop column a; |
|
|
|
alter table bar drop column d, drop column a; |
|
|
|
@ -784,6 +844,7 @@ drop table bar; |
|
|
|
create table foo (a int, b bigint, c date, d tinyint, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; |
|
|
|
create table bar like foo; |
|
|
|
alter table bar engine=MyISAM; |
|
|
|
begin; |
|
|
|
insert into foo values (NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL); |
|
|
|
insert into foo values (NULL,NULL,NULL,NULL,"adsf",NULL,"hjfdshj",NULL); |
|
|
|
insert into foo values (NULL,NULL,NULL,NULL,NULL,"oifds",NULL,"fdsjfds"); |
|
|
|
@ -801,6 +862,7 @@ insert into foo values (2,20,'1999-11-11',0,"adsf",NULL,"hjfdshj",NULL); |
|
|
|
insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); |
|
|
|
insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); |
|
|
|
insert into bar select * from foo; |
|
|
|
commit; |
|
|
|
include/diff_tables.inc [test.foo, test.bar] |
|
|
|
alter table foo drop column d, drop column b; |
|
|
|
alter table bar drop column d, drop column b; |
|
|
|
@ -810,6 +872,7 @@ drop table bar; |
|
|
|
create table foo (a int, b bigint, c date, d tinyint, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; |
|
|
|
create table bar like foo; |
|
|
|
alter table bar engine=MyISAM; |
|
|
|
begin; |
|
|
|
insert into foo values (NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL); |
|
|
|
insert into foo values (NULL,NULL,NULL,NULL,"adsf",NULL,"hjfdshj",NULL); |
|
|
|
insert into foo values (NULL,NULL,NULL,NULL,NULL,"oifds",NULL,"fdsjfds"); |
|
|
|
@ -827,6 +890,7 @@ insert into foo values (2,20,'1999-11-11',0,"adsf",NULL,"hjfdshj",NULL); |
|
|
|
insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); |
|
|
|
insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); |
|
|
|
insert into bar select * from foo; |
|
|
|
commit; |
|
|
|
include/diff_tables.inc [test.foo, test.bar] |
|
|
|
alter table foo drop column d, drop column c; |
|
|
|
alter table bar drop column d, drop column c; |
|
|
|
@ -836,6 +900,7 @@ drop table bar; |
|
|
|
create table foo (a int, b bigint, c date, d tinyint, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; |
|
|
|
create table bar like foo; |
|
|
|
alter table bar engine=MyISAM; |
|
|
|
begin; |
|
|
|
insert into foo values (NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL); |
|
|
|
insert into foo values (NULL,NULL,NULL,NULL,"adsf",NULL,"hjfdshj",NULL); |
|
|
|
insert into foo values (NULL,NULL,NULL,NULL,NULL,"oifds",NULL,"fdsjfds"); |
|
|
|
@ -853,6 +918,7 @@ insert into foo values (2,20,'1999-11-11',0,"adsf",NULL,"hjfdshj",NULL); |
|
|
|
insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); |
|
|
|
insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); |
|
|
|
insert into bar select * from foo; |
|
|
|
commit; |
|
|
|
include/diff_tables.inc [test.foo, test.bar] |
|
|
|
alter table foo drop column d, drop column aaa; |
|
|
|
alter table bar drop column d, drop column aaa; |
|
|
|
@ -862,6 +928,7 @@ drop table bar; |
|
|
|
create table foo (a int, b bigint, c date, d tinyint, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; |
|
|
|
create table bar like foo; |
|
|
|
alter table bar engine=MyISAM; |
|
|
|
begin; |
|
|
|
insert into foo values (NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL); |
|
|
|
insert into foo values (NULL,NULL,NULL,NULL,"adsf",NULL,"hjfdshj",NULL); |
|
|
|
insert into foo values (NULL,NULL,NULL,NULL,NULL,"oifds",NULL,"fdsjfds"); |
|
|
|
@ -879,6 +946,7 @@ insert into foo values (2,20,'1999-11-11',0,"adsf",NULL,"hjfdshj",NULL); |
|
|
|
insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); |
|
|
|
insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); |
|
|
|
insert into bar select * from foo; |
|
|
|
commit; |
|
|
|
include/diff_tables.inc [test.foo, test.bar] |
|
|
|
alter table foo drop column d, drop column bbb; |
|
|
|
alter table bar drop column d, drop column bbb; |
|
|
|
@ -888,6 +956,7 @@ drop table bar; |
|
|
|
create table foo (a int, b bigint, c date, d tinyint, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; |
|
|
|
create table bar like foo; |
|
|
|
alter table bar engine=MyISAM; |
|
|
|
begin; |
|
|
|
insert into foo values (NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL); |
|
|
|
insert into foo values (NULL,NULL,NULL,NULL,"adsf",NULL,"hjfdshj",NULL); |
|
|
|
insert into foo values (NULL,NULL,NULL,NULL,NULL,"oifds",NULL,"fdsjfds"); |
|
|
|
@ -905,6 +974,7 @@ insert into foo values (2,20,'1999-11-11',0,"adsf",NULL,"hjfdshj",NULL); |
|
|
|
insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); |
|
|
|
insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); |
|
|
|
insert into bar select * from foo; |
|
|
|
commit; |
|
|
|
include/diff_tables.inc [test.foo, test.bar] |
|
|
|
alter table foo drop column d, drop column ccc; |
|
|
|
alter table bar drop column d, drop column ccc; |
|
|
|
@ -914,6 +984,7 @@ drop table bar; |
|
|
|
create table foo (a int, b bigint, c date, d tinyint, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; |
|
|
|
create table bar like foo; |
|
|
|
alter table bar engine=MyISAM; |
|
|
|
begin; |
|
|
|
insert into foo values (NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL); |
|
|
|
insert into foo values (NULL,NULL,NULL,NULL,"adsf",NULL,"hjfdshj",NULL); |
|
|
|
insert into foo values (NULL,NULL,NULL,NULL,NULL,"oifds",NULL,"fdsjfds"); |
|
|
|
@ -931,6 +1002,7 @@ insert into foo values (2,20,'1999-11-11',0,"adsf",NULL,"hjfdshj",NULL); |
|
|
|
insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); |
|
|
|
insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); |
|
|
|
insert into bar select * from foo; |
|
|
|
commit; |
|
|
|
include/diff_tables.inc [test.foo, test.bar] |
|
|
|
alter table foo drop column d, drop column ddd; |
|
|
|
alter table bar drop column d, drop column ddd; |
|
|
|
@ -940,6 +1012,7 @@ drop table bar; |
|
|
|
create table foo (a int, b bigint, c date, d tinyint, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; |
|
|
|
create table bar like foo; |
|
|
|
alter table bar engine=MyISAM; |
|
|
|
begin; |
|
|
|
insert into foo values (NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL); |
|
|
|
insert into foo values (NULL,NULL,NULL,NULL,"adsf",NULL,"hjfdshj",NULL); |
|
|
|
insert into foo values (NULL,NULL,NULL,NULL,NULL,"oifds",NULL,"fdsjfds"); |
|
|
|
@ -957,6 +1030,7 @@ insert into foo values (2,20,'1999-11-11',0,"adsf",NULL,"hjfdshj",NULL); |
|
|
|
insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); |
|
|
|
insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); |
|
|
|
insert into bar select * from foo; |
|
|
|
commit; |
|
|
|
include/diff_tables.inc [test.foo, test.bar] |
|
|
|
alter table foo drop column aaa, drop column a; |
|
|
|
alter table bar drop column aaa, drop column a; |
|
|
|
@ -966,6 +1040,7 @@ drop table bar; |
|
|
|
create table foo (a int, b bigint, c date, d tinyint, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; |
|
|
|
create table bar like foo; |
|
|
|
alter table bar engine=MyISAM; |
|
|
|
begin; |
|
|
|
insert into foo values (NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL); |
|
|
|
insert into foo values (NULL,NULL,NULL,NULL,"adsf",NULL,"hjfdshj",NULL); |
|
|
|
insert into foo values (NULL,NULL,NULL,NULL,NULL,"oifds",NULL,"fdsjfds"); |
|
|
|
@ -983,6 +1058,7 @@ insert into foo values (2,20,'1999-11-11',0,"adsf",NULL,"hjfdshj",NULL); |
|
|
|
insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); |
|
|
|
insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); |
|
|
|
insert into bar select * from foo; |
|
|
|
commit; |
|
|
|
include/diff_tables.inc [test.foo, test.bar] |
|
|
|
alter table foo drop column aaa, drop column b; |
|
|
|
alter table bar drop column aaa, drop column b; |
|
|
|
@ -992,6 +1068,7 @@ drop table bar; |
|
|
|
create table foo (a int, b bigint, c date, d tinyint, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; |
|
|
|
create table bar like foo; |
|
|
|
alter table bar engine=MyISAM; |
|
|
|
begin; |
|
|
|
insert into foo values (NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL); |
|
|
|
insert into foo values (NULL,NULL,NULL,NULL,"adsf",NULL,"hjfdshj",NULL); |
|
|
|
insert into foo values (NULL,NULL,NULL,NULL,NULL,"oifds",NULL,"fdsjfds"); |
|
|
|
@ -1009,6 +1086,7 @@ insert into foo values (2,20,'1999-11-11',0,"adsf",NULL,"hjfdshj",NULL); |
|
|
|
insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); |
|
|
|
insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); |
|
|
|
insert into bar select * from foo; |
|
|
|
commit; |
|
|
|
include/diff_tables.inc [test.foo, test.bar] |
|
|
|
alter table foo drop column aaa, drop column c; |
|
|
|
alter table bar drop column aaa, drop column c; |
|
|
|
@ -1018,6 +1096,7 @@ drop table bar; |
|
|
|
create table foo (a int, b bigint, c date, d tinyint, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; |
|
|
|
create table bar like foo; |
|
|
|
alter table bar engine=MyISAM; |
|
|
|
begin; |
|
|
|
insert into foo values (NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL); |
|
|
|
insert into foo values (NULL,NULL,NULL,NULL,"adsf",NULL,"hjfdshj",NULL); |
|
|
|
insert into foo values (NULL,NULL,NULL,NULL,NULL,"oifds",NULL,"fdsjfds"); |
|
|
|
@ -1035,6 +1114,7 @@ insert into foo values (2,20,'1999-11-11',0,"adsf",NULL,"hjfdshj",NULL); |
|
|
|
insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); |
|
|
|
insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); |
|
|
|
insert into bar select * from foo; |
|
|
|
commit; |
|
|
|
include/diff_tables.inc [test.foo, test.bar] |
|
|
|
alter table foo drop column aaa, drop column d; |
|
|
|
alter table bar drop column aaa, drop column d; |
|
|
|
@ -1044,6 +1124,7 @@ drop table bar; |
|
|
|
create table foo (a int, b bigint, c date, d tinyint, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; |
|
|
|
create table bar like foo; |
|
|
|
alter table bar engine=MyISAM; |
|
|
|
begin; |
|
|
|
insert into foo values (NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL); |
|
|
|
insert into foo values (NULL,NULL,NULL,NULL,"adsf",NULL,"hjfdshj",NULL); |
|
|
|
insert into foo values (NULL,NULL,NULL,NULL,NULL,"oifds",NULL,"fdsjfds"); |
|
|
|
@ -1061,6 +1142,7 @@ insert into foo values (2,20,'1999-11-11',0,"adsf",NULL,"hjfdshj",NULL); |
|
|
|
insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); |
|
|
|
insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); |
|
|
|
insert into bar select * from foo; |
|
|
|
commit; |
|
|
|
include/diff_tables.inc [test.foo, test.bar] |
|
|
|
alter table foo drop column aaa, drop column bbb; |
|
|
|
alter table bar drop column aaa, drop column bbb; |
|
|
|
@ -1070,6 +1152,7 @@ drop table bar; |
|
|
|
create table foo (a int, b bigint, c date, d tinyint, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; |
|
|
|
create table bar like foo; |
|
|
|
alter table bar engine=MyISAM; |
|
|
|
begin; |
|
|
|
insert into foo values (NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL); |
|
|
|
insert into foo values (NULL,NULL,NULL,NULL,"adsf",NULL,"hjfdshj",NULL); |
|
|
|
insert into foo values (NULL,NULL,NULL,NULL,NULL,"oifds",NULL,"fdsjfds"); |
|
|
|
@ -1087,6 +1170,7 @@ insert into foo values (2,20,'1999-11-11',0,"adsf",NULL,"hjfdshj",NULL); |
|
|
|
insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); |
|
|
|
insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); |
|
|
|
insert into bar select * from foo; |
|
|
|
commit; |
|
|
|
include/diff_tables.inc [test.foo, test.bar] |
|
|
|
alter table foo drop column aaa, drop column ccc; |
|
|
|
alter table bar drop column aaa, drop column ccc; |
|
|
|
@ -1096,6 +1180,7 @@ drop table bar; |
|
|
|
create table foo (a int, b bigint, c date, d tinyint, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; |
|
|
|
create table bar like foo; |
|
|
|
alter table bar engine=MyISAM; |
|
|
|
begin; |
|
|
|
insert into foo values (NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL); |
|
|
|
insert into foo values (NULL,NULL,NULL,NULL,"adsf",NULL,"hjfdshj",NULL); |
|
|
|
insert into foo values (NULL,NULL,NULL,NULL,NULL,"oifds",NULL,"fdsjfds"); |
|
|
|
@ -1113,6 +1198,7 @@ insert into foo values (2,20,'1999-11-11',0,"adsf",NULL,"hjfdshj",NULL); |
|
|
|
insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); |
|
|
|
insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); |
|
|
|
insert into bar select * from foo; |
|
|
|
commit; |
|
|
|
include/diff_tables.inc [test.foo, test.bar] |
|
|
|
alter table foo drop column aaa, drop column ddd; |
|
|
|
alter table bar drop column aaa, drop column ddd; |
|
|
|
@ -1122,6 +1208,7 @@ drop table bar; |
|
|
|
create table foo (a int, b bigint, c date, d tinyint, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; |
|
|
|
create table bar like foo; |
|
|
|
alter table bar engine=MyISAM; |
|
|
|
begin; |
|
|
|
insert into foo values (NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL); |
|
|
|
insert into foo values (NULL,NULL,NULL,NULL,"adsf",NULL,"hjfdshj",NULL); |
|
|
|
insert into foo values (NULL,NULL,NULL,NULL,NULL,"oifds",NULL,"fdsjfds"); |
|
|
|
@ -1139,6 +1226,7 @@ insert into foo values (2,20,'1999-11-11',0,"adsf",NULL,"hjfdshj",NULL); |
|
|
|
insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); |
|
|
|
insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); |
|
|
|
insert into bar select * from foo; |
|
|
|
commit; |
|
|
|
include/diff_tables.inc [test.foo, test.bar] |
|
|
|
alter table foo drop column bbb, drop column a; |
|
|
|
alter table bar drop column bbb, drop column a; |
|
|
|
@ -1148,6 +1236,7 @@ drop table bar; |
|
|
|
create table foo (a int, b bigint, c date, d tinyint, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; |
|
|
|
create table bar like foo; |
|
|
|
alter table bar engine=MyISAM; |
|
|
|
begin; |
|
|
|
insert into foo values (NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL); |
|
|
|
insert into foo values (NULL,NULL,NULL,NULL,"adsf",NULL,"hjfdshj",NULL); |
|
|
|
insert into foo values (NULL,NULL,NULL,NULL,NULL,"oifds",NULL,"fdsjfds"); |
|
|
|
@ -1165,6 +1254,7 @@ insert into foo values (2,20,'1999-11-11',0,"adsf",NULL,"hjfdshj",NULL); |
|
|
|
insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); |
|
|
|
insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); |
|
|
|
insert into bar select * from foo; |
|
|
|
commit; |
|
|
|
include/diff_tables.inc [test.foo, test.bar] |
|
|
|
alter table foo drop column bbb, drop column b; |
|
|
|
alter table bar drop column bbb, drop column b; |
|
|
|
@ -1174,6 +1264,7 @@ drop table bar; |
|
|
|
create table foo (a int, b bigint, c date, d tinyint, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; |
|
|
|
create table bar like foo; |
|
|
|
alter table bar engine=MyISAM; |
|
|
|
begin; |
|
|
|
insert into foo values (NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL); |
|
|
|
insert into foo values (NULL,NULL,NULL,NULL,"adsf",NULL,"hjfdshj",NULL); |
|
|
|
insert into foo values (NULL,NULL,NULL,NULL,NULL,"oifds",NULL,"fdsjfds"); |
|
|
|
@ -1191,6 +1282,7 @@ insert into foo values (2,20,'1999-11-11',0,"adsf",NULL,"hjfdshj",NULL); |
|
|
|
insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); |
|
|
|
insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); |
|
|
|
insert into bar select * from foo; |
|
|
|
commit; |
|
|
|
include/diff_tables.inc [test.foo, test.bar] |
|
|
|
alter table foo drop column bbb, drop column c; |
|
|
|
alter table bar drop column bbb, drop column c; |
|
|
|
@ -1200,6 +1292,7 @@ drop table bar; |
|
|
|
create table foo (a int, b bigint, c date, d tinyint, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; |
|
|
|
create table bar like foo; |
|
|
|
alter table bar engine=MyISAM; |
|
|
|
begin; |
|
|
|
insert into foo values (NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL); |
|
|
|
insert into foo values (NULL,NULL,NULL,NULL,"adsf",NULL,"hjfdshj",NULL); |
|
|
|
insert into foo values (NULL,NULL,NULL,NULL,NULL,"oifds",NULL,"fdsjfds"); |
|
|
|
@ -1217,6 +1310,7 @@ insert into foo values (2,20,'1999-11-11',0,"adsf",NULL,"hjfdshj",NULL); |
|
|
|
insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); |
|
|
|
insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); |
|
|
|
insert into bar select * from foo; |
|
|
|
commit; |
|
|
|
include/diff_tables.inc [test.foo, test.bar] |
|
|
|
alter table foo drop column bbb, drop column d; |
|
|
|
alter table bar drop column bbb, drop column d; |
|
|
|
@ -1226,6 +1320,7 @@ drop table bar; |
|
|
|
create table foo (a int, b bigint, c date, d tinyint, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; |
|
|
|
create table bar like foo; |
|
|
|
alter table bar engine=MyISAM; |
|
|
|
begin; |
|
|
|
insert into foo values (NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL); |
|
|
|
insert into foo values (NULL,NULL,NULL,NULL,"adsf",NULL,"hjfdshj",NULL); |
|
|
|
insert into foo values (NULL,NULL,NULL,NULL,NULL,"oifds",NULL,"fdsjfds"); |
|
|
|
@ -1243,6 +1338,7 @@ insert into foo values (2,20,'1999-11-11',0,"adsf",NULL,"hjfdshj",NULL); |
|
|
|
insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); |
|
|
|
insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); |
|
|
|
insert into bar select * from foo; |
|
|
|
commit; |
|
|
|
include/diff_tables.inc [test.foo, test.bar] |
|
|
|
alter table foo drop column bbb, drop column aaa; |
|
|
|
alter table bar drop column bbb, drop column aaa; |
|
|
|
@ -1252,6 +1348,7 @@ drop table bar; |
|
|
|
create table foo (a int, b bigint, c date, d tinyint, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; |
|
|
|
create table bar like foo; |
|
|
|
alter table bar engine=MyISAM; |
|
|
|
begin; |
|
|
|
insert into foo values (NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL); |
|
|
|
insert into foo values (NULL,NULL,NULL,NULL,"adsf",NULL,"hjfdshj",NULL); |
|
|
|
insert into foo values (NULL,NULL,NULL,NULL,NULL,"oifds",NULL,"fdsjfds"); |
|
|
|
@ -1269,6 +1366,7 @@ insert into foo values (2,20,'1999-11-11',0,"adsf",NULL,"hjfdshj",NULL); |
|
|
|
insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); |
|
|
|
insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); |
|
|
|
insert into bar select * from foo; |
|
|
|
commit; |
|
|
|
include/diff_tables.inc [test.foo, test.bar] |
|
|
|
alter table foo drop column bbb, drop column ccc; |
|
|
|
alter table bar drop column bbb, drop column ccc; |
|
|
|
@ -1278,6 +1376,7 @@ drop table bar; |
|
|
|
create table foo (a int, b bigint, c date, d tinyint, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; |
|
|
|
create table bar like foo; |
|
|
|
alter table bar engine=MyISAM; |
|
|
|
begin; |
|
|
|
insert into foo values (NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL); |
|
|
|
insert into foo values (NULL,NULL,NULL,NULL,"adsf",NULL,"hjfdshj",NULL); |
|
|
|
insert into foo values (NULL,NULL,NULL,NULL,NULL,"oifds",NULL,"fdsjfds"); |
|
|
|
@ -1295,6 +1394,7 @@ insert into foo values (2,20,'1999-11-11',0,"adsf",NULL,"hjfdshj",NULL); |
|
|
|
insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); |
|
|
|
insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); |
|
|
|
insert into bar select * from foo; |
|
|
|
commit; |
|
|
|
include/diff_tables.inc [test.foo, test.bar] |
|
|
|
alter table foo drop column bbb, drop column ddd; |
|
|
|
alter table bar drop column bbb, drop column ddd; |
|
|
|
@ -1304,6 +1404,7 @@ drop table bar; |
|
|
|
create table foo (a int, b bigint, c date, d tinyint, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; |
|
|
|
create table bar like foo; |
|
|
|
alter table bar engine=MyISAM; |
|
|
|
begin; |
|
|
|
insert into foo values (NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL); |
|
|
|
insert into foo values (NULL,NULL,NULL,NULL,"adsf",NULL,"hjfdshj",NULL); |
|
|
|
insert into foo values (NULL,NULL,NULL,NULL,NULL,"oifds",NULL,"fdsjfds"); |
|
|
|
@ -1321,6 +1422,7 @@ insert into foo values (2,20,'1999-11-11',0,"adsf",NULL,"hjfdshj",NULL); |
|
|
|
insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); |
|
|
|
insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); |
|
|
|
insert into bar select * from foo; |
|
|
|
commit; |
|
|
|
include/diff_tables.inc [test.foo, test.bar] |
|
|
|
alter table foo drop column ccc, drop column a; |
|
|
|
alter table bar drop column ccc, drop column a; |
|
|
|
@ -1330,6 +1432,7 @@ drop table bar; |
|
|
|
create table foo (a int, b bigint, c date, d tinyint, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; |
|
|
|
create table bar like foo; |
|
|
|
alter table bar engine=MyISAM; |
|
|
|
begin; |
|
|
|
insert into foo values (NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL); |
|
|
|
insert into foo values (NULL,NULL,NULL,NULL,"adsf",NULL,"hjfdshj",NULL); |
|
|
|
insert into foo values (NULL,NULL,NULL,NULL,NULL,"oifds",NULL,"fdsjfds"); |
|
|
|
@ -1347,6 +1450,7 @@ insert into foo values (2,20,'1999-11-11',0,"adsf",NULL,"hjfdshj",NULL); |
|
|
|
insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); |
|
|
|
insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); |
|
|
|
insert into bar select * from foo; |
|
|
|
commit; |
|
|
|
include/diff_tables.inc [test.foo, test.bar] |
|
|
|
alter table foo drop column ccc, drop column b; |
|
|
|
alter table bar drop column ccc, drop column b; |
|
|
|
@ -1356,6 +1460,7 @@ drop table bar; |
|
|
|
create table foo (a int, b bigint, c date, d tinyint, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; |
|
|
|
create table bar like foo; |
|
|
|
alter table bar engine=MyISAM; |
|
|
|
begin; |
|
|
|
insert into foo values (NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL); |
|
|
|
insert into foo values (NULL,NULL,NULL,NULL,"adsf",NULL,"hjfdshj",NULL); |
|
|
|
insert into foo values (NULL,NULL,NULL,NULL,NULL,"oifds",NULL,"fdsjfds"); |
|
|
|
@ -1373,6 +1478,7 @@ insert into foo values (2,20,'1999-11-11',0,"adsf",NULL,"hjfdshj",NULL); |
|
|
|
insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); |
|
|
|
insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); |
|
|
|
insert into bar select * from foo; |
|
|
|
commit; |
|
|
|
include/diff_tables.inc [test.foo, test.bar] |
|
|
|
alter table foo drop column ccc, drop column c; |
|
|
|
alter table bar drop column ccc, drop column c; |
|
|
|
@ -1382,6 +1488,7 @@ drop table bar; |
|
|
|
create table foo (a int, b bigint, c date, d tinyint, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; |
|
|
|
create table bar like foo; |
|
|
|
alter table bar engine=MyISAM; |
|
|
|
begin; |
|
|
|
insert into foo values (NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL); |
|
|
|
insert into foo values (NULL,NULL,NULL,NULL,"adsf",NULL,"hjfdshj",NULL); |
|
|
|
insert into foo values (NULL,NULL,NULL,NULL,NULL,"oifds",NULL,"fdsjfds"); |
|
|
|
@ -1399,6 +1506,7 @@ insert into foo values (2,20,'1999-11-11',0,"adsf",NULL,"hjfdshj",NULL); |
|
|
|
insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); |
|
|
|
insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); |
|
|
|
insert into bar select * from foo; |
|
|
|
commit; |
|
|
|
include/diff_tables.inc [test.foo, test.bar] |
|
|
|
alter table foo drop column ccc, drop column d; |
|
|
|
alter table bar drop column ccc, drop column d; |
|
|
|
@ -1408,6 +1516,7 @@ drop table bar; |
|
|
|
create table foo (a int, b bigint, c date, d tinyint, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; |
|
|
|
create table bar like foo; |
|
|
|
alter table bar engine=MyISAM; |
|
|
|
begin; |
|
|
|
insert into foo values (NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL); |
|
|
|
insert into foo values (NULL,NULL,NULL,NULL,"adsf",NULL,"hjfdshj",NULL); |
|
|
|
insert into foo values (NULL,NULL,NULL,NULL,NULL,"oifds",NULL,"fdsjfds"); |
|
|
|
@ -1425,6 +1534,7 @@ insert into foo values (2,20,'1999-11-11',0,"adsf",NULL,"hjfdshj",NULL); |
|
|
|
insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); |
|
|
|
insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); |
|
|
|
insert into bar select * from foo; |
|
|
|
commit; |
|
|
|
include/diff_tables.inc [test.foo, test.bar] |
|
|
|
alter table foo drop column ccc, drop column aaa; |
|
|
|
alter table bar drop column ccc, drop column aaa; |
|
|
|
@ -1434,6 +1544,7 @@ drop table bar; |
|
|
|
create table foo (a int, b bigint, c date, d tinyint, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; |
|
|
|
create table bar like foo; |
|
|
|
alter table bar engine=MyISAM; |
|
|
|
begin; |
|
|
|
insert into foo values (NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL); |
|
|
|
insert into foo values (NULL,NULL,NULL,NULL,"adsf",NULL,"hjfdshj",NULL); |
|
|
|
insert into foo values (NULL,NULL,NULL,NULL,NULL,"oifds",NULL,"fdsjfds"); |
|
|
|
@ -1451,6 +1562,7 @@ insert into foo values (2,20,'1999-11-11',0,"adsf",NULL,"hjfdshj",NULL); |
|
|
|
insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); |
|
|
|
insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); |
|
|
|
insert into bar select * from foo; |
|
|
|
commit; |
|
|
|
include/diff_tables.inc [test.foo, test.bar] |
|
|
|
alter table foo drop column ccc, drop column bbb; |
|
|
|
alter table bar drop column ccc, drop column bbb; |
|
|
|
@ -1460,6 +1572,7 @@ drop table bar; |
|
|
|
create table foo (a int, b bigint, c date, d tinyint, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; |
|
|
|
create table bar like foo; |
|
|
|
alter table bar engine=MyISAM; |
|
|
|
begin; |
|
|
|
insert into foo values (NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL); |
|
|
|
insert into foo values (NULL,NULL,NULL,NULL,"adsf",NULL,"hjfdshj",NULL); |
|
|
|
insert into foo values (NULL,NULL,NULL,NULL,NULL,"oifds",NULL,"fdsjfds"); |
|
|
|
@ -1477,6 +1590,7 @@ insert into foo values (2,20,'1999-11-11',0,"adsf",NULL,"hjfdshj",NULL); |
|
|
|
insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); |
|
|
|
insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); |
|
|
|
insert into bar select * from foo; |
|
|
|
commit; |
|
|
|
include/diff_tables.inc [test.foo, test.bar] |
|
|
|
alter table foo drop column ccc, drop column ddd; |
|
|
|
alter table bar drop column ccc, drop column ddd; |
|
|
|
@ -1486,6 +1600,7 @@ drop table bar; |
|
|
|
create table foo (a int, b bigint, c date, d tinyint, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; |
|
|
|
create table bar like foo; |
|
|
|
alter table bar engine=MyISAM; |
|
|
|
begin; |
|
|
|
insert into foo values (NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL); |
|
|
|
insert into foo values (NULL,NULL,NULL,NULL,"adsf",NULL,"hjfdshj",NULL); |
|
|
|
insert into foo values (NULL,NULL,NULL,NULL,NULL,"oifds",NULL,"fdsjfds"); |
|
|
|
@ -1503,6 +1618,7 @@ insert into foo values (2,20,'1999-11-11',0,"adsf",NULL,"hjfdshj",NULL); |
|
|
|
insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); |
|
|
|
insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); |
|
|
|
insert into bar select * from foo; |
|
|
|
commit; |
|
|
|
include/diff_tables.inc [test.foo, test.bar] |
|
|
|
alter table foo drop column ddd, drop column a; |
|
|
|
alter table bar drop column ddd, drop column a; |
|
|
|
@ -1512,6 +1628,7 @@ drop table bar; |
|
|
|
create table foo (a int, b bigint, c date, d tinyint, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; |
|
|
|
create table bar like foo; |
|
|
|
alter table bar engine=MyISAM; |
|
|
|
begin; |
|
|
|
insert into foo values (NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL); |
|
|
|
insert into foo values (NULL,NULL,NULL,NULL,"adsf",NULL,"hjfdshj",NULL); |
|
|
|
insert into foo values (NULL,NULL,NULL,NULL,NULL,"oifds",NULL,"fdsjfds"); |
|
|
|
@ -1529,6 +1646,7 @@ insert into foo values (2,20,'1999-11-11',0,"adsf",NULL,"hjfdshj",NULL); |
|
|
|
insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); |
|
|
|
insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); |
|
|
|
insert into bar select * from foo; |
|
|
|
commit; |
|
|
|
include/diff_tables.inc [test.foo, test.bar] |
|
|
|
alter table foo drop column ddd, drop column b; |
|
|
|
alter table bar drop column ddd, drop column b; |
|
|
|
@ -1538,6 +1656,7 @@ drop table bar; |
|
|
|
create table foo (a int, b bigint, c date, d tinyint, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; |
|
|
|
create table bar like foo; |
|
|
|
alter table bar engine=MyISAM; |
|
|
|
begin; |
|
|
|
insert into foo values (NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL); |
|
|
|
insert into foo values (NULL,NULL,NULL,NULL,"adsf",NULL,"hjfdshj",NULL); |
|
|
|
insert into foo values (NULL,NULL,NULL,NULL,NULL,"oifds",NULL,"fdsjfds"); |
|
|
|
@ -1555,6 +1674,7 @@ insert into foo values (2,20,'1999-11-11',0,"adsf",NULL,"hjfdshj",NULL); |
|
|
|
insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); |
|
|
|
insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); |
|
|
|
insert into bar select * from foo; |
|
|
|
commit; |
|
|
|
include/diff_tables.inc [test.foo, test.bar] |
|
|
|
alter table foo drop column ddd, drop column c; |
|
|
|
alter table bar drop column ddd, drop column c; |
|
|
|
@ -1564,6 +1684,7 @@ drop table bar; |
|
|
|
create table foo (a int, b bigint, c date, d tinyint, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; |
|
|
|
create table bar like foo; |
|
|
|
alter table bar engine=MyISAM; |
|
|
|
begin; |
|
|
|
insert into foo values (NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL); |
|
|
|
insert into foo values (NULL,NULL,NULL,NULL,"adsf",NULL,"hjfdshj",NULL); |
|
|
|
insert into foo values (NULL,NULL,NULL,NULL,NULL,"oifds",NULL,"fdsjfds"); |
|
|
|
@ -1581,6 +1702,7 @@ insert into foo values (2,20,'1999-11-11',0,"adsf",NULL,"hjfdshj",NULL); |
|
|
|
insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); |
|
|
|
insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); |
|
|
|
insert into bar select * from foo; |
|
|
|
commit; |
|
|
|
include/diff_tables.inc [test.foo, test.bar] |
|
|
|
alter table foo drop column ddd, drop column d; |
|
|
|
alter table bar drop column ddd, drop column d; |
|
|
|
@ -1590,6 +1712,7 @@ drop table bar; |
|
|
|
create table foo (a int, b bigint, c date, d tinyint, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; |
|
|
|
create table bar like foo; |
|
|
|
alter table bar engine=MyISAM; |
|
|
|
begin; |
|
|
|
insert into foo values (NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL); |
|
|
|
insert into foo values (NULL,NULL,NULL,NULL,"adsf",NULL,"hjfdshj",NULL); |
|
|
|
insert into foo values (NULL,NULL,NULL,NULL,NULL,"oifds",NULL,"fdsjfds"); |
|
|
|
@ -1607,6 +1730,7 @@ insert into foo values (2,20,'1999-11-11',0,"adsf",NULL,"hjfdshj",NULL); |
|
|
|
insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); |
|
|
|
insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); |
|
|
|
insert into bar select * from foo; |
|
|
|
commit; |
|
|
|
include/diff_tables.inc [test.foo, test.bar] |
|
|
|
alter table foo drop column ddd, drop column aaa; |
|
|
|
alter table bar drop column ddd, drop column aaa; |
|
|
|
@ -1616,6 +1740,7 @@ drop table bar; |
|
|
|
create table foo (a int, b bigint, c date, d tinyint, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; |
|
|
|
create table bar like foo; |
|
|
|
alter table bar engine=MyISAM; |
|
|
|
begin; |
|
|
|
insert into foo values (NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL); |
|
|
|
insert into foo values (NULL,NULL,NULL,NULL,"adsf",NULL,"hjfdshj",NULL); |
|
|
|
insert into foo values (NULL,NULL,NULL,NULL,NULL,"oifds",NULL,"fdsjfds"); |
|
|
|
@ -1633,6 +1758,7 @@ insert into foo values (2,20,'1999-11-11',0,"adsf",NULL,"hjfdshj",NULL); |
|
|
|
insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); |
|
|
|
insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); |
|
|
|
insert into bar select * from foo; |
|
|
|
commit; |
|
|
|
include/diff_tables.inc [test.foo, test.bar] |
|
|
|
alter table foo drop column ddd, drop column bbb; |
|
|
|
alter table bar drop column ddd, drop column bbb; |
|
|
|
@ -1642,6 +1768,7 @@ drop table bar; |
|
|
|
create table foo (a int, b bigint, c date, d tinyint, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; |
|
|
|
create table bar like foo; |
|
|
|
alter table bar engine=MyISAM; |
|
|
|
begin; |
|
|
|
insert into foo values (NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL); |
|
|
|
insert into foo values (NULL,NULL,NULL,NULL,"adsf",NULL,"hjfdshj",NULL); |
|
|
|
insert into foo values (NULL,NULL,NULL,NULL,NULL,"oifds",NULL,"fdsjfds"); |
|
|
|
@ -1659,6 +1786,7 @@ insert into foo values (2,20,'1999-11-11',0,"adsf",NULL,"hjfdshj",NULL); |
|
|
|
insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); |
|
|
|
insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); |
|
|
|
insert into bar select * from foo; |
|
|
|
commit; |
|
|
|
include/diff_tables.inc [test.foo, test.bar] |
|
|
|
alter table foo drop column ddd, drop column ccc; |
|
|
|
alter table bar drop column ddd, drop column ccc; |
|
|
|
@ -1668,6 +1796,7 @@ drop table bar; |
|
|
|
create table foo (a int, b bigint, c date, d tinyint, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; |
|
|
|
create table bar like foo; |
|
|
|
alter table bar engine=MyISAM; |
|
|
|
begin; |
|
|
|
insert into foo values (NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL); |
|
|
|
insert into foo values (NULL,NULL,NULL,NULL,"adsf",NULL,"hjfdshj",NULL); |
|
|
|
insert into foo values (NULL,NULL,NULL,NULL,NULL,"oifds",NULL,"fdsjfds"); |
|
|
|
@ -1685,6 +1814,7 @@ insert into foo values (2,20,'1999-11-11',0,"adsf",NULL,"hjfdshj",NULL); |
|
|
|
insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); |
|
|
|
insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); |
|
|
|
insert into bar select * from foo; |
|
|
|
commit; |
|
|
|
include/diff_tables.inc [test.foo, test.bar] |
|
|
|
alter table foo drop column a, drop column b, drop column c; |
|
|
|
alter table bar drop column a, drop column b, drop column c; |
|
|
|
@ -1694,6 +1824,7 @@ drop table bar; |
|
|
|
create table foo (a int, b bigint, c date, d tinyint, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; |
|
|
|
create table bar like foo; |
|
|
|
alter table bar engine=MyISAM; |
|
|
|
begin; |
|
|
|
insert into foo values (NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL); |
|
|
|
insert into foo values (NULL,NULL,NULL,NULL,"adsf",NULL,"hjfdshj",NULL); |
|
|
|
insert into foo values (NULL,NULL,NULL,NULL,NULL,"oifds",NULL,"fdsjfds"); |
|
|
|
@ -1711,6 +1842,7 @@ insert into foo values (2,20,'1999-11-11',0,"adsf",NULL,"hjfdshj",NULL); |
|
|
|
insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); |
|
|
|
insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); |
|
|
|
insert into bar select * from foo; |
|
|
|
commit; |
|
|
|
include/diff_tables.inc [test.foo, test.bar] |
|
|
|
alter table foo drop column a, drop column b, drop column d; |
|
|
|
alter table bar drop column a, drop column b, drop column d; |
|
|
|
@ -1720,6 +1852,7 @@ drop table bar; |
|
|
|
create table foo (a int, b bigint, c date, d tinyint, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; |
|
|
|
create table bar like foo; |
|
|
|
alter table bar engine=MyISAM; |
|
|
|
begin; |
|
|
|
insert into foo values (NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL); |
|
|
|
insert into foo values (NULL,NULL,NULL,NULL,"adsf",NULL,"hjfdshj",NULL); |
|
|
|
insert into foo values (NULL,NULL,NULL,NULL,NULL,"oifds",NULL,"fdsjfds"); |
|
|
|
@ -1737,6 +1870,7 @@ insert into foo values (2,20,'1999-11-11',0,"adsf",NULL,"hjfdshj",NULL); |
|
|
|
insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); |
|
|
|
insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); |
|
|
|
insert into bar select * from foo; |
|
|
|
commit; |
|
|
|
include/diff_tables.inc [test.foo, test.bar] |
|
|
|
alter table foo drop column a, drop column c, drop column d; |
|
|
|
alter table bar drop column a, drop column c, drop column d; |
|
|
|
@ -1746,6 +1880,7 @@ drop table bar; |
|
|
|
create table foo (a int, b bigint, c date, d tinyint, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; |
|
|
|
create table bar like foo; |
|
|
|
alter table bar engine=MyISAM; |
|
|
|
begin; |
|
|
|
insert into foo values (NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL); |
|
|
|
insert into foo values (NULL,NULL,NULL,NULL,"adsf",NULL,"hjfdshj",NULL); |
|
|
|
insert into foo values (NULL,NULL,NULL,NULL,NULL,"oifds",NULL,"fdsjfds"); |
|
|
|
@ -1763,6 +1898,7 @@ insert into foo values (2,20,'1999-11-11',0,"adsf",NULL,"hjfdshj",NULL); |
|
|
|
insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); |
|
|
|
insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); |
|
|
|
insert into bar select * from foo; |
|
|
|
commit; |
|
|
|
include/diff_tables.inc [test.foo, test.bar] |
|
|
|
alter table foo drop column b, drop column c, drop column d; |
|
|
|
alter table bar drop column b, drop column c, drop column d; |
|
|
|
@ -1772,6 +1908,7 @@ drop table bar; |
|
|
|
create table foo (a int, b bigint, c date, d tinyint, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; |
|
|
|
create table bar like foo; |
|
|
|
alter table bar engine=MyISAM; |
|
|
|
begin; |
|
|
|
insert into foo values (NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL); |
|
|
|
insert into foo values (NULL,NULL,NULL,NULL,"adsf",NULL,"hjfdshj",NULL); |
|
|
|
insert into foo values (NULL,NULL,NULL,NULL,NULL,"oifds",NULL,"fdsjfds"); |
|
|
|
@ -1789,6 +1926,7 @@ insert into foo values (2,20,'1999-11-11',0,"adsf",NULL,"hjfdshj",NULL); |
|
|
|
insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); |
|
|
|
insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); |
|
|
|
insert into bar select * from foo; |
|
|
|
commit; |
|
|
|
include/diff_tables.inc [test.foo, test.bar] |
|
|
|
alter table foo drop column a, drop column b, drop column c, drop column d; |
|
|
|
alter table bar drop column a, drop column b, drop column c, drop column d; |
|
|
|
@ -1798,6 +1936,7 @@ drop table bar; |
|
|
|
create table foo (a int, b bigint, c date, d tinyint, aaa varchar(12), bbb varbinary(20), ccc varchar(50), ddd varchar(3000)) engine=TokuDB; |
|
|
|
create table bar like foo; |
|
|
|
alter table bar engine=MyISAM; |
|
|
|
begin; |
|
|
|
insert into foo values (NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL); |
|
|
|
insert into foo values (NULL,NULL,NULL,NULL,"adsf",NULL,"hjfdshj",NULL); |
|
|
|
insert into foo values (NULL,NULL,NULL,NULL,NULL,"oifds",NULL,"fdsjfds"); |
|
|
|
@ -1815,6 +1954,7 @@ insert into foo values (2,20,'1999-11-11',0,"adsf",NULL,"hjfdshj",NULL); |
|
|
|
insert into foo values (2,20,'1999-11-11',0,NULL,"oifds",NULL,"fdsjfds"); |
|
|
|
insert into foo values (2,20,'1999-11-11',0,"rewoiu","fds","fr","oiufdsrew"); |
|
|
|
insert into bar select * from foo; |
|
|
|
commit; |
|
|
|
include/diff_tables.inc [test.foo, test.bar] |
|
|
|
alter table foo drop column aaa, drop column bbb, drop column ccc, drop column ddd; |
|
|
|
alter table bar drop column aaa, drop column bbb, drop column ccc, drop column ddd; |
|
|
|
|