mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
minimal changes to errmst-utf8.txt (mostly whitespace) to match 6.0-codebase better
This commit is contained in:
@ -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';
|
||||
|
Reference in New Issue
Block a user