← Back to team overview

maria-developers team mailing list archive

Rev 2763: Fixed typos of --engine help text. in file:///Users/hakan/work/monty_program/maria-local-master/

 

At file:///Users/hakan/work/monty_program/maria-local-master/

------------------------------------------------------------
revno: 2763 [merge]
revision-id: hakan@xxxxxxxxxxxx-20091111221400-swg7ddgd19hrkbw5
parent: knielsen@xxxxxxxxxxxxxxx-20091107062910-ntg41l1dw1d7kqrz
parent: hakan@xxxxxxxxxxxx-20091111221307-p266i6i5hr1n9lay
committer: Hakan Kuecuekyilmaz <hakan@xxxxxxxxxxxx>
branch nick: maria-local-master
timestamp: Wed 2009-11-11 23:14:00 +0100
message:
  Fixed typos of --engine help text.
modified:
  client/mysqlslap.c             sp1f-mysqlslap.c-20051130000206-7t375hf5mtlqof5xd4nj76yckxvxykhv
=== modified file 'client/mysqlslap.c'
--- a/client/mysqlslap.c	2009-10-26 11:35:42 +0000
+++ b/client/mysqlslap.c	2009-11-11 22:13:07 +0000
@@ -597,8 +597,8 @@
     (uchar**) &detach_rate, (uchar**) &detach_rate, 0, GET_UINT, REQUIRED_ARG, 
     0, 0, 0, 0, 0, 0},
   {"engine", 'e', "Comma separated list of storage engines to use for creating the table."
-     "The test is run for each engine. You can also specify an option for an engine"
-     "after a `:', like memory:max_row=2300",
+     " The test is run for each engine. You can also specify an option for an engine"
+     " after a `:', like memory:max_row=2300",
     (uchar**) &default_engine, (uchar**) &default_engine, 0,
     GET_STR, REQUIRED_ARG, 0, 0, 0, 0, 0, 0},
   {"host", 'h', "Connect to host.", (uchar**) &host, (uchar**) &host, 0, GET_STR,