Below is the list of changes that have just been committed into a local
5.0 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-18 13:32:20-08:00, mtaylor@qualinost.(none) +2 -0
Merge bk-internal.mysql.com:/home/bk/mysql-5.0-maint
into qualinost.(none):/home/mtaylor/src/mysql-5.0-maint
MERGE: 1.2361.1.2
configure.in@stripped, 2007-01-18 13:32:13-08:00, mtaylor@qualinost.(none) +0 -0
Auto merged
MERGE: 1.413.1.2
ndb/src/Makefile.am@stripped, 2007-01-18 13:32:13-08:00, mtaylor@qualinost.(none) +0 -0
Auto merged
MERGE: 1.13.1.1
# 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.0-maint/RESYNC
--- 1.421/configure.in 2007-01-18 13:32:26 -08:00
+++ 1.422/configure.in 2007-01-18 13:32:26 -08:00
@@ -16,6 +16,9 @@
SHARED_LIB_MAJOR_VERSION=15
SHARED_LIB_VERSION=$SHARED_LIB_MAJOR_VERSION:0:0
+NDB_SHARED_LIB_MAJOR_VERSION=5
+NDB_SHARED_LIB_VERSION=$NDB_SHARED_LIB_MAJOR_VERSION:0:0
+
# ndb version
NDB_VERSION_MAJOR=5
NDB_VERSION_MINOR=0
@@ -72,6 +75,9 @@
[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)
AC_SUBST([NDB_VERSION_MAJOR])
--- 1.15/ndb/src/Makefile.am 2007-01-18 13:32:26 -08:00
+++ 1.16/ndb/src/Makefile.am 2007-01-18 13:32:26 -08:00
@@ -21,6 +21,8 @@
libndbclient_la_SOURCES =
+libndbclient_la_LDFLAGS = -version-info @NDB_SHARED_LIB_VERSION@
+
libndbclient_la_LIBADD = \
ndbapi/libndbapi.la \
common/transporter/libtransporter.la \
| Thread |
|---|
| • bk commit into 5.0 tree (mtaylor:1.2378) | Monty Taylor | 18 Jan |