summaryrefslogtreecommitdiff
path: root/mysql-test
diff options
context:
space:
mode:
authorElena Stepanova <elenst@montyprogram.com>2015-09-07 02:22:35 +0300
committerElena Stepanova <elenst@montyprogram.com>2015-09-07 02:22:35 +0300
commit4be6eee8f10f9a195381faf7c47ff4f4ad714425 (patch)
treefe25d4a5be7c83c9a4130920ef6bcaeb42a1ca58 /mysql-test
parente6162888b8e73e86b613a01947e1d6915622a2b9 (diff)
downloadmariadb-git-4be6eee8f10f9a195381faf7c47ff4f4ad714425.tar.gz
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
Diffstat (limited to 'mysql-test')
-rw-r--r--mysql-test/r/mysqlbinlog_row_big.result2
1 files changed, 1 insertions, 1 deletions
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