mirror of
https://github.com/percona/percona-toolkit.git
synced 2025-09-20 19:04:59 +00:00
21 lines
775 B
Plaintext
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
|