mirror of
https://github.com/percona/percona-toolkit.git
synced 2025-09-18 01:33:14 +00:00
PR-996 - Add invisible option to pt-duplicate-key-checker
- Fixed test case
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
# ########################################################################
|
||||
# test.dupe_key
|
||||
# test.dupe_key
|
||||
# ########################################################################
|
||||
|
||||
# a is a left-prefix of a_2
|
||||
@@ -9,11 +9,11 @@
|
||||
# Column types:
|
||||
# `a` int(11) default null
|
||||
# `b` int(11) default null
|
||||
# To remove this duplicate index, execute:
|
||||
# To make this index invisible, execute:
|
||||
ALTER TABLE `test`.`dupe_key` ALTER INDEX `a` INVISIBLE;
|
||||
|
||||
# ########################################################################
|
||||
# Summary of indexes
|
||||
# Summary of indexes
|
||||
# ########################################################################
|
||||
|
||||
# Size Duplicate Indexes 0
|
||||
|
Reference in New Issue
Block a user