From: Date: April 18 2008 4:58pm Subject: bk commit into 5.1 tree (joerg:1.2564) BUG#34291 List-Archive: http://lists.mysql.com/commits/45609 X-Bug: 34291 Message-Id: <20080418145858.9D14C2401@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, 2008-04-18 16:58:47+02:00, joerg@trift2. +1 -0 BUILD/Makefile.am Post-merge fix: Add those files which are new in version 5.1 This is the 5.1 version of the fix for Bug #34291 compile-amd64-debug-max-no-ndb missing BUILD/Makefile.am@stripped, 2008-04-18 16:58:42+02:00, joerg@trift2. +5 -0 Post-merge fix: Add those files which are new in version 5.1 diff -Nrup a/BUILD/Makefile.am b/BUILD/Makefile.am --- a/BUILD/Makefile.am 2008-04-18 16:35:01 +02:00 +++ b/BUILD/Makefile.am 2008-04-18 16:58:42 +02:00 @@ -20,6 +20,7 @@ EXTRA_DIST = FINISH.sh \ SETUP.sh \ autorun.sh \ + build_mccge.sh \ check-cpu \ cleanup \ compile-alpha \ @@ -27,10 +28,12 @@ EXTRA_DIST = FINISH.sh \ compile-alpha-cxx \ compile-alpha-debug \ compile-amd64-debug-max \ + compile-amd64-debug-max-no-ndb \ compile-amd64-gcov \ compile-amd64-gprof \ compile-amd64-max \ compile-amd64-max-sci \ + compile-amd64-valgrind-max \ compile-darwin-mwcc \ compile-dist \ compile-hpux11-parisc2-aCC \ @@ -53,10 +56,12 @@ EXTRA_DIST = FINISH.sh \ compile-pentium-mysqlfs-debug \ compile-pentium-pgcc \ compile-pentium-valgrind-max \ + compile-pentium64 \ compile-pentium64-debug \ compile-pentium64-debug-max \ compile-pentium64-gcov \ compile-pentium64-gprof \ + compile-pentium64-max \ compile-pentium64-max-sci \ compile-pentium64-valgrind-max \ compile-ppc \