List:Commits« Previous MessageNext Message »
From:kent Date:June 12 2007 1:34am
Subject:bk commit into 4.1 tree (kent:1.2666) BUG#29007
View as plain text  
Below is the list of changes that have just been committed into a local
4.1 repository of kent. When kent 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-06-12 01:33:23+02:00, kent@stripped +1 -0
  libmysqld.def:
    Corrected name of mysql_thread_{init,end} (bug#29007)

  libmysqld/libmysqld.def@stripped, 2007-06-12 01:30:59+02:00, kent@stripped +2 -2
    Corrected name of mysql_thread_{init,end} (bug#29007)

# 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:	kent
# Host:	c-554072d5.010-2112-6f72651.cust.bredbandsbolaget.se
# Root:	/Users/kent/mysql/bk/mysql-4.1-release

--- 1.10/libmysqld/libmysqld.def	2007-06-12 01:34:17 +02:00
+++ 1.11/libmysqld/libmysqld.def	2007-06-12 01:34:17 +02:00
@@ -29,8 +29,8 @@
 	my_print_variables
 	my_realloc
 	my_strdup
-	my_thread_end
-	my_thread_init
+	mysql_thread_end
+	mysql_thread_init
 	myodbc_remove_escape
 	mysql_affected_rows
 	mysql_autocommit
Thread
bk commit into 4.1 tree (kent:1.2666) BUG#29007kent12 Jun