diff options
author | unknown <kostja@bodhi.(none)> | 2007-11-22 14:48:03 +0300 |
---|---|---|
committer | unknown <kostja@bodhi.(none)> | 2007-11-22 14:48:03 +0300 |
commit | 6f9dfaa4b1efa5e5f0780429dcd2fb0663476d3c (patch) | |
tree | 1836f08f8edfa9f3e6efe8ccf0b29eef9e718381 /mysql-test/r/skip_grants.result | |
parent | add444a4a3acae1e038a3dd9f8dbe1e4ec6d549e (diff) | |
download | mariadb-git-6f9dfaa4b1efa5e5f0780429dcd2fb0663476d3c.tar.gz |
Add a test case for Bug#29817. The bug was fixed by the patch for
Bug#28318.
mysql-test/r/skip_grants.result:
Add a test case for Bug#29817
mysql-test/t/skip_grants.test:
Add a test case for Bug#29817
Diffstat (limited to 'mysql-test/r/skip_grants.result')
-rw-r--r-- | mysql-test/r/skip_grants.result | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/mysql-test/r/skip_grants.result b/mysql-test/r/skip_grants.result index 6bb8cbea2f1..38e017af7ad 100644 --- a/mysql-test/r/skip_grants.result +++ b/mysql-test/r/skip_grants.result @@ -72,3 +72,9 @@ count(*) select count(*) from information_schema.USER_PRIVILEGES; count(*) 0 +# +# Bug#29817 Queries with UDF fail with non-descriptive error +# if mysql.proc is missing +# +select no_such_function(1); +ERROR 42000: FUNCTION test.no_such_function does not exist |