436
436
--replace_regex /ENGINE=[a-zA-Z]+/ENGINE=DEFAULT/
439
440
create table t1 select _latin1"test" union select _latin1"testt" ;
440
442
create table t1 select _utf8"test" union select _utf8"testt" ;
441
443
create table t1 select "test" union select "testt" ;
442
444
--replace_regex /ENGINE=[a-zA-Z]+/ENGINE=DEFAULT/