Code review comment for lp:~percona-toolkit-dev/percona-toolkit/pt-duplicate-key-checker-skips-report-when-verbose-on-1402730

Revision history for this message
David Bennett (dbpercona) wrote :

Previous comment (630899) appears to be an intermittent failure:

---

$ bin/pt-duplicate-key-checker -d test -t ai6
# ########################################################################
# test.ai6
# ########################################################################

# Uniqueness of c3_full ignored because c3_part is a duplicate constraint
# c3_full is a left-prefix of c3_part
# Key definitions:
# UNIQUE KEY `c3_full` (`c3`),
# UNIQUE KEY `c3_part` (`c3`(5))
# Column types:
# `c3` varchar(64) default null
# To remove this duplicate index, execute:
ALTER TABLE `test`.`ai6` DROP INDEX `c3_full`;

# ########################################################################
# Summary of indexes
# ########################################################################

# Size Duplicate Indexes 67
# Total Duplicate Indexes 1
# Total Indexes 3
$ bin/pt-duplicate-key-checker -d test -t ai6
# ########################################################################
# Summary of indexes
# ########################################################################

# Total Indexes 3
$ bin/pt-duplicate-key-checker -d test -t ai6
# ########################################################################
# Summary of indexes
# ########################################################################

# Total Indexes 3
$ bin/pt-duplicate-key-checker -d test -t ai6
# ########################################################################
# test.ai6
# ########################################################################

# Uniqueness of c3_full ignored because c3_part is a duplicate constraint
# c3_full is a left-prefix of c3_part
# Key definitions:
# UNIQUE KEY `c3_full` (`c3`),
# UNIQUE KEY `c3_part` (`c3`(5))
# Column types:
# `c3` varchar(64) default null
# To remove this duplicate index, execute:
ALTER TABLE `test`.`ai6` DROP INDEX `c3_full`;

# ########################################################################
# Summary of indexes
# ########################################################################

# Size Duplicate Indexes 67
# Total Duplicate Indexes 1
# Total Indexes 3

review: Needs Fixing

« Back to merge proposal