mirror of
https://github.com/percona/percona-toolkit.git
synced 2025-09-14 15:33:49 +00:00
PT-2340 - Support MySQL 8.4
- Adjusted tools and tests which fail due to fixed update-modules command - Adjsted t/pt-table-checksum/basics.t test for 8.0
This commit is contained in:
@@ -47,9 +47,10 @@ ok(
|
||||
no_diff(
|
||||
sub { pt_table_usage::main(@args, qw(-D sakila), "$in/slow003.txt") },
|
||||
"$out/slow003-002.txt",
|
||||
keep_output => 1,
|
||||
),
|
||||
'EXPLAIN EXTENDED slow003.txt'
|
||||
);
|
||||
) or diag(`cat /tmp/percona-toolkit-test-output.txt`);
|
||||
|
||||
$output = output(
|
||||
sub { pt_table_usage::main(@args, qw(-D sakila),
|
||||
|
Reference in New Issue
Block a user