Skip to content

Commit 4be6eee

Browse files
committed
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
1 parent e616288 commit 4be6eee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mysql-test/r/mysqlbinlog_row_big.result

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,6 @@ FLUSH LOGS;
9797
# Cleanup.
9898
#
9999
# reset variable value to pass testcase checks
100-
SET @@global.max_allowed_packet = 1048576;
100+
SET @@global.max_allowed_packet = 4194304;
101101
DROP TABLE t1;
102102
remove_file $MYSQLTEST_VARDIR/tmp/mysqlbinlog_big_1.out

0 commit comments

Comments
 (0)