Below is the list of changes that have just been committed into a local
5.1 repository of prem. When prem 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.2081 06/01/19 08:41:45 pkarthick@stripped[prem] +1 -0
5.1_pthread_flag.patch
client/Makefile.am
1.58 06/01/16 12:28:57 pkarthick@stripped[prem] +4 -0
Import patch 5.1_pthread_flag.patch
# 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: pkarthick
# Host: blr-naas-nwl04.blr.novell.com
# Root: /home/prem/bk/mysql-5.1
--- 1.57/client/Makefile.am 2006-01-13 21:39:23 +05:30
+++ 1.58/client/Makefile.am 2006-01-16 12:28:57 +05:30
@@ -48,7 +48,11 @@
$(top_srcdir)/mysys/my_vle.c \
$(top_srcdir)/mysys/base64.c
mysqlbinlog_LDADD = $(LDADD) $(CXXLDFLAGS)
+if HAVE_NETWARE
+mysqlslap_LDADD = $(LDADD) $(CXXLDFLAGS)
+else
mysqlslap_LDADD = $(LDADD) $(CXXLDFLAGS) -lpthread
+endif
mysqltestmanager_pwgen_SOURCES = mysqlmanager-pwgen.c
mysqltestmanagerc_SOURCES= mysqlmanagerc.c $(yassl_dummy_link_fix)
mysqlcheck_SOURCES= mysqlcheck.c $(yassl_dummy_link_fix)
| Thread |
|---|
| • bk commit into 5.1 tree (pkarthick:1.2081) | pkarthick | 19 Jan |