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:
@@ -82,9 +82,9 @@ SELECT @@connect_timeout = @@global.connect_timeout;
|
||||
SET connect_timeout = 1;
|
||||
ERROR HY000: Variable 'connect_timeout' is a GLOBAL variable and should be set with SET GLOBAL
|
||||
SELECT global.connect_timeout;
|
||||
ERROR 42S02: Unknown table 'global' in field list
|
||||
ERROR 42S02: Unknown table 'global' in SELECT
|
||||
SELECT connect_timeout = @@session.connect_timeout;
|
||||
ERROR 42S22: Unknown column 'connect_timeout' in 'field list'
|
||||
ERROR 42S22: Unknown column 'connect_timeout' in 'SELECT'
|
||||
SET @@global.connect_timeout = @start_value;
|
||||
SELECT @@global.connect_timeout;
|
||||
@@global.connect_timeout
|
||||
|
Reference in New Issue
Block a user