From afd8ccbbd5b454867da3e388aa0815d5a44942de Mon Sep 17 00:00:00 2001 From: Sveta Smirnova Date: Mon, 25 Aug 2025 16:44:47 +0300 Subject: [PATCH] PR-996 - Add invisible option to pt-duplicate-key-checker - Fixed test case --- t/pt-duplicate-key-checker/samples/basic_invisible.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/t/pt-duplicate-key-checker/samples/basic_invisible.txt b/t/pt-duplicate-key-checker/samples/basic_invisible.txt index 11c53676..dc02d054 100644 --- a/t/pt-duplicate-key-checker/samples/basic_invisible.txt +++ b/t/pt-duplicate-key-checker/samples/basic_invisible.txt @@ -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