From: Joerg Bruehe Date: January 9 2007 11:21am Subject: bk commit into 5.1 tree (joerg:1.2385) List-Archive: http://lists.mysql.com/commits/17772 Message-Id: <20070109112116.022441850@trift2.fambruehe> Below is the list of changes that have just been committed into a local 5.1 repository of joerg. When joerg 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-09 12:21:06+01:00, joerg@trift2. +1 -0 configure.in : Fix a wrong comment. configure.in@stripped, 2007-01-09 12:21:02+01:00, joerg@trift2. +1 -1 Fix a wrong comment (as of 5.1, there is no separate keeping of NDB version numbers). # 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: joerg # Host: trift2. # Root: /MySQL/M51/push-5.1 --- 1.411/configure.in 2007-01-09 12:21:16 +01:00 +++ 1.412/configure.in 2007-01-09 12:21:16 +01:00 @@ -6,7 +6,7 @@ AC_INIT(sql/mysqld.cc) AC_CANONICAL_SYSTEM # The Docs Makefile.am parses this line! -# remember to also change ndb version below and update version.c in ndb +# remember to also update version.c in ndb AM_INIT_AUTOMAKE(mysql, 5.1.15-beta) AM_CONFIG_HEADER(config.h)