summaryrefslogtreecommitdiff
path: root/mysql-test/r/ndb_blob.result
diff options
context:
space:
mode:
authorunknown <pekka@clam.ndb.mysql.com/clam.(none)>2007-03-21 09:13:05 +0100
committerunknown <pekka@clam.ndb.mysql.com/clam.(none)>2007-03-21 09:13:05 +0100
commitf275b8e9f5e231dbacc2a152923864471b4de1c0 (patch)
tree1a76711e72527d59ff12f13bccd6b484b4b7adbf /mysql-test/r/ndb_blob.result
parent4384879603faa6fafaf1ca5ce952c666968c0f6e (diff)
downloadmariadb-git-f275b8e9f5e231dbacc2a152923864471b4de1c0.tar.gz
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
Diffstat (limited to 'mysql-test/r/ndb_blob.result')
-rw-r--r--mysql-test/r/ndb_blob.result2
1 files changed, 2 insertions, 0 deletions
diff --git a/mysql-test/r/ndb_blob.result b/mysql-test/r/ndb_blob.result
index a5a40cffa91..2864b1dc7c9 100644
--- a/mysql-test/r/ndb_blob.result
+++ b/mysql-test/r/ndb_blob.result
@@ -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;