diff options
Diffstat (limited to 'mysql-test/r/ndb_dd_basic.result')
-rw-r--r-- | mysql-test/r/ndb_dd_basic.result | 2 |
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 c0f20f1aee9..8b16bce830c 100644 --- a/mysql-test/r/ndb_dd_basic.result +++ b/mysql-test/r/ndb_dd_basic.result @@ -27,7 +27,7 @@ t1 CREATE TABLE `t1` ( `pk1` int(11) NOT NULL, `b` int(11) NOT NULL, `c` int(11) NOT NULL, - PRIMARY KEY (`pk1`) + PRIMARY KEY (`pk1`) ) TABLESPACE ts1 STORAGE DISK ENGINE=ndbcluster DEFAULT CHARSET=latin1 PARTITION BY KEY () INSERT INTO t1 VALUES (0, 0, 0); SELECT * FROM t1; |