1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-08 11:22:35 +03:00

Update mysqltest to latest version

- ie. backport from 5.1
 - also update testcase error dected by new version
This commit is contained in:
msvensson@shellback.(none)
2006-10-03 15:33:44 +02:00
parent 2cb8215809
commit 2cea0e6b13
50 changed files with 6023 additions and 3337 deletions

View File

@@ -5,7 +5,7 @@ insert into t1 values(1);
flush tables with read lock;
select * from t1;
a
commit;
commit;
select * from t1;
a
unlock tables;
@@ -14,8 +14,8 @@ select * from t1 for update;
a
1
begin;
select * from t1 for update;
flush tables with read lock;
select * from t1 for update;
flush tables with read lock;
commit;
a
1