mirror of
https://github.com/MariaDB/server.git
synced 2025-10-30 04:26:45 +03:00
Merge kaamos.(none):/data/src/opt/bug33305/my51-bug33305
into kaamos.(none):/data/src/opt/mysql-5.1-opt
This commit is contained in:
@@ -72,10 +72,6 @@ count(*)
|
||||
select count(*) from information_schema.USER_PRIVILEGES;
|
||||
count(*)
|
||||
0
|
||||
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
|
||||
#
|
||||
# Bug#29817 Queries with UDF fail with non-descriptive error
|
||||
|
||||
5
mysql-test/r/udf_skip_grants.result
Normal file
5
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