mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +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:
@ -48,7 +48,7 @@ connection b;
|
|||||||
select * from t1 for update;
|
select * from t1 for update;
|
||||||
|
|
||||||
connection a;
|
connection a;
|
||||||
sleep 2;
|
sleep 3;
|
||||||
commit;
|
commit;
|
||||||
|
|
||||||
connection b;
|
connection b;
|
||||||
|
@ -153,6 +153,11 @@ mySTL/algorithm\.hpp: is used uninitialized in this function
|
|||||||
listener.cc : .*conversion from 'SOCKET' to 'int'.*
|
listener.cc : .*conversion from 'SOCKET' to 'int'.*
|
||||||
net_serv.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
|
# allow a little moving space for the warning below
|
||||||
mi_packrec\.c : .*result of 32-bit shift implicitly converted to 64 bits.* : 560-600
|
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
|
ma_packrec\.c : .*result of 32-bit shift implicitly converted to 64 bits.* : 550-650
|
||||||
|
Reference in New Issue
Block a user