From: paul Date: January 19 2006 4:24pm Subject: bk commit into 5.1 tree (paul:1.2080) List-Archive: http://lists.mysql.com/commits/1356 Message-Id: <20060119162415.1205C20C5CC@snake-hub.snake.net> 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.2080 06/01/19 10:24:08 paul@stripped +1 -0 mysqlslap.c: Fix incorrect option description. client/mysqlslap.c 1.17 06/01/19 10:23:46 paul@stripped +2 -1 Fix incorrect option description. # 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: snake-hub.snake.net # Root: /src/extern/MySQL/bk/mysql-5.1 --- 1.16/client/mysqlslap.c 2006-01-18 20:26:08 -06:00 +++ 1.17/client/mysqlslap.c 2006-01-19 10:23:46 -06:00 @@ -377,7 +377,8 @@ {"create-schema", OPT_CREATE_SLAP_SCHEMA, "Schema to run tests in.", (gptr*) &create_schema_string, (gptr*) &create_schema_string, 0, GET_STR, REQUIRED_ARG, 0, 0, 0, 0, 0, 0}, - {"csv", OPT_CREATE_SLAP_SCHEMA, "Schema to run tests in.", + {"csv", OPT_CREATE_SLAP_SCHEMA, + "Generate CSV output to named file or to stdout if no file is named.", (gptr*) &opt_csv_str, (gptr*) &opt_csv_str, 0, GET_STR, OPT_ARG, 0, 0, 0, 0, 0, 0}, {"debug", '#', "Output debug log. Often this is 'd:t:o,filename'.",