diff options
Diffstat (limited to 'mysql-test/suite/ndb/r/ndb_partition_error2.result')
-rw-r--r-- | mysql-test/suite/ndb/r/ndb_partition_error2.result | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/mysql-test/suite/ndb/r/ndb_partition_error2.result b/mysql-test/suite/ndb/r/ndb_partition_error2.result new file mode 100644 index 00000000000..a739ef3923c --- /dev/null +++ b/mysql-test/suite/ndb/r/ndb_partition_error2.result @@ -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 |