From 8607f1df656244733f5e4d0ace0942ce6e6cec2a Mon Sep 17 00:00:00 2001 From: "ian@zim.(none)" <> Date: Mon, 27 Mar 2006 18:25:35 -0800 Subject: [PATCH] Disable udf test --- .bzrignore | 1 + mysql-test/t/disabled.def | 1 + 2 files changed, 2 insertions(+) diff --git a/.bzrignore b/.bzrignore index f42630ae0ec..1bd9f91fccf 100644 --- a/.bzrignore +++ b/.bzrignore @@ -1277,3 +1277,4 @@ scripts/mysql_upgrade include/openssl mysql-test/r/bdb.log mysql-test/r/im_client_port.log +mysql-test/r/udf.log diff --git a/mysql-test/t/disabled.def b/mysql-test/t/disabled.def index f71e24ff3ed..a836b1a2897 100644 --- a/mysql-test/t/disabled.def +++ b/mysql-test/t/disabled.def @@ -12,3 +12,4 @@ sp-goto : GOTO is currently is disabled - will be fixed in the future ndb_load : Bug#17233 +udf : Bug#18564 (Permission by Brian)