mirror of
https://github.com/percona/percona-toolkit.git
synced 2025-09-26 23:45:44 +00:00
Add forked Maatkit tools in bin/ and their tests in t/.
This commit is contained in:
14
t/pt-duplicate-key-checker/samples/nosummary_output.txt
Normal file
14
t/pt-duplicate-key-checker/samples/nosummary_output.txt
Normal file
@@ -0,0 +1,14 @@
|
||||
# ########################################################################
|
||||
# test.dupe_key
|
||||
# ########################################################################
|
||||
|
||||
# a is a left-prefix of a_2
|
||||
# Key definitions:
|
||||
# KEY `a` (`a`),
|
||||
# KEY `a_2` (`a`,`b`)
|
||||
# Column types:
|
||||
# `a` int(11) default null
|
||||
# `b` int(11) default null
|
||||
# To remove this duplicate index, execute:
|
||||
ALTER TABLE `test`.`dupe_key` DROP INDEX `a`;
|
||||
|
Reference in New Issue
Block a user