List:Commits« Previous MessageNext Message »
From:Martin Skold Date:June 15 2006 9:41am
Subject:bk commit into 5.1 tree (mskold:1.2205)
View as plain text  
Below is the list of changes that have just been committed into a local
5.1 repository of marty. When marty 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.2205 06/06/15 11:40:53 mskold@stripped +1 -0
  Removed stray bracket

  configure.in
    1.361 06/06/15 11:40:26 mskold@stripped +1 -1
    Removed stray bracket

# 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:	mskold
# Host:	linux.site
# Root:	/home/marty/MySQL/mysql-5.1

--- 1.360/configure.in	2006-06-15 05:00:30 +02:00
+++ 1.361/configure.in	2006-06-15 11:40:26 +02:00
@@ -15,7 +15,7 @@ DOT_FRM_VERSION=6
 # See the libtool docs for information on how to do shared lib versions.
 SHARED_LIB_MAJOR_VERSION=15
 SHARED_LIB_VERSION=$SHARED_LIB_MAJOR_VERSION:0:0
-}
+
 # Set all version vars based on $VERSION. How do we do this more elegant ?
 # Remember that regexps needs to quote [ and ] since this is run through m4
 MYSQL_NO_DASH_VERSION=`echo $VERSION | sed -e "s|[[a-z]]*-.*$||"`
Thread
bk commit into 5.1 tree (mskold:1.2205)Martin Skold15 Jun