mirror of
https://github.com/MariaDB/server.git
synced 2025-01-21 14:32:34 +01:00
8661497e9b
- Update mysql-test-run.pl to collect tests from several suites - Group test into suites - Add suite.opt file
3 lines
150 B
Text
3 lines
150 B
Text
drop table if exists t1;
|
|
create table t1 (s1 int) engine=ndbcluster;
|
|
ERROR HY000: For the partitioned engine it is necessary to define all partitions
|