From 8f3aa7ef02278e0ae3abf9509238d8e3188da0e9 Mon Sep 17 00:00:00 2001 From: unknown Date: Fri, 14 Jul 2006 17:55:34 +0200 Subject: [PATCH 1/2] Increment the version number to 4.1.22, as 4.1.21 is cloned. --- configure.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.in b/configure.in index 773ab7630bd..314f9117ad8 100644 --- a/configure.in +++ b/configure.in @@ -5,7 +5,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 -AM_INIT_AUTOMAKE(mysql, 4.1.21) +AM_INIT_AUTOMAKE(mysql, 4.1.22) AM_CONFIG_HEADER(config.h) PROTOCOL_VERSION=10 @@ -17,7 +17,7 @@ SHARED_LIB_VERSION=$SHARED_LIB_MAJOR_VERSION:0:0 # ndb version NDB_VERSION_MAJOR=4 NDB_VERSION_MINOR=1 -NDB_VERSION_BUILD=21 +NDB_VERSION_BUILD=22 NDB_VERSION_STATUS="" # Set all version vars based on $VERSION. How do we do this more elegant ? From 7830197bcc2187f468358cdf655d8d662c02777a Mon Sep 17 00:00:00 2001 From: unknown Date: Sat, 15 Jul 2006 00:24:35 +0200 Subject: [PATCH 2/2] mysql.spec.sh: Command "ndb_mgm" is an optional tool, and should only be in "ndb-tools" package (bug#21058) support-files/mysql.spec.sh: Command "ndb_mgm" is an optional tool, and should only be in "ndb-tools" package (bug#21058) --- support-files/mysql.spec.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/support-files/mysql.spec.sh b/support-files/mysql.spec.sh index 454ec522f0e..075abbfe09e 100644 --- a/support-files/mysql.spec.sh +++ b/support-files/mysql.spec.sh @@ -634,7 +634,6 @@ fi %files ndb-management %defattr(-,root,root,0755) %attr(755, root, root) %{_sbindir}/ndb_mgmd -%attr(755, root, root) %{_bindir}/ndb_mgm %files ndb-tools %defattr(-,root,root,0755)