List:Internals« Previous MessageNext Message »
From:lenz Date:August 4 2005 9:57am
Subject:bk commit into 4.1 tree (lenz:1.2375)
View as plain text  
Below is the list of changes that have just been committed into a local
4.1 repository of lenz. When lenz 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.2375 05/08/04 11:57:30 lenz@stripped +1 -0
  - fixed enabling the Archive storage engine for the mysqld-max RPM binary

  support-files/mysql.spec.sh
    1.102 05/08/04 11:57:21 lenz@stripped +5 -1
    - fixed enabling the Archive storage engine for the mysqld-max binary

# 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:	lenz
# Host:	metis.lenznet
# Root:	/space/my/mysql-4.1-build

--- 1.101/support-files/mysql.spec.sh	2005-08-02 13:58:48 +02:00
+++ 1.102/support-files/mysql.spec.sh	2005-08-04 11:57:21 +02:00
@@ -300,7 +300,7 @@
 		--with-innodb \
 		--with-ndbcluster \
 		--with-raid \
-		--with-archive \
+		--with-archive-storage-engine \
 		--with-csv-storage-engine \
 		--with-example-storage-engine \
 		--with-blackhole-storage-engine \
@@ -668,6 +668,10 @@
 # itself - note that they must be ordered by date (important when
 # merging BK trees)
 %changelog 
+* Thu Aug 04 2005 Lenz Grimmer <lenz@stripped>
+
+- Fixed enabling the Archive storage engine in the Max binary
+
 * Tue Aug 02 2005 Lenz Grimmer <lenz@stripped>
 
 - Fixed the Requires: tag for the server RPM (BUG 12233)
Thread
bk commit into 4.1 tree (lenz:1.2375)lenz4 Aug