mirror of
https://github.com/percona/percona-toolkit.git
synced 2025-09-28 17:15:44 +00:00
Update the SchemaIterator samples to account for the sentinel table
This commit is contained in:
@@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user