mirror of
https://github.com/percona/percona-toolkit.git
synced 2026-04-26 01:02:25 +08:00
Fix call to undefined get() by removing it and simplifying the warning message.
This commit is contained in:
@@ -363,6 +363,12 @@ unlike(
|
||||
"Bug 1188264: no undefined subroutine"
|
||||
);
|
||||
|
||||
like(
|
||||
$output,
|
||||
qr/error 1265/, # Data truncated for column 'c' at row 21
|
||||
"Bug 1188264: warning about expected MySQL error 1265"
|
||||
);
|
||||
|
||||
# #############################################################################
|
||||
# Done.
|
||||
# #############################################################################
|
||||
|
||||
Reference in New Issue
Block a user