mirror of
https://github.com/percona/percona-toolkit.git
synced 2025-09-24 21:35:00 +00:00
Remove 'type=innodb' syntax (illegal in MySQL 5.5)
This commit is contained in:
@@ -7,7 +7,7 @@ create table table_1(
|
||||
c int not null,
|
||||
d varchar(50),
|
||||
key(b)
|
||||
) type=innodb;
|
||||
) engine=innodb;
|
||||
|
||||
insert into table_1 values
|
||||
(1, 2, 3, 4),
|
||||
|
Reference in New Issue
Block a user