summaryrefslogtreecommitdiff
path: root/mysql-test/r/skip_grants.result
diff options
context:
space:
mode:
authorunknown <kaa@polly.(none)>2007-11-09 13:31:48 +0300
committerunknown <kaa@polly.(none)>2007-11-09 13:31:48 +0300
commit0280133ac034637bcff34a5118f4cb2a6ec4742a (patch)
treef72c06a2f95198e41982ee2f8bf28f72904a509f /mysql-test/r/skip_grants.result
parentdc0a59a2e7e5ae44723e142566d7164c84f5fdb2 (diff)
parent737cdfeaeb4efc8f0ddd366d77860334bec40df3 (diff)
downloadmariadb-git-0280133ac034637bcff34a5118f4cb2a6ec4742a.tar.gz
Merge polly.(none):/home/kaa/src/opt/bug32020/my50-bug31445
into polly.(none):/home/kaa/src/opt/bug32020/my51-bug31445 mysql-test/r/skip_grants.result: Auto merged mysql-test/t/skip_grants.test: Auto merged sql/sql_udf.cc: Auto merged
Diffstat (limited to 'mysql-test/r/skip_grants.result')
-rw-r--r--mysql-test/r/skip_grants.result5
1 files changed, 5 insertions, 0 deletions
diff --git a/mysql-test/r/skip_grants.result b/mysql-test/r/skip_grants.result
index 6bb8cbea2f1..cd652c03f96 100644
--- a/mysql-test/r/skip_grants.result
+++ b/mysql-test/r/skip_grants.result
@@ -72,3 +72,8 @@ 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