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:
@@ -50,5 +50,5 @@ SELECT COUNT(@@GLOBAL.error_count);
|
||||
ERROR HY000: Variable 'error_count' is a SESSION variable
|
||||
Expected error 'Variable is a SESSION variable'
|
||||
SELECT COUNT(error_count = @@GLOBAL.error_count);
|
||||
ERROR 42S22: Unknown column 'error_count' in 'field list'
|
||||
ERROR 42S22: Unknown column 'error_count' in 'SELECT'
|
||||
Expected error 'Readonly variable'
|
||||
|
Reference in New Issue
Block a user