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:
@ -228,7 +228,7 @@ t1 CREATE TABLE `t1` (
|
||||
) ENGINE=MEMORY DEFAULT CHARSET=latin1
|
||||
drop table t1;
|
||||
SET SESSION storage_engine="gemini";
|
||||
ERROR 42000: Unknown table engine 'gemini'
|
||||
ERROR 42000: Unknown storage engine 'gemini'
|
||||
SELECT @@storage_engine;
|
||||
@@storage_engine
|
||||
MEMORY
|
||||
@ -389,7 +389,7 @@ t1 CREATE TABLE `t1` (
|
||||
) ENGINE=MEMORY DEFAULT CHARSET=latin1
|
||||
drop table t1;
|
||||
SET SESSION storage_engine="gemini";
|
||||
ERROR 42000: Unknown table engine 'gemini'
|
||||
ERROR 42000: Unknown storage engine 'gemini'
|
||||
SELECT @@storage_engine;
|
||||
@@storage_engine
|
||||
MEMORY
|
||||
|
Reference in New Issue
Block a user