mirror of
https://github.com/percona/percona-toolkit.git
synced 2026-04-11 01:01:36 +08:00
PT-2083 - Pt-archiver --charset option is not working for MySQL8.0
- Changed logic, introduced by commit 1d1c13f
- Added test case
This commit is contained in:
@@ -67,7 +67,7 @@ unlike(
|
||||
unlike(
|
||||
$output,
|
||||
qr/Cannot open :encoding(utf8mb4)/,
|
||||
'Destination file can be read if encodin utf8mb4 is used'
|
||||
'Destination file can be read if encoding utf8mb4 is used'
|
||||
) or diag($output);
|
||||
|
||||
# #############################################################################
|
||||
|
||||
Reference in New Issue
Block a user