Files
percona-toolkit/t/pt-duplicate-key-checker/samples/uppercase_names.txt
2011-06-24 16:02:05 -06:00

21 lines
775 B
Plaintext

# ########################################################################
# test.UPPER_TEST
# ########################################################################
# A is a duplicate of PRIMARY
# Key definitions:
# KEY `A` (`A`)
# PRIMARY KEY (`A`),
# Column types:
# `a` int(11) not null default '0'
# To remove this duplicate index, execute:
ALTER TABLE `test`.`UPPER_TEST` DROP INDEX `A`;
# ########################################################################
# Summary of indexes
# ########################################################################
# Size Duplicate Indexes 0
# Total Duplicate Indexes 1
# Total Indexes 2