Updated tests for schema iterator

This commit is contained in:
Carlos Salguero
2017-01-16 23:42:11 -03:00
parent 14f42bf988
commit 410e75a623
9 changed files with 83 additions and 14 deletions

View File

@@ -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);