summaryrefslogtreecommitdiff
path: root/mysql-test/t/udf.test
diff options
context:
space:
mode:
authorunknown <kent@mysql.com/c-4b4072d5.010-2112-6f72651.cust.bredbandsbolaget.se>2006-07-29 04:41:50 +0200
committerunknown <kent@mysql.com/c-4b4072d5.010-2112-6f72651.cust.bredbandsbolaget.se>2006-07-29 04:41:50 +0200
commit3c9ba0208ae236435f5bad462b41f0df72aaad28 (patch)
tree077b41d8a23beb49eeba63c4589c3fbec2551907 /mysql-test/t/udf.test
parent8c4ba9687f8b101d9ea43ea0200582477e52e679 (diff)
downloadmariadb-git-3c9ba0208ae236435f5bad462b41f0df72aaad28.tar.gz
udf_example.c, udf.test, Makefile.am:
Converted "udf_example.cc" to C, avoids C++ runtime lib dependency (bug#21336) sql/Makefile.am: "udf_example.cc" converted to C, avoids C++ runtime lib dependency (bug#21336) mysql-test/t/udf.test: "udf_example.cc" converted to C, avoids C++ runtime lib dependency (bug#21336) sql/udf_example.c: Changes to be strict ansi, except long long
Diffstat (limited to 'mysql-test/t/udf.test')
-rw-r--r--mysql-test/t/udf.test2
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/t/udf.test b/mysql-test/t/udf.test
index f3be08c8537..e0c2493c616 100644
--- a/mysql-test/t/udf.test
+++ b/mysql-test/t/udf.test
@@ -1,6 +1,6 @@
--source include/have_udf.inc
#
-# To run this tests the "sql/udf_example.cc" need to be compiled into
+# To run this tests the "sql/udf_example.c" need to be compiled into
# udf_example.so and LD_LIBRARY_PATH should be setup to point out where
# the library are.
#