List:Commits« Previous MessageNext Message »
From:paul Date:April 28 2006 5:44pm
Subject:bk commit into 5.1 tree (paul:1.2372)
View as plain text  
Below is the list of changes that have just been committed into a local
5.1 repository of paul. When paul 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.2372 06/04/28 10:44:08 paul@stripped +1 -0
  mysqlslap.c:
    Avoid embedding a bunch of whitespace in --help message.

  client/mysqlslap.c
    1.34 06/04/28 10:43:38 paul@stripped +2 -2
    Avoid embedding a bunch of whitespace in --help message.

# 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:	paul
# Host:	polar.kitebird.com
# Root:	/src/extern/MySQL/bk/mysql-5.1

--- 1.33/client/mysqlslap.c	2006-04-18 10:16:15 -05:00
+++ 1.34/client/mysqlslap.c	2006-04-28 10:43:38 -05:00
@@ -457,8 +457,8 @@
     (gptr*) &opt_mysql_port, 0, GET_UINT, REQUIRED_ARG, MYSQL_PORT, 0, 0, 0, 0,
     0},
   {"preserve-schema", OPT_MYSQL_PRESERVE_SCHEMA,
-    "Preserve the schema from the mysqlslap run, this happens unless \
-      --auto-generate-sql or --create are used.",
+    "Preserve the schema from the mysqlslap run, this happens unless "
+      "--auto-generate-sql or --create are used.",
     (gptr*) &opt_preserve, (gptr*) &opt_preserve, 0, GET_BOOL,
     NO_ARG, TRUE, 0, 0, 0, 0, 0},
   {"protocol", OPT_MYSQL_PROTOCOL,
Thread
bk commit into 5.1 tree (paul:1.2372)paul28 Apr