summaryrefslogtreecommitdiff
path: root/mysql-test/r/bootstrap.result
diff options
context:
space:
mode:
authorElena Stepanova <elenst@montyprogram.com>2017-02-06 03:13:36 +0200
committerNirbhay Choubey <nirbhay@mariadb.com>2017-02-10 06:30:42 -0500
commitc513c4cbf595ef949d7325988f3c250bcb52ab1b (patch)
tree9918b1d3a233c3e1aa2b341a06ed9ce0cb38e1d1 /mysql-test/r/bootstrap.result
parentc0209f87369538c1f321fede4c35be5473fae309 (diff)
downloadmariadb-git-c513c4cbf595ef949d7325988f3c250bcb52ab1b.tar.gz
MDEV-7635: Additional test fixes
Diffstat (limited to 'mysql-test/r/bootstrap.result')
-rw-r--r--mysql-test/r/bootstrap.result4
1 files changed, 1 insertions, 3 deletions
diff --git a/mysql-test/r/bootstrap.result b/mysql-test/r/bootstrap.result
index a4e42295c36..5cefc281996 100644
--- a/mysql-test/r/bootstrap.result
+++ b/mysql-test/r/bootstrap.result
@@ -3,9 +3,7 @@ drop table t1;
drop table t1;
ERROR 42S02: Unknown table 'test.t1'
set @my_max_allowed_packet= @@max_allowed_packet;
-set global max_allowed_packet=100*@@max_allowed_packet;
-Warnings:
-Warning 1292 Truncated incorrect max_allowed_packet value: '1677721600'
+set global max_allowed_packet=64*@@max_allowed_packet;
set global max_allowed_packet=@my_max_allowed_packet;
drop table t1;
End of 5.1 tests