mirror of
https://github.com/percona/percona-toolkit.git
synced 2025-09-14 15:33:49 +00:00
Updated tests for schema iterator
This commit is contained in:
@@ -8,7 +8,7 @@ use test;
|
||||
create table aaa (
|
||||
`STOP_ARCHIVE` int(11) NOT NULL default '1',
|
||||
UNIQUE KEY `STOP_ARCHIVE` (`STOP_ARCHIVE`)
|
||||
) ENGINE=MyISAM;
|
||||
);
|
||||
|
||||
insert into aaa values (1),(2),(3),(4),(5),(6),(7),(8),(9),(10);
|
||||
|
||||
|
Reference in New Issue
Block a user