summaryrefslogtreecommitdiff
path: root/mysql-test/r/ndb_basic.result
diff options
context:
space:
mode:
authorunknown <tomas@poseidon.ndb.mysql.com>2006-05-15 10:50:31 +0200
committerunknown <tomas@poseidon.ndb.mysql.com>2006-05-15 10:50:31 +0200
commit811fcf8626d9a9a9abbdac7d74f5fdcbb8a36100 (patch)
treeb23e8fa360608932cbc4329b54459d221cfd251a /mysql-test/r/ndb_basic.result
parent3ad33d058e6b62106f014f9332dd4a118142e827 (diff)
downloadmariadb-git-811fcf8626d9a9a9abbdac7d74f5fdcbb8a36100.tar.gz
Bug#16445 ndb, removed workaround in test to see if rewrite of dict cache has worked to remove this bug
Diffstat (limited to 'mysql-test/r/ndb_basic.result')
-rw-r--r--mysql-test/r/ndb_basic.result7
1 files changed, 0 insertions, 7 deletions
diff --git a/mysql-test/r/ndb_basic.result b/mysql-test/r/ndb_basic.result
index 9477caf97ab..4a1f5f587df 100644
--- a/mysql-test/r/ndb_basic.result
+++ b/mysql-test/r/ndb_basic.result
@@ -6,13 +6,6 @@ attr1 INT NOT NULL,
attr2 INT,
attr3 VARCHAR(10)
) ENGINE=ndbcluster;
-drop table t1;
-CREATE TABLE t1 (
-pk1 INT NOT NULL PRIMARY KEY,
-attr1 INT NOT NULL,
-attr2 INT,
-attr3 VARCHAR(10)
-) ENGINE=ndbcluster;
SHOW INDEX FROM t1;
Table Non_unique Key_name Seq_in_index Column_name Collation Cardinality Sub_part Packed Null Index_type Comment
t1 0 PRIMARY 1 pk1 A 0 NULL NULL BTREE