List:Commits« Previous MessageNext Message »
From:Monty Taylor Date:January 11 2007 10:07am
Subject:bk commit into 5.1 tree (mtaylor:1.2382)
View as plain text  
Below is the list of changes that have just been committed into a local
5.1 repository of mtaylor. When mtaylor 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-11 02:07:02-08:00, mtaylor@qualinost.(none) +1 -0
  Merging changes from 5.0 tree. Incrementing NDB_SHARED_LIB_MAJOR_VERSION to 6. 
  bug $13522

  configure.in@stripped, 2007-01-11 02:07:00-08:00, mtaylor@qualinost.(none) +4 -0
    Merging changes from 5.0 tree. Incrementing NDB_SHARED_LIB_MAJOR_VERSION to 6. 

# 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:	mtaylor
# Host:	qualinost.(none)
# Root:	/home/mtaylor/src/mysql-5.1-maint

--- 1.411/configure.in	2007-01-11 02:07:08 -08:00
+++ 1.412/configure.in	2007-01-11 02:07:08 -08:00
@@ -15,6 +15,8 @@
 # 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
+NDB_SHARED_LIB_MAJOR_VERSION=6
+NDB_SHARED_LIB_VERSION=$NDB_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]]*-.*$||"`
@@ -59,6 +61,8 @@
                    [Version of .frm files])
 AC_SUBST(SHARED_LIB_MAJOR_VERSION)
 AC_SUBST(SHARED_LIB_VERSION)
+AC_SUBST(NDB_SHARED_LIB_MAJOR_VERSION)
+AC_SUBST(NDB_SHARED_LIB_VERSION)
 AC_SUBST(AVAILABLE_LANGUAGES)
 
 
Thread
bk commit into 5.1 tree (mtaylor:1.2382)Monty Taylor11 Jan