List:Commits« Previous MessageNext Message »
From:msvensson Date:February 9 2006 3:33pm
Subject:bk commit into 5.2 tree (msvensson:1.2098)
View as plain text  
Below is the list of changes that have just been committed into a local
5.2 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
  1.2098 06/02/09 16:33:02 msvensson@neptunus.(none) +8 -0
  Merge neptunus.(none):/home/msvensson/mysql/mysql-5.1
  into  neptunus.(none):/home/msvensson/mysql/mysql-5.2

  sql/sql_yacc.yy
    1.454 06/02/09 16:32:55 msvensson@neptunus.(none) +0 -0
    Auto merged

  sql/sql_trigger.cc
    1.47 06/02/09 16:32:55 msvensson@neptunus.(none) +0 -21
    Auto merged

  sql/item.h
    1.191 06/02/09 16:32:55 msvensson@neptunus.(none) +0 -0
    Auto merged

  sql/item.cc
    1.168 06/02/09 16:32:54 msvensson@neptunus.(none) +0 -2
    Auto merged

  mysql-test/t/trigger-grant.test
    1.8 06/02/09 16:32:54 msvensson@neptunus.(none) +0 -25
    Auto merged

  mysql-test/t/ctype_ucs.test
    1.40 06/02/09 16:32:54 msvensson@neptunus.(none) +0 -0
    Auto merged

  mysql-test/r/trigger-grant.result
    1.6 06/02/09 16:32:54 msvensson@neptunus.(none) +0 -3
    Auto merged

  configure.in
    1.336 06/02/09 16:32:54 msvensson@neptunus.(none) +0 -0
    Auto merged

# 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:	msvensson
# Host:	neptunus.(none)
# Root:	/home/msvensson/mysql/mysql-5.2/RESYNC

--- 1.335/configure.in	2006-02-05 20:19:07 +01:00
+++ 1.336/configure.in	2006-02-09 16:32:54 +01:00
@@ -343,7 +343,7 @@
 
 # libmysqlclient versioning when linked with GNU ld.
 if $LD --version 2>/dev/null|grep -q GNU; then
-  LD_VERSION_SCRIPT="-Wl,--version-script=\$(top_srcdir)/libmysql/libmysql.ver"
+  LD_VERSION_SCRIPT="-Wl,--version-script=\$(top_builddir)/libmysql/libmysql.ver"
   AC_CONFIG_FILES(libmysql/libmysql.ver)
 fi
 AC_SUBST(LD_VERSION_SCRIPT)
Thread
bk commit into 5.2 tree (msvensson:1.2098)msvensson9 Feb