1
0
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:
holyfoot/hf@mysql.com/hfmain.(none)
2007-03-27 18:39:11 +05:00
parent 188c558a2b
commit 45ac0b6720
4 changed files with 23 additions and 1 deletions

View 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