1
0
mirror of https://github.com/MariaDB/server.git synced 2026-01-06 05:22:24 +03:00

MDEV-20913 sql_mode=ORACLE: INET6 does not work as a routine parameter type and return type

Adding the missing grammar.
This commit is contained in:
Alexander Barkov
2019-10-29 13:33:38 +04:00
parent f1e9a0acc8
commit b62a846642
5 changed files with 81 additions and 9 deletions

View File

@@ -2148,11 +2148,7 @@ BEGIN
RETURN 0;
END;
$$
ERROR 42000: You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near 't1.a%TYPE
AS
BEGIN
RETURN 0;
END' at line 1
ERROR HY000: Unknown data type: 't1'
#
# End of MDEV-10577 sql_mode=ORACLE: %TYPE in variable declarations
#