mirror of
https://github.com/percona/percona-toolkit.git
synced 2025-09-25 21:54:48 +00:00
Ignore the new 5.6 mysql stats tables in SchemaIterator and update that module in all tools and updated affected samples.
This commit is contained in:
@@ -136,18 +136,6 @@ CREATE TABLE `host` (
|
||||
PRIMARY KEY (`Host`,`Db`)
|
||||
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_bin COMMENT='Host privileges; Merged with database privileges';
|
||||
|
||||
mysql.ndb_binlog_index
|
||||
CREATE TABLE `ndb_binlog_index` (
|
||||
`Position` bigint(20) unsigned NOT NULL,
|
||||
`File` varchar(255) NOT NULL,
|
||||
`epoch` bigint(20) unsigned NOT NULL,
|
||||
`inserts` bigint(20) unsigned NOT NULL,
|
||||
`updates` bigint(20) unsigned NOT NULL,
|
||||
`deletes` bigint(20) unsigned NOT NULL,
|
||||
`schemaops` bigint(20) unsigned NOT NULL,
|
||||
PRIMARY KEY (`epoch`)
|
||||
) ENGINE=MyISAM DEFAULT CHARSET=latin1;
|
||||
|
||||
mysql.plugin
|
||||
CREATE TABLE `plugin` (
|
||||
`name` char(64) COLLATE utf8_bin NOT NULL DEFAULT '',
|
||||
|
Reference in New Issue
Block a user