mirror of
https://github.com/MariaDB/server.git
synced 2025-08-05 13:16:09 +03:00
MDEV-34679 ER_BAD_FIELD uses non-localizable substrings
This commit is contained in:
@@ -19,9 +19,9 @@ SELECT @@sql_log_bin;
|
||||
@@sql_log_bin
|
||||
1
|
||||
SELECT session.sql_log_bin;
|
||||
ERROR 42S02: Unknown table 'session' in field list
|
||||
ERROR 42S02: Unknown table 'session' in SELECT
|
||||
SELECT local.sql_log_bin;
|
||||
ERROR 42S02: Unknown table 'local' in field list
|
||||
ERROR 42S02: Unknown table 'local' in SELECT
|
||||
SET session sql_log_bin = 0;
|
||||
SELECT @@session.sql_log_bin;
|
||||
@@session.sql_log_bin
|
||||
|
Reference in New Issue
Block a user