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

ndb - bug#24028 in 5.0

proper fix exists only in version >= 5.1
This commit is contained in:
pekka@clam.ndb.mysql.com/clam.(none)
2007-03-21 09:13:05 +01:00
parent 9ce7ad943b
commit 2e8bec03f7
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;