List:Commits« Previous MessageNext Message »
From:tim Date:April 26 2007 11:07pm
Subject:bk commit into 5.1 tree (tsmith:1.2484)
View as plain text  
Below is the list of changes that have just been committed into a local
5.1 repository of tsmith. When tsmith 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, 2007-04-26 23:07:33+02:00, tsmith@stripped +1 -0
  Merge quadxeon.mysql.com:/benchmarks/ext3/TOSAVE/tsmith/bk/maint/b27390/50
  into  quadxeon.mysql.com:/benchmarks/ext3/TOSAVE/tsmith/bk/maint/51
  MERGE: 1.1810.2858.19

  scripts/mysql_install_db.sh@stripped, 2007-04-26 23:07:26+02:00, tsmith@stripped
+0 -0
    Auto merged
    MERGE: 1.64.1.10

# 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:	tsmith
# Host:	quadxeon.mysql.com
# Root:	/benchmarks/ext3/TOSAVE/tsmith/bk/maint/51/RESYNC

--- 1.75/scripts/mysql_install_db.sh	2007-04-13 15:09:22 +02:00
+++ 1.76/scripts/mysql_install_db.sh	2007-04-26 23:07:26 +02:00
@@ -79,7 +79,10 @@ parse_arguments() {
         then
           # This sed command makes sure that any special chars are quoted,
           # so the arg gets passed exactly to the server.
-          args="$args "`echo "$arg" | sed -e 's,\([^a-zA-Z0-9_.-]\),\\\\\1,g'`
+          # XXX: This is broken; true fix requires using eval and proper
+          # quoting of every single arg ($basedir, $ldata, etc.)
+          #args="$args "`echo "$arg" | sed -e 's,\([^a-zA-Z0-9_.-]\),\\\\\1,g'`
+          args="$args $arg"
         fi
         ;;
     esac
Thread
bk commit into 5.1 tree (tsmith:1.2484)tim26 Apr