From: Martin Skold Date: August 21 2012 7:37am Subject: bzr push into mysql-5.1-telco-7.1 branch (Martin.Skold:4593 to 4594) List-Archive: http://lists.mysql.com/commits/144575 Message-Id: <201208210737.q7L7bfbK010372@localhost6.localdomain6> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit 4594 Martin Skold 2012-08-21 ndb - bump version to 7.1.25 modified: configure.in storage/ndb/ndb_configure.m4 4593 Martin Skold 2012-08-21 {clone-mysql-5.1.63-ndb-7.1.24-src-build} Fixed correct log_part to be displayed in ndbinfo modified: storage/ndb/src/kernel/blocks/dblqh/DblqhMain.cpp === modified file 'configure.in' --- a/configure.in 2012-07-05 10:54:53 +0000 +++ b/configure.in 2012-08-21 07:37:14 +0000 @@ -12,7 +12,7 @@ dnl dnl When changing the major version number please also check the switch dnl statement in mysqlbinlog::check_master_version(). You may also need dnl to update version.c in ndb. -AC_INIT([MySQL Server], [5.1.63-ndb-7.1.24], [], [mysql]) +AC_INIT([MySQL Server], [5.1.63-ndb-7.1.25], [], [mysql]) AC_CONFIG_SRCDIR([sql/mysqld.cc]) AC_CANONICAL_SYSTEM === modified file 'storage/ndb/ndb_configure.m4' --- a/storage/ndb/ndb_configure.m4 2012-07-05 10:54:53 +0000 +++ b/storage/ndb/ndb_configure.m4 2012-08-21 07:37:14 +0000 @@ -2,7 +2,7 @@ # Should be updated when creating a new NDB version NDB_VERSION_MAJOR=7 NDB_VERSION_MINOR=1 -NDB_VERSION_BUILD=24 +NDB_VERSION_BUILD=25 NDB_VERSION_STATUS="" dnl --------------------------------------------------------------------------- No bundle (reason: useless for push emails).