mirror of
https://github.com/percona/percona-toolkit.git
synced 2025-09-11 13:40:07 +00:00
14 lines
468 B
Plaintext
14 lines
468 B
Plaintext
# ########################################################################
|
|
# issue_1192.issue_1192
|
|
# ########################################################################
|
|
|
|
# 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 `issue_1192`.`issue_1192` DROP INDEX `a`;
|
|
|