From: Date: August 13 2007 9:46am Subject: bk commit into 5.1 tree (msvensson:1.2564) BUG#29804 List-Archive: http://lists.mysql.com/commits/32430 X-Bug: 29804 Message-Id: <20070813074613.4923130E879@pilot> 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@stripped, 2007-08-13 09:46:09+02:00, msvensson@pilot.(none) +1 -0 Bug#29804 UDF parameters don't contain correct string length - Export 'check_const_len_init' from udf_example.dll sql/udf_example.def@stripped, 2007-08-13 09:46:07+02:00, msvensson@pilot.(none) +1 -0 - Export 'check_const_len_init' from udf_example.dll diff -Nrup a/sql/udf_example.def b/sql/udf_example.def --- a/sql/udf_example.def 2007-08-09 10:21:26 +02:00 +++ b/sql/udf_example.def 2007-08-13 09:46:07 +02:00 @@ -24,3 +24,4 @@ EXPORTS is_const is_const_init check_const_len + check_const_len_init