mirror of
https://github.com/MariaDB/server.git
synced 2025-08-07 00:04:31 +03:00
MDEV-34679 ER_BAD_FIELD uses non-localizable substrings
This commit is contained in:
@@ -84,9 +84,9 @@ SELECT @@flush = @@global.flush;
|
||||
SET flush = 1;
|
||||
ERROR HY000: Variable 'flush' is a GLOBAL variable and should be set with SET GLOBAL
|
||||
SELECT global.flush;
|
||||
ERROR 42S02: Unknown table 'global' in field list
|
||||
ERROR 42S02: Unknown table 'global' in SELECT
|
||||
SELECT flush = @@session.flush;
|
||||
ERROR 42S22: Unknown column 'flush' in 'field list'
|
||||
ERROR 42S22: Unknown column 'flush' in 'SELECT'
|
||||
SET @@global.flush = @start_value;
|
||||
SELECT @@global.flush;
|
||||
@@global.flush
|
||||
|
Reference in New Issue
Block a user