mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
Bug #27359 Partition: memory allocation error message
if ndbcluster's nodes aren't set, the handlerton can return zero partitions in the partitioned table. So we should check for that.
This commit is contained in:
3
mysql-test/r/ndb_partition_error2.result
Normal file
3
mysql-test/r/ndb_partition_error2.result
Normal file
@ -0,0 +1,3 @@
|
||||
drop table if exists t1;
|
||||
create table t1 (s1 int) engine=ndbcluster;
|
||||
ERROR HY000: For the partitioned engine it is necessary to define all partition
|
Reference in New Issue
Block a user