mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
Merge mysql.com:/home/hf/work/27359/my51-27359
into mysql.com:/home/hf/work/my_mrg/my51-my_mrg
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 partitions
|
1
mysql-test/t/ndb_partition_error2-master.opt
Normal file
1
mysql-test/t/ndb_partition_error2-master.opt
Normal file
@ -0,0 +1 @@
|
||||
--ndbcluster
|
14
mysql-test/t/ndb_partition_error2.test
Normal file
14
mysql-test/t/ndb_partition_error2.test
Normal file
@ -0,0 +1,14 @@
|
||||
disable_query_log;
|
||||
--require r/true.require
|
||||
select support = 'Enabled' as `TRUE` from information_schema.engines where engine = 'ndbcluster';
|
||||
enable_query_log;
|
||||
|
||||
--disable_warnings
|
||||
drop table if exists t1;
|
||||
--enable_warnings
|
||||
#
|
||||
# Bug #27359 Partitions: memory allocation error message
|
||||
#
|
||||
--error ER_PARTITION_NOT_DEFINED_ERROR
|
||||
create table t1 (s1 int) engine=ndbcluster;
|
||||
|
Reference in New Issue
Block a user