From: <"Patrick Galbraith" Date: December 30 2005 4:06pm Subject: bk commit into 5.1 tree (patg:1.2013) List-Archive: http://lists.mysql.com/commits/474 Message-Id: <20051230160606.D9E1265866B@govinda.site> Below is the list of changes that have just been committed into a local 5.1 repository of patg. When patg 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.2013 05/12/30 08:06:00 patg@stripped +1 -0 New amd64 no-ndb build script. BUILD/compile-amd64-debug-max-no-ndb 1.1 05/12/30 08:05:08 patg@stripped +9 -0 New no-ndb amd64 build script. BUILD/compile-amd64-debug-max-no-ndb 1.0 05/12/30 08:05:08 patg@stripped +0 -0 BitKeeper file /home/patg/mysql-build/mysql-5.1-new/BUILD/compile-amd64-debug-max-no-ndb # 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: patg # Host: govinda.site # Root: /home/patg/mysql-build/mysql-5.1-new --- New file --- +++ BUILD/compile-amd64-debug-max-no-ndb 05/12/30 08:05:08 #! /bin/sh path=`dirname $0` . "$path/SETUP.sh" extra_flags="$amd64_cflags $debug_cflags $max_cflags" c_warnings="$c_warnings $debug_extra_warnings" cxx_warnings="$cxx_warnings $debug_extra_warnings" extra_configs="$amd64_configs $debug_configs $max_no_ndb_configs" . "$path/FINISH.sh"