440
440
# Bug#24736: UDF functions parsed as Stored Functions
443
444
# Verify that the syntax for calling UDF : foo(expr AS param, ...)
444
445
# can not be used when calling native functions
451
453
select abs(3 AS "three");
454
456
# Native function with 2 arguments