mariadb/mysql-test/suite/compat
Alexander Barkov 0040b0f380 MDEV-10411 Providing compatibility for basic PL/SQL constructs
Part 13: RETURN vs RETURNS in function definition:

  CREATE FUNCTION f1(a INT) RETURN INT ...

Part 12:  No parentheses if no arguments:

  CREATE FUNCTION f1 RETURN INT ...
2017-04-05 15:02:42 +04:00
..
oracle MDEV-10411 Providing compatibility for basic PL/SQL constructs 2017-04-05 15:02:42 +04:00