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 | bb865442a4282b1146fd693dac18d98d55d888d2 (patch) | |
tree | b0ff6d1e872359523d369f89295856c28e157cc4 /mysql-test/r/plugin.result | |
parent | 1ad5bb1a69656808312efc40ca12c4897f8ea128 (diff) | |
download | mariadb-git-bb865442a4282b1146fd693dac18d98d55d888d2.tar.gz |
minimal changes to errmst-utf8.txt (mostly whitespace) to match 6.0-codebase better
Diffstat (limited to 'mysql-test/r/plugin.result')
-rw-r--r-- | mysql-test/r/plugin.result | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/r/plugin.result b/mysql-test/r/plugin.result index 9cae2b487b2..0d5bc29fc8c 100644 --- a/mysql-test/r/plugin.result +++ b/mysql-test/r/plugin.result @@ -1,6 +1,6 @@ CREATE TABLE t1(a int) ENGINE=EXAMPLE; Warnings: -Warning 1286 Unknown table engine 'EXAMPLE' +Warning 1286 Unknown storage engine 'EXAMPLE' Warning 1266 Using storage engine MyISAM for table 't1' DROP TABLE t1; INSTALL PLUGIN example SONAME 'ha_example.so'; |