List:Commits« Previous MessageNext Message »
From:Mats Kindahl Date:March 30 2007 8:35am
Subject:bk commit into 5.1 tree (mats:1.2537)
View as plain text  
Below is the list of changes that have just been committed into a local
5.1 repository of mats. When mats 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-03-30 10:35:37+02:00, mats@romeo.(none) +1 -0
  Merge romeo.(none):/home/bkroot/mysql-5.1-new-rpl
  into  romeo.(none):/home/bk/w3464-mysql-5.1-new-rpl
  MERGE: 1.2533.1.2

  mysql-test/r/rpl_udf.result@stripped, 2007-03-30 10:35:34+02:00, mats@romeo.(none) +0 -8
    Manual merge.
    MERGE: 1.1.1.1

# 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:	mats
# Host:	romeo.(none)
# Root:	/home/bk/w3464-mysql-5.1-new-rpl/RESYNC

--- 1.2/mysql-test/r/rpl_udf.result	2007-03-30 10:35:46 +02:00
+++ 1.3/mysql-test/r/rpl_udf.result	2007-03-30 10:35:46 +02:00
@@ -22,8 +22,8 @@
 "Running on the slave"
 SELECT * FROM mysql.func;
 name	ret	dl	type
-myfunc_double	1	udf_example.dll	function
-myfunc_int	2	udf_example.dll	function
+myfunc_double	1	udf_example.so	function
+myfunc_int	2	udf_example.so	function
 affected rows: 2
 "Running on the master"
 CREATE TABLE t1(sum INT, price FLOAT(24)) ENGINE=MyISAM;
@@ -174,8 +174,8 @@
 "Running on the slave"
 SELECT * FROM mysql.func;
 name	ret	dl	type
-myfunc_int	2	udf_example.dll	function
-myfunc_double	1	udf_example.dll	function
+myfunc_int	2	udf_example.so	function
+myfunc_double	1	udf_example.so	function
 affected rows: 2
 "Running on the master"
 CREATE TABLE t1(sum INT, price FLOAT(24)) ENGINE=MyISAM;
Thread
bk commit into 5.1 tree (mats:1.2537)Mats Kindahl30 Mar