1
0
mirror of https://github.com/MariaDB/server.git synced 2025-09-02 09:41:40 +03:00

Update test results to new mysqltest

Remove extra space for "send" commands
This commit is contained in:
msvensson@neptunus.(none)
2006-10-04 23:48:24 +02:00
parent 3049142cb2
commit d29d22a27e
5 changed files with 20 additions and 19 deletions

View File

@@ -476,7 +476,7 @@ handler t1 read first;
c1
1
send the below to another connection, do not wait for the result
optimize table t1;
optimize table t1;
proceed with the normal connection
handler t1 read next;
c1
@@ -502,7 +502,7 @@ flush tables with read lock;
drop table t1;
ERROR HY000: Can't execute the query because you have a conflicting read lock
send the below to another connection, do not wait for the result
drop table t1;
drop table t1;
proceed with the normal connection
select * from t1;
c1