1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-29 05:21:33 +03:00

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
This commit is contained in:
Elena Stepanova
2015-09-07 02:22:35 +03:00
parent e6162888b8
commit 4be6eee8f1

View File

@ -97,6 +97,6 @@ FLUSH LOGS;
# Cleanup.
#
# reset variable value to pass testcase checks
SET @@global.max_allowed_packet = 1048576;
SET @@global.max_allowed_packet = 4194304;
DROP TABLE t1;
remove_file $MYSQLTEST_VARDIR/tmp/mysqlbinlog_big_1.out