1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-29 05:21:33 +03:00

Fixed test case and compiler warnings

mysql-test/suite/innodb_plugin/t/innodb-timeout.test:
  More time for test case
support-files/compiler_warnings.supp:
  Ignore compiler warning
This commit is contained in:
Michael Widenius
2010-08-06 09:36:09 +03:00
parent f0f2103695
commit 17d01cba25
2 changed files with 6 additions and 1 deletions

View File

@ -48,7 +48,7 @@ connection b;
select * from t1 for update;
connection a;
sleep 2;
sleep 3;
commit;
connection b;

View File

@ -153,6 +153,11 @@ mySTL/algorithm\.hpp: is used uninitialized in this function
listener.cc : .*conversion from 'SOCKET' to 'int'.*
net_serv.cc : .*conversion from 'SOCKET' to 'int'.*
#
# Ignorable warnings from header files
#
backward_warning\.h : This file includes at least one
# allow a little moving space for the warning below
mi_packrec\.c : .*result of 32-bit shift implicitly converted to 64 bits.* : 560-600
ma_packrec\.c : .*result of 32-bit shift implicitly converted to 64 bits.* : 550-650