Files
percona-toolkit/t/pt-duplicate-key-checker/samples/basic_invisible.txt
2025-08-25 16:44:47 +03:00

22 lines
802 B
Plaintext

# ########################################################################
# 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 make this index invisible, execute:
ALTER TABLE `test`.`dupe_key` ALTER INDEX `a` INVISIBLE;
# ########################################################################
# Summary of indexes
# ########################################################################
# Size Duplicate Indexes 0
# Total Duplicate Indexes 1
# Total Indexes 2