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:
@@ -85,9 +85,9 @@ SELECT @@sync_binlog;
|
||||
@@sync_binlog
|
||||
4294967295
|
||||
SELECT local.sync_binlog;
|
||||
ERROR 42S02: Unknown table 'local' in field list
|
||||
ERROR 42S02: Unknown table 'local' in SELECT
|
||||
SELECT global.sync_binlog;
|
||||
ERROR 42S02: Unknown table 'global' in field list
|
||||
ERROR 42S02: Unknown table 'global' in SELECT
|
||||
SELECT sync_binlog = @@session.sync_binlog;
|
||||
ERROR 42S22: Unknown column 'sync_binlog' in 'field list'
|
||||
ERROR 42S22: Unknown column 'sync_binlog' in 'SELECT'
|
||||
SET @@global.sync_binlog = @start_value;
|
||||
|
Reference in New Issue
Block a user