1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

MDEV-7635: Additional test fixes

This commit is contained in:
Elena Stepanova
2017-02-06 03:13:36 +02:00
committed by Nirbhay Choubey
parent c0209f8736
commit c513c4cbf5
22 changed files with 254 additions and 203 deletions

View File

@ -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