1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-01 03:47:19 +03:00

Standardised on capital letters for NDBCLUSTER

This commit is contained in:
unknown
2005-09-20 22:16:24 -04:00
parent 07799d7cc1
commit 7cc009fc8e
9 changed files with 18 additions and 18 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;