mirror of
https://github.com/percona/percona-toolkit.git
synced 2025-09-11 13:40:07 +00:00
Updated tests for schema iterator
This commit is contained in:
6
t/lib/samples/SchemaIterator/all-dbs-dump001.txt
Normal file
6
t/lib/samples/SchemaIterator/all-dbs-dump001.txt
Normal file
@@ -0,0 +1,6 @@
|
||||
test2.a
|
||||
CREATE TABLE `a` (
|
||||
`c1` smallint(5) unsigned NOT NULL AUTO_INCREMENT,
|
||||
`c2` varchar(45) NOT NULL
|
||||
);
|
||||
|
38
t/lib/samples/SchemaIterator/multiple-files.txt
Normal file
38
t/lib/samples/SchemaIterator/multiple-files.txt
Normal file
@@ -0,0 +1,38 @@
|
||||
test.a
|
||||
CREATE TABLE `a` (
|
||||
`c1` smallint(5) unsigned NOT NULL AUTO_INCREMENT,
|
||||
`c2` varchar(45) NOT NULL
|
||||
);
|
||||
|
||||
test.b
|
||||
CREATE TABLE `b` (
|
||||
`c1` smallint(5) unsigned NOT NULL AUTO_INCREMENT,
|
||||
`c2` varchar(45) NOT NULL,
|
||||
`c3` varchar(45) NOT NULL,
|
||||
);
|
||||
|
||||
test2.a
|
||||
CREATE TABLE `a` (
|
||||
`c1` smallint(5) unsigned NOT NULL AUTO_INCREMENT,
|
||||
`c2` varchar(45) NOT NULL
|
||||
);
|
||||
|
||||
test.a
|
||||
CREATE TABLE `a` (
|
||||
`c1` smallint(5) unsigned NOT NULL AUTO_INCREMENT,
|
||||
`c2` varchar(45) NOT NULL
|
||||
);
|
||||
|
||||
test.b
|
||||
CREATE TABLE `b` (
|
||||
`c1` smallint(5) unsigned NOT NULL AUTO_INCREMENT,
|
||||
`c2` varchar(45) NOT NULL,
|
||||
`c3` varchar(45) NOT NULL,
|
||||
);
|
||||
|
||||
test2.a
|
||||
CREATE TABLE `a` (
|
||||
`c1` smallint(5) unsigned NOT NULL AUTO_INCREMENT,
|
||||
`c2` varchar(45) NOT NULL
|
||||
);
|
||||
|
Reference in New Issue
Block a user