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