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:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user