From 4be6eee8f10f9a195381faf7c47ff4f4ad714425 Mon Sep 17 00:00:00 2001 From: Elena Stepanova Date: Mon, 7 Sep 2015 02:22:35 +0300 Subject: [PATCH] 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 --- mysql-test/r/mysqlbinlog_row_big.result | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mysql-test/r/mysqlbinlog_row_big.result b/mysql-test/r/mysqlbinlog_row_big.result index 0bdbfdcee3a..70e39266d1d 100644 --- a/mysql-test/r/mysqlbinlog_row_big.result +++ b/mysql-test/r/mysqlbinlog_row_big.result @@ -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