diff options
author | Monty <monty@mariadb.org> | 2018-11-07 13:16:29 +0200 |
---|---|---|
committer | Monty <monty@mariadb.org> | 2018-12-09 20:49:05 +0200 |
commit | c82855d88272f0a1b95d0ad2b7abf804aeff8145 (patch) | |
tree | d21118e6caaf2f90e2df0a4a2780d7964caa349e /client/mysqlslap.c | |
parent | ae58cd6b87bf1f872093816691ebdd46bef50c7f (diff) | |
download | mariadb-git-c82855d88272f0a1b95d0ad2b7abf804aeff8145.tar.gz |
Changed some MySQL names in messages to MariaDB
- Remove obsolete documentation files
- Removed old obsolete information from some documentation files
Diffstat (limited to 'client/mysqlslap.c')
-rw-r--r-- | client/mysqlslap.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/mysqlslap.c b/client/mysqlslap.c index 3b9703fe6d4..8c79da88e41 100644 --- a/client/mysqlslap.c +++ b/client/mysqlslap.c @@ -623,7 +623,7 @@ static struct my_option my_long_options[] = {"host", 'h', "Connect to host.", &host, &host, 0, GET_STR, REQUIRED_ARG, 0, 0, 0, 0, 0, 0}, {"init-command", OPT_INIT_COMMAND, - "SQL Command to execute when connecting to MySQL server. Will " + "SQL Command to execute when connecting to MariaDB server. Will " "automatically be re-executed when reconnecting.", &opt_init_command, &opt_init_command, 0, GET_STR, REQUIRED_ARG, 0, 0, 0, 0, 0, 0}, |