diff options
author | Sergei Golubchik <serg@mysql.com> | 2009-12-22 12:02:52 +0100 |
---|---|---|
committer | Sergei Golubchik <serg@mysql.com> | 2009-12-22 12:02:52 +0100 |
commit | 82adf55efc5e889a22aa05092bfcf97b750d8575 (patch) | |
tree | b0ff6d1e872359523d369f89295856c28e157cc4 /mysql-test/r/partition_innodb.result | |
parent | ae2768ce9c7df45ec88ba49bf149985bf7c9308d (diff) | |
download | mariadb-git-82adf55efc5e889a22aa05092bfcf97b750d8575.tar.gz |
minimal changes to errmst-utf8.txt (mostly whitespace) to match 6.0-codebase better
Diffstat (limited to 'mysql-test/r/partition_innodb.result')
-rw-r--r-- | mysql-test/r/partition_innodb.result | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mysql-test/r/partition_innodb.result b/mysql-test/r/partition_innodb.result index 702a1bf8797..d7145fcc604 100644 --- a/mysql-test/r/partition_innodb.result +++ b/mysql-test/r/partition_innodb.result @@ -196,7 +196,7 @@ create table t1 (a int) engine = x partition by key (a); Warnings: -Warning 1286 Unknown table engine 'x' +Warning 1286 Unknown storage engine 'x' Warning 1266 Using storage engine MyISAM for table 't1' show create table t1; Table Create Table @@ -211,7 +211,7 @@ partition by list (a) (partition p0 values in (0)); alter table t1 engine = x; Warnings: -Warning 1286 Unknown table engine 'x' +Warning 1286 Unknown storage engine 'x' show create table t1; Table Create Table t1 CREATE TABLE `t1` ( |