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:
@@ -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
|
||||
#
|
||||
|
||||
Reference in New Issue
Block a user