summaryrefslogtreecommitdiff
path: root/mysql-test/r/variables.result
diff options
context:
space:
mode:
authorSergei Golubchik <serg@mysql.com>2009-12-22 12:02:52 +0100
committerSergei Golubchik <serg@mysql.com>2009-12-22 12:02:52 +0100
commit82adf55efc5e889a22aa05092bfcf97b750d8575 (patch)
treeb0ff6d1e872359523d369f89295856c28e157cc4 /mysql-test/r/variables.result
parentae2768ce9c7df45ec88ba49bf149985bf7c9308d (diff)
downloadmariadb-git-82adf55efc5e889a22aa05092bfcf97b750d8575.tar.gz
minimal changes to errmst-utf8.txt (mostly whitespace) to match 6.0-codebase better
Diffstat (limited to 'mysql-test/r/variables.result')
-rw-r--r--mysql-test/r/variables.result2
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/r/variables.result b/mysql-test/r/variables.result
index e99f4e3deb9..8f8570d43a2 100644
--- a/mysql-test/r/variables.result
+++ b/mysql-test/r/variables.result
@@ -427,7 +427,7 @@ ERROR HY000: Unknown system variable 'unknown_variable'
set max_join_size="hello";
ERROR 42000: Incorrect argument type to variable 'max_join_size'
set default_storage_engine=UNKNOWN_TABLE_TYPE;
-ERROR 42000: Unknown table engine 'UNKNOWN_TABLE_TYPE'
+ERROR 42000: Unknown storage engine 'UNKNOWN_TABLE_TYPE'
set default_storage_engine=MERGE, big_tables=2;
ERROR 42000: Variable 'big_tables' can't be set to the value of '2'
show local variables like 'default_storage_engine';