Files
DP_S/build/lib/mysql/mysql-test/r/udf_skip_grants.result
2024-04-24 10:25:44 +08:00

6 lines
223 B
Plaintext

CREATE FUNCTION a RETURNS STRING SONAME '';
ERROR HY000: Can't initialize function 'a'; UDFs are unavailable with the --skip-grant-tables option
DROP FUNCTION a;
ERROR 42000: FUNCTION test.a does not exist
End of 5.0 tests