List:Commits« Previous MessageNext Message »
From:georg Date:September 16 2006 8:11am
Subject:bk commit into 5.1 tree (georg:1.2318)
View as plain text  
Below is the list of changes that have just been committed into a local
5.1 repository of georg. When georg 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, 2006-09-16 10:11:15+02:00, georg@stripped +1 -0
  temp. workaround: pushbuild still runs with BERKELEY_STORAGE_ENGINE parameter in 5.1

  win/configure.js@stripped, 2006-09-16 10:11:11+02:00, georg@stripped +2 -1
    temp. workaround: pushbuild still runs with BERKELEY_STORAGE_ENGINE parameter in 5.1

# 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:	georg
# Host:	lmy002.wdf.sap.corp
# Root:	/home/georg/work/mysql/prod/mysql-5.1-win

--- 1.7/win/configure.js	2006-09-16 10:11:25 +02:00
+++ 1.8/win/configure.js	2006-09-16 10:11:25 +02:00
@@ -75,7 +75,8 @@
                     WScript.Echo("  ?                               Show this help text");
 					break;
             default:
-                    throw new Error(1, "Invalid parameter: " + parts[0]);
+//                    throw new Error(1, "Invalid parameter: " + parts[0]);
+					WScript.Echo("Invalid parameter: " + parts[0]);
                     break;
         }
     }
Thread
bk commit into 5.1 tree (georg:1.2318)georg16 Sep