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:
@ -48,7 +48,7 @@ connection b;
|
||||
select * from t1 for update;
|
||||
|
||||
connection a;
|
||||
sleep 2;
|
||||
sleep 3;
|
||||
commit;
|
||||
|
||||
connection b;
|
||||
|
Reference in New Issue
Block a user