summaryrefslogtreecommitdiff
path: root/mysql-test/t/ndb_blob.test
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/t/ndb_blob.test
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/t/ndb_blob.test')
-rw-r--r--mysql-test/t/ndb_blob.test10
1 files changed, 5 insertions, 5 deletions
diff --git a/mysql-test/t/ndb_blob.test b/mysql-test/t/ndb_blob.test
index 8a21e4c371a..0df13eefe10 100644
--- a/mysql-test/t/ndb_blob.test
+++ b/mysql-test/t/ndb_blob.test
@@ -2,7 +2,7 @@
--disable_warnings
drop table if exists t1;
-drop database if exists test2;
+drop database if exists mysqltest;
--enable_warnings
#
@@ -241,8 +241,8 @@ select * from t1 order by a;
# multi db
-create database test2;
-use test2;
+create database mysqltest;
+use mysqltest;
CREATE TABLE t2 (
a bigint unsigned NOT NULL PRIMARY KEY,
@@ -306,5 +306,5 @@ select a,length(b),substr(b,1+2*900,2),length(d),substr(d,1+3*900,3)
from t1 order by a;
rollback;
select count(*) from t1;
-
---drop table t1;
+drop table t1;
+drop database mysqltest;