Below is the list of changes that have just been committed into a local
5.0 repository of mysqldev. When mysqldev 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
1.1949 05/08/05 16:35:04 joerg@stripped +1 -0
Reset the version to 5.0.11 (this is within the updated clone).
configure.in
1.330 05/08/05 16:32:58 joerg@stripped +2 -2
Reset the version to 5.0.11 (this is within the updated clone).
# 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: production.mysql.com
# Root: /data0/mysqldev/my/mysql-5.0-release
--- 1.329/configure.in 2005-08-04 15:19:53 +02:00
+++ 1.330/configure.in 2005-08-05 16:32:58 +02:00
@@ -6,7 +6,7 @@
AC_INIT(sql/mysqld.cc)
AC_CANONICAL_SYSTEM
# Don't forget to also update the NDB lines below.
-AM_INIT_AUTOMAKE(mysql, 5.0.12-beta)
+AM_INIT_AUTOMAKE(mysql, 5.0.11-beta)
AM_CONFIG_HEADER(config.h)
PROTOCOL_VERSION=10
@@ -17,7 +17,7 @@
# ndb version
NDB_VERSION_MAJOR=5
NDB_VERSION_MINOR=0
-NDB_VERSION_BUILD=12
+NDB_VERSION_BUILD=11
NDB_VERSION_STATUS="beta"
# Set all version vars based on $VERSION. How do we do this more elegant ?
| Thread |
|---|
| • bk commit into 5.0 tree (joerg:1.1949) | joerg | 5 Aug |