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:
@ -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;
|
||||
|
Reference in New Issue
Block a user