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

mysqltest improvements, updates after merge + test for 5.0

This commit is contained in:
msvensson@neptunus.(none)
2005-09-01 17:01:23 +02:00
parent 61be2a143d
commit 4b47ebcfc9
8 changed files with 20 additions and 22 deletions

View File

@ -47,7 +47,7 @@ select get_lock("a", 10);
connection con2;
let $ID= `select connection_id()`;
send select get_lock("a", 10);
--real_sleep 2;
real_sleep 2;
connection con1;
disable_query_log;
eval kill query $ID;