初版
This commit is contained in:
5
build/lib/mysql/mysql-test/r/udf_skip_grants.result
Normal file
5
build/lib/mysql/mysql-test/r/udf_skip_grants.result
Normal file
@@ -0,0 +1,5 @@
|
||||
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
|
||||
Reference in New Issue
Block a user