mirror of
https://github.com/percona/percona-toolkit.git
synced 2025-09-11 21:51:21 +00:00
PT-2340 - Support MySQL 8.4
- Updated documentation
This commit is contained in:
@@ -154,7 +154,10 @@ sub get_duplicate_keys {
|
||||
if ( $clustered_key
|
||||
&& $args{clustered}
|
||||
&& $args{tbl_info}->{engine}
|
||||
&& $args{tbl_info}->{engine} =~ m/InnoDB/i )
|
||||
&& ( $args{tbl_info}->{engine} =~ m/InnoDB/i
|
||||
|| $args{tbl_info}->{engine} =~ m/TokuDB/i
|
||||
|| $args{tbl_info}->{engine} =~ m/RocksDB/i )
|
||||
)
|
||||
{
|
||||
PTDEBUG && _d('Removing UNIQUE dupes of clustered key');
|
||||
push @dupes,
|
||||
|
Reference in New Issue
Block a user