Below is the list of changes that have just been committed into a local
5.0 repository of joerg. When joerg 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-01-16 12:46:48+01:00, joerg@trift2. +1 -0
configure.in : Fix a dependency problem for "extra/" which shows up only in RPM
builds.
configure.in@stripped, 2007-01-16 12:46:45+01:00, joerg@trift2. +2 -2
Some files in "extra/", notably "comp_err", depend on "dbug/libdbug.a",
so "dbug/" must be a target before "extra/" is attempted. Fix this.
# 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: joerg
# Host: trift2.
# Root: /MySQL/M50/clone-5.0
--- 1.418/configure.in 2007-01-16 12:46:56 +01:00
+++ 1.419/configure.in 2007-01-16 12:46:56 +01:00
@@ -2516,9 +2516,9 @@
if test "$THREAD_SAFE_CLIENT" = "no"
then
- sql_client_dirs="strings regex mysys extra libmysql client"
+ sql_client_dirs="strings regex mysys dbug extra libmysql client"
else
- sql_client_dirs="strings regex mysys extra libmysql libmysql_r client"
+ sql_client_dirs="strings regex mysys dbug extra libmysql libmysql_r client"
linked_client_targets="$linked_client_targets linked_libmysql_r_sources"
AC_CONFIG_FILES(libmysql_r/Makefile)
AC_DEFINE([THREAD_SAFE_CLIENT], [1], [Should be client be thread safe])
| Thread |
|---|
| • bk commit into 5.0 tree (joerg:1.2381) | Joerg Bruehe | 16 Jan |