Update the SchemaIterator samples to account for the sentinel table

This commit is contained in:
Brian Fraser fraserb@gmail.com
2012-06-06 21:13:13 -03:00
parent 81dd96bf02
commit e454e37532
3 changed files with 26 additions and 12 deletions

View File

@@ -246,7 +246,7 @@ CREATE TABLE `checksums` (
percona_test.sentinel
CREATE TABLE `sentinel` (
`id` int(11) NOT NULL,
`a` int(10) unsigned default NULL,
`ping` varchar(64) NOT NULL default '',
PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1