1
0
mirror of https://github.com/MariaDB/server.git synced 2026-01-06 05:22:24 +03:00
This commit is contained in:
tomas@poseidon.ndb.mysql.com
2005-10-06 12:47:40 +02:00
parent 411559c270
commit 7d5e74ba7c
2 changed files with 2 additions and 2 deletions

View File

@@ -76,5 +76,5 @@ t1 CREATE TABLE `t1` (
`c` int(11) NOT NULL default '0',
`d` int(11) default NULL,
PRIMARY KEY USING HASH (`a`,`b`,`c`)
) ENGINE=NDBCLUSTER DEFAULT CHARSET=latin1 PARTITION BY KEY (b)
) ENGINE=ndbcluster DEFAULT CHARSET=latin1 PARTITION BY KEY (b)
DROP TABLE t1;