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

Merge clam.ndb.mysql.com:/export/space/pekka/ndb/version/my50-bug24028

into  clam.ndb.mysql.com:/export/space/pekka/ndb/version/my51-bug24028
This commit is contained in:
pekka@clam.(none)
2007-03-22 07:40:04 +01:00
4 changed files with 46 additions and 17 deletions

View File

@ -76,6 +76,8 @@ commit;
select a from t1 where d is null;
a
1
delete from t1 where a=45567;
commit;
delete from t1 where a=1;
delete from t1 where a=2;
commit;