summaryrefslogtreecommitdiffstats
path: root/storage/spider/mysql-test/spider/bg/t/have_func.inc
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--storage/spider/mysql-test/spider/bg/t/have_func.inc5
1 files changed, 5 insertions, 0 deletions
diff --git a/storage/spider/mysql-test/spider/bg/t/have_func.inc b/storage/spider/mysql-test/spider/bg/t/have_func.inc
new file mode 100644
index 00000000..e0823e73
--- /dev/null
+++ b/storage/spider/mysql-test/spider/bg/t/have_func.inc
@@ -0,0 +1,5 @@
+if (!`SELECT count(*) FROM mysql.func WHERE name = '$TEST_FUNC_NAME'`)
+{
+ SELECT name FROM mysql.func;
+ --let $SKIP_REASON= "Need $TEST_FUNC_NAME function"
+}