Below is the list of changes that have just been committed into a local
5.1 repository of msvensson. When msvensson does a push these changes will
be propagated to the main repository and, within 24 hours after the
push, to the public repository.
For information on how to access the public repository
see http://dev.mysql.com/doc/mysql/en/installing-source-tree.html
ChangeSet
1.2201 06/03/22 12:03:15 msvensson@neptunus.(none) +2 -0
Dsiable udf.test waiting for a check wheter udf_example.so exists
mysql-test/t/disabled.def
1.106 06/03/22 12:03:11 msvensson@neptunus.(none) +1 -0
Disable udf.test
mysql-test/include/have_udf.inc
1.3 06/03/22 12:03:11 msvensson@neptunus.(none) +6 -0
Add comment that a check for udf_example.so must be made
# This is a BitKeeper patch. What follows are the unified diffs for the
# set of deltas contained in the patch. The rest of the patch, the part
# that BitKeeper cares about, is below these diffs.
# User: msvensson
# Host: neptunus.(none)
# Root: /home/msvensson/mysql/mysql-5.1
--- 1.105/mysql-test/t/disabled.def 2006-03-21 12:33:07 +01:00
+++ 1.106/mysql-test/t/disabled.def 2006-03-22 12:03:11 +01:00
@@ -43,3 +43,4 @@
rpl_until : Unstable test case, bug#15886
sp-goto : GOTO is currently is disabled - will be fixed in the future
mysqldump : BUG#18078
+udf : Need to check if udf_example.so has been built
--- 1.2/mysql-test/include/have_udf.inc 2006-03-21 10:54:21 +01:00
+++ 1.3/mysql-test/include/have_udf.inc 2006-03-22 12:03:11 +01:00
@@ -6,3 +6,9 @@
disable_query_log;
show variables like "have_dlopen";
enable_query_log;
+
+#
+# Check that the "udf_example.so" file has been created
+#
+
+# TODO
| Thread |
|---|
| • bk commit into 5.1 tree (msvensson:1.2201) | msvensson | 22 Mar |