diff options
author | unknown <paul@snake-hub.snake.net> | 2006-02-28 12:19:30 -0600 |
---|---|---|
committer | unknown <paul@snake-hub.snake.net> | 2006-02-28 12:19:30 -0600 |
commit | 773c1e049ac90f28e25a721ca85da588f4ad0560 (patch) | |
tree | b4ed1d58e9b201347a769b2cca761eb3648798ce /client | |
parent | 71dd60573e10332e05e5c0882c8550433090a4bc (diff) | |
download | mariadb-git-773c1e049ac90f28e25a721ca85da588f4ad0560.tar.gz |
mysqltest.c:
Fix typos.
client/mysqltest.c:
Fix typos.
Diffstat (limited to 'client')
-rw-r--r-- | client/mysqltest.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/client/mysqltest.c b/client/mysqltest.c index 57bb907170e..0ee8486a31d 100644 --- a/client/mysqltest.c +++ b/client/mysqltest.c @@ -1370,7 +1370,7 @@ int do_modify_var(struct st_query *query, const char *name, system <command> Eval the query to expand any $variables in the command. - Execute the command withe the "system" command. + Execute the command with the "system" command. NOTE If mysqltest is executed from cygwin shell, the command will be @@ -2099,7 +2099,7 @@ int safe_connect(MYSQL* mysql, const char *host, const char *user, /* - Connect to a server and handle connection errors in case when they occur. + Connect to a server and handle connection errors in case they occur. SYNOPSIS connect_n_handle_errors() @@ -2819,7 +2819,7 @@ static struct my_option my_long_options[] = {"compress", 'C', "Use the compressed server/client protocol.", (gptr*) &opt_compress, (gptr*) &opt_compress, 0, GET_BOOL, NO_ARG, 0, 0, 0, 0, 0, 0}, - {"cursor-protocol", OPT_CURSOR_PROTOCOL, "Use cursors for prepared statment", + {"cursor-protocol", OPT_CURSOR_PROTOCOL, "Use cursors for prepared statements.", (gptr*) &cursor_protocol, (gptr*) &cursor_protocol, 0, GET_BOOL, NO_ARG, 0, 0, 0, 0, 0, 0}, {"database", 'D', "Database to use.", (gptr*) &db, (gptr*) &db, 0, |