diff options
author | unknown <kostja@bodhi.(none)> | 2007-11-22 14:58:58 +0300 |
---|---|---|
committer | unknown <kostja@bodhi.(none)> | 2007-11-22 14:58:58 +0300 |
commit | 9e1d7d7e891554772f94e72fc96a54b47f05af75 (patch) | |
tree | 8d232b9eb8b86e5104ee2f9ed95ae87682309578 /mysql-test/r/skip_grants.result | |
parent | 01900080958d8209617d76d3c5f770008c7c94ff (diff) | |
parent | 6f9dfaa4b1efa5e5f0780429dcd2fb0663476d3c (diff) | |
download | mariadb-git-9e1d7d7e891554772f94e72fc96a54b47f05af75.tar.gz |
Merge bk-internal.mysql.com:/home/bk/mysql-5.1-runtime
into bodhi.(none):/opt/local/work/mysql-5.1-runtime
mysql-test/r/skip_grants.result:
Manual merge.
mysql-test/t/skip_grants.test:
Manual merge.
Diffstat (limited to 'mysql-test/r/skip_grants.result')
-rw-r--r-- | mysql-test/r/skip_grants.result | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/mysql-test/r/skip_grants.result b/mysql-test/r/skip_grants.result index cd652c03f96..bf0f16a174f 100644 --- a/mysql-test/r/skip_grants.result +++ b/mysql-test/r/skip_grants.result @@ -77,3 +77,10 @@ ERROR HY000: Can't initialize function 'a'; UDFs are unavailable with the --skip 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 +# if mysql.proc is missing +# +select no_such_function(1); +ERROR 42000: FUNCTION test.no_such_function does not exist +End of 5.1 tests |