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-11 01:54:33-08:00, mtaylor@qualinost.(none) +1 -0
Incrementing NDB_SHARED_LIB_MAJOR_VERSION to 5. bug #13522
configure.in@stripped, 2007-01-11 01:54:31-08:00, mtaylor@qualinost.(none) +6 -0
Merging versioned shared libndbclient changes from 4.1 tree.
# 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
--- 1.414/configure.in 2007-01-11 01:54:39 -08:00
+++ 1.415/configure.in 2007-01-11 01:54:39 -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])
| Thread |
|---|
| • bk commit into 5.0 tree (mtaylor:1.2363) BUG#13522 | Monty Taylor | 11 Jan |