summaryrefslogtreecommitdiff
path: root/mysql-test/r/ndb_dd_basic.result
diff options
context:
space:
mode:
authorunknown <mskold/marty@linux.site>2006-09-14 09:29:20 +0200
committerunknown <mskold/marty@linux.site>2006-09-14 09:29:20 +0200
commit583655674ba1b741df257dc9faa6e3b07aa363c3 (patch)
treed0659ffdadb0c22768ae9387ede4299d6453ff5c /mysql-test/r/ndb_dd_basic.result
parentc7f93b417054ed747b1e6ae97261a50019175fba (diff)
parent338d325ac62bda98f5c97568076e9454e2ab894d (diff)
downloadmariadb-git-583655674ba1b741df257dc9faa6e3b07aa363c3.tar.gz
Merge mysql.com:/windows/Linux_space/MySQL/mysql-5.1
into mysql.com:/windows/Linux_space/MySQL/mysql-5.1-new-ndb mysql-test/r/ndb_dd_basic.result: Auto merged mysql-test/r/ndb_dd_disk2memory.result: Auto merged BitKeeper/deleted/.del-ndb_dd_advance.result: Auto merged BitKeeper/deleted/.del-ndb_dd_advance2.result: Auto merged
Diffstat (limited to 'mysql-test/r/ndb_dd_basic.result')
-rw-r--r--mysql-test/r/ndb_dd_basic.result2
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/r/ndb_dd_basic.result b/mysql-test/r/ndb_dd_basic.result
index c0d52a2b3fc..83cb12ce964 100644
--- a/mysql-test/r/ndb_dd_basic.result
+++ b/mysql-test/r/ndb_dd_basic.result
@@ -49,7 +49,7 @@ t1 CREATE TABLE `t1` (
`b` int(11) NOT NULL,
`c` int(11) NOT NULL,
PRIMARY KEY (`pk1`)
-) TABLESPACE ts1 STORAGE DISK ENGINE=ndbcluster DEFAULT CHARSET=latin1
+) /*!50100 TABLESPACE ts1 STORAGE DISK */ ENGINE=ndbcluster DEFAULT CHARSET=latin1
INSERT INTO t1 VALUES (0, 0, 0);
SELECT * FROM t1;
pk1 b c