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:
@ -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
|
||||||
|
Reference in New Issue
Block a user