summaryrefslogtreecommitdiff
path: root/mysql-test/r/ndb_blob.result
diff options
context:
space:
mode:
authorunknown <joreland@mysql.com>2004-09-06 07:43:31 +0200
committerunknown <joreland@mysql.com>2004-09-06 07:43:31 +0200
commitfd07116e2f705ab5e54b614eba9f32cf10b8b0f1 (patch)
tree4fdc68458808d0f58a5d559e3c181b8b6528f30a /mysql-test/r/ndb_blob.result
parentf809e037e9392da78c8f71149e8294010c743806 (diff)
parent1230daf8f281bbb1ca07364b9a8c18ea4aa02a4d (diff)
downloadmariadb-git-fd07116e2f705ab5e54b614eba9f32cf10b8b0f1.tar.gz
merge
BitKeeper/etc/logging_ok: auto-union configure.in: Auto merged mysql-test/t/ndb_blob.test: Auto merged ndb/src/kernel/blocks/dbdict/Dbdict.cpp: Auto merged
Diffstat (limited to 'mysql-test/r/ndb_blob.result')
-rw-r--r--mysql-test/r/ndb_blob.result5
1 files changed, 5 insertions, 0 deletions
diff --git a/mysql-test/r/ndb_blob.result b/mysql-test/r/ndb_blob.result
index a9731f97d6b..4244c05e446 100644
--- a/mysql-test/r/ndb_blob.result
+++ b/mysql-test/r/ndb_blob.result
@@ -93,6 +93,9 @@ a length(b) substr(b,1+4*900,2) length(d) substr(d,1+6*900,3)
2 4512 b1 6000 dd1
update t1 set d=null where a=1;
commit;
+select a from t1 where d is null;
+a
+1
delete from t1 where a=1;
delete from t1 where a=2;
commit;
@@ -372,3 +375,5 @@ rollback;
select count(*) from t1;
count(*)
0
+drop table t1;
+drop database mysqltest;