PT-2340 - Support MySQL 8.4

- Updated documentation
This commit is contained in:
Sveta Smirnova
2024-08-30 18:45:28 +03:00
parent 2ca815650e
commit 94bcfd2b69
39 changed files with 565 additions and 1616 deletions

View File

@@ -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,