mirror of
https://github.com/MariaDB/server.git
synced 2026-04-30 12:15:32 +02:00
mysqltest improvements, updates after merge + test for 5.0
client/mysqltest.c: Fixes after merge mysql-test/r/type_newdecimal.result: Update results after correction of testcase mysql-test/t/flush_read_lock_kill.test: Found extra delimiter mysql-test/t/kill.test: Found extra delimiter mysql-test/t/rpl_loaddata.test: Found extra delimiter mysql-test/t/rpl_sp.test: Found extra delimiter mysql-test/t/strict.test: Convert "!$1292" to "--error 1292" mysql-test/t/type_newdecimal.test: Missing ;
This commit is contained in:
parent
7bc1d89203
commit
e2965fb262
8 changed files with 20 additions and 22 deletions
|
|
@ -34,7 +34,7 @@ send flush tables with read lock;
|
|||
connection con2;
|
||||
select ((@id := kill_id) - kill_id) from t1;
|
||||
|
||||
--sleep 2; # leave time for FLUSH to block
|
||||
--sleep 2 # leave time for FLUSH to block
|
||||
kill connection @id;
|
||||
|
||||
connection con1;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue