Commit 4be6eee8 authored by Elena Stepanova's avatar Elena Stepanova

MDEV-8760 main.mysqlbinlog_row_big fails due to new default for max_allowed_packet

Follow-up for MDEV-6066: new default value, the result file needs to be updated
parent e6162888
...@@ -97,6 +97,6 @@ FLUSH LOGS; ...@@ -97,6 +97,6 @@ FLUSH LOGS;
# Cleanup. # Cleanup.
# #
# reset variable value to pass testcase checks # reset variable value to pass testcase checks
SET @@global.max_allowed_packet = 1048576; SET @@global.max_allowed_packet = 4194304;
DROP TABLE t1; DROP TABLE t1;
remove_file $MYSQLTEST_VARDIR/tmp/mysqlbinlog_big_1.out remove_file $MYSQLTEST_VARDIR/tmp/mysqlbinlog_big_1.out
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment