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
commitbb865442a4282b1146fd693dac18d98d55d888d2 (patch)
treeb0ff6d1e872359523d369f89295856c28e157cc4 /mysql-test/r/variables.result
parent1ad5bb1a69656808312efc40ca12c4897f8ea128 (diff)
downloadmariadb-git-bb865442a4282b1146fd693dac18d98d55d888d2.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';