diff options
author | Elena Stepanova <elenst@montyprogram.com> | 2015-09-07 02:22:35 +0300 |
---|---|---|
committer | Elena Stepanova <elenst@montyprogram.com> | 2015-09-07 02:22:35 +0300 |
commit | 4be6eee8f10f9a195381faf7c47ff4f4ad714425 (patch) | |
tree | fe25d4a5be7c83c9a4130920ef6bcaeb42a1ca58 /mysql-test | |
parent | e6162888b8e73e86b613a01947e1d6915622a2b9 (diff) | |
download | mariadb-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.result | 2 |
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 |