1
0
mirror of https://github.com/MariaDB/server.git synced 2025-12-24 11:21:21 +03:00

moved all partition create table error tests to one test for easier maintenance

This commit is contained in:
tulin@dl145b.mysql.com
2005-07-20 14:46:02 +02:00
parent bf6e3f9aa8
commit 36fe10e531
8 changed files with 1273 additions and 1182 deletions

View File

@@ -23,7 +23,7 @@ select * from t1;
drop table t1;
# only support for partition key on primary key
--error 1453
--error 1460
CREATE TABLE t1 (a int, b int, c int, d int, PRIMARY KEY(a,b))
ENGINE = NDB
PARTITION BY KEY (c);