mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
MDEV-34679 ER_BAD_FIELD uses non-localizable substrings
This commit is contained in:
@ -228,7 +228,7 @@ ERROR HY000: View 'test.v1' references invalid table(s) or column(s) or function
|
||||
UPDATE t2 SET f = f + 10;
|
||||
ERROR 42S22: Unknown column 'd' in 'OLD'
|
||||
CALL sp1();
|
||||
ERROR 42S22: Unknown column 'd' in 'field list'
|
||||
ERROR 42S22: Unknown column 'd' in 'INSERT INTO'
|
||||
DROP TRIGGER trg1;
|
||||
DROP PROCEDURE sp1;
|
||||
CREATE TABLE t_gen(a INT, b DOUBLE GENERATED ALWAYS AS (SQRT(a)));
|
||||
|
Reference in New Issue
Block a user