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;