mirror of
https://github.com/MariaDB/server.git
synced 2026-01-06 05:22:24 +03:00
This patch removes the remaining TYPE= code from MySQL. It cleans up a number of tests where it was being called still (and failing). Also I cleaned up all of the extra scripts so that they now work.
This commit is contained in:
@@ -197,7 +197,7 @@ connection con3;
|
||||
delete from t1;
|
||||
delete from t2;
|
||||
--disable_warnings
|
||||
alter table t2 type=MyISAM;
|
||||
alter table t2 engine=MyISAM;
|
||||
--enable_warnings
|
||||
insert into t1 values (1);
|
||||
begin;
|
||||
|
||||
Reference in New Issue
Block a user