diff options
author | unknown <joreland@mysql.com> | 2004-09-06 10:05:55 +0200 |
---|---|---|
committer | unknown <joreland@mysql.com> | 2004-09-06 10:05:55 +0200 |
commit | a52636a0a4a72ede650ecb7913fe6b801a07397d (patch) | |
tree | c879fc3d01d9a4461d524101c2e59619fa6bbc8b /mysql-test/t/ndb_blob.test | |
parent | fd07116e2f705ab5e54b614eba9f32cf10b8b0f1 (diff) | |
download | mariadb-git-a52636a0a4a72ede650ecb7913fe6b801a07397d.tar.gz |
merge
Diffstat (limited to 'mysql-test/t/ndb_blob.test')
-rw-r--r-- | mysql-test/t/ndb_blob.test | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/t/ndb_blob.test b/mysql-test/t/ndb_blob.test index 0df13eefe10..e5a9f7446d4 100644 --- a/mysql-test/t/ndb_blob.test +++ b/mysql-test/t/ndb_blob.test @@ -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; |