From f275b8e9f5e231dbacc2a152923864471b4de1c0 Mon Sep 17 00:00:00 2001 From: unknown Date: Wed, 21 Mar 2007 09:13:05 +0100 Subject: ndb - bug#24028 in 5.0 proper fix exists only in version >= 5.1 mysql-test/r/ndb_blob.result: bug#24028 in 5.0 only mysql-test/t/ndb_blob.test: bug#24028 in 5.0 only ndb/src/ndbapi/NdbBlob.cpp: bug#24028 in 5.0 only ndb/test/ndbapi/testBlobs.cpp: bug#24028 in 5.0 only --- mysql-test/t/ndb_blob.test | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'mysql-test/t/ndb_blob.test') diff --git a/mysql-test/t/ndb_blob.test b/mysql-test/t/ndb_blob.test index d6e0edc89f0..32699017c03 100644 --- a/mysql-test/t/ndb_blob.test +++ b/mysql-test/t/ndb_blob.test @@ -96,6 +96,11 @@ update t1 set d=null where a=1; commit; select a from t1 where d is null; +# bug#24028 - does not occur on MySQL level +# bug#17986 - not seen by us anymore but could show as warning here +delete from t1 where a=45567; +commit; + # pk delete delete from t1 where a=1; delete from t1 where a=2; -- cgit v1.2.1