mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
minimal changes to errmst-utf8.txt (mostly whitespace) to match 6.0-codebase better
This commit is contained in:
@ -61,13 +61,13 @@ ERROR 42000: Incorrect argument type to variable 'storage_engine'
|
||||
SET @@global.storage_engine = 65530.34;
|
||||
ERROR 42000: Incorrect argument type to variable 'storage_engine'
|
||||
SET @@global.storage_engine = FILE;
|
||||
ERROR 42000: Unknown table engine 'FILE'
|
||||
ERROR 42000: Unknown storage engine 'FILE'
|
||||
SET @@session.storage_engine = 8199;
|
||||
ERROR 42000: Incorrect argument type to variable 'storage_engine'
|
||||
SET @@session.storage_engine = 65530.34;
|
||||
ERROR 42000: Incorrect argument type to variable 'storage_engine'
|
||||
SET @@session.storage_engine = RECORD;
|
||||
ERROR 42000: Unknown table engine 'RECORD'
|
||||
ERROR 42000: Unknown storage engine 'RECORD'
|
||||
'#------------------FN_DYNVARS_005_05-----------------------#'
|
||||
SELECT @@global.storage_engine =
|
||||
VARIABLE_VALUE FROM INFORMATION_SCHEMA.GLOBAL_VARIABLES
|
||||
|
Reference in New Issue
Block a user