diff options
author | Mattias Jonsson <mattias.jonsson@sun.com> | 2009-11-24 12:08:04 +0100 |
---|---|---|
committer | Mattias Jonsson <mattias.jonsson@sun.com> | 2009-11-24 12:08:04 +0100 |
commit | f52280cc427eb6f8e6744fe7f89e5d23ec4e914b (patch) | |
tree | 2c29ceb5006df7d9f3b7ca72eff46ab876370d46 /mysql-test/r/partition_innodb.result | |
parent | ca595821498d6a547fa1780df86cdf127b0019b3 (diff) | |
download | mariadb-git-f52280cc427eb6f8e6744fe7f89e5d23ec4e914b.tar.gz |
merge of bug#35765 into mysql-next-mr-bugfixing
Diffstat (limited to 'mysql-test/r/partition_innodb.result')
-rw-r--r-- | mysql-test/r/partition_innodb.result | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mysql-test/r/partition_innodb.result b/mysql-test/r/partition_innodb.result index d95e7dc43fd..702a1bf8797 100644 --- a/mysql-test/r/partition_innodb.result +++ b/mysql-test/r/partition_innodb.result @@ -210,7 +210,8 @@ engine = innodb partition by list (a) (partition p0 values in (0)); alter table t1 engine = x; -ERROR HY000: The mix of handlers in the partitions is not allowed in this version of MySQL +Warnings: +Warning 1286 Unknown table engine 'x' show create table t1; Table Create Table t1 CREATE TABLE `t1` ( |