summaryrefslogtreecommitdiff
path: root/mysql-test/suite/ndb/t/ndb_partition_error2.test
blob: afedd0e3c5c26628d829e7fc72e48d82c74c2d5b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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;