1
0
mirror of https://github.com/MariaDB/server.git synced 2026-01-06 05:22:24 +03:00
This commit is contained in:
joreland@mysql.com
2004-09-06 10:05:55 +02:00
parent aa4402dd80
commit b484ed6168
2 changed files with 4 additions and 4 deletions

View File

@@ -118,7 +118,7 @@ from t1 where a=2;
update t1 set d=null where a=1;
commit;
# FIXME now fails at random due to weird mixup between the 2 rows
#select a from t1 where d is null;
select a from t1 where d is null;
# pk delete
delete from t1 where a=1;