summaryrefslogtreecommitdiff
path: root/mysql-test/r/ndb_blob.result
diff options
context:
space:
mode:
authorunknown <joreland@mysql.com>2004-09-06 10:05:55 +0200
committerunknown <joreland@mysql.com>2004-09-06 10:05:55 +0200
commita52636a0a4a72ede650ecb7913fe6b801a07397d (patch)
treec879fc3d01d9a4461d524101c2e59619fa6bbc8b /mysql-test/r/ndb_blob.result
parentfd07116e2f705ab5e54b614eba9f32cf10b8b0f1 (diff)
downloadmariadb-git-a52636a0a4a72ede650ecb7913fe6b801a07397d.tar.gz
merge
Diffstat (limited to 'mysql-test/r/ndb_blob.result')
-rw-r--r--mysql-test/r/ndb_blob.result6
1 files changed, 3 insertions, 3 deletions
diff --git a/mysql-test/r/ndb_blob.result b/mysql-test/r/ndb_blob.result
index 4244c05e446..45b003e6967 100644
--- a/mysql-test/r/ndb_blob.result
+++ b/mysql-test/r/ndb_blob.result
@@ -1,5 +1,5 @@
drop table if exists t1;
-drop database if exists test2;
+drop database if exists mysqltest;
create table t1 (
a int not null primary key,
b tinytext
@@ -276,8 +276,8 @@ a b c d
7 7xb7 777 7xdd7
8 8xb8 888 8xdd8
9 9xb9 999 9xdd9
-create database test2;
-use test2;
+create database mysqltest;
+use mysqltest;
CREATE TABLE t2 (
a bigint unsigned NOT NULL PRIMARY KEY,
b int unsigned not null,