diff options
author | Sergey Vojtovich <svoj@mariadb.org> | 2015-11-24 19:55:52 +0400 |
---|---|---|
committer | Sergey Vojtovich <svoj@mariadb.org> | 2015-11-27 11:32:30 +0400 |
commit | 9d5c9379a6fd3662d4388cda177a3b1ea7b070cc (patch) | |
tree | a73a1917b3a33111389d542044f706c8386bbb46 /mysql-test/r/mysqld--help.result | |
parent | cc8e8633907427da0807734d99f2c5452d889c3c (diff) | |
download | mariadb-git-9d5c9379a6fd3662d4388cda177a3b1ea7b070cc.tar.gz |
MDEV-7780 - Support for faking server version
Added --version=str (optional argument sets server version string).
Diffstat (limited to 'mysql-test/r/mysqld--help.result')
-rw-r--r-- | mysql-test/r/mysqld--help.result | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mysql-test/r/mysqld--help.result b/mysql-test/r/mysqld--help.result index af68b796b81..5e02b92b98c 100644 --- a/mysql-test/r/mysqld--help.result +++ b/mysql-test/r/mysqld--help.result @@ -1124,7 +1124,8 @@ The following options may be given as the first argument: CLIENT_STATISTICS, INDEX_STATISTICS and TABLE_STATISTICS tables in the INFORMATION_SCHEMA -v, --verbose Used with --help option for detailed help. - -V, --version Output version information and exit. + -V, --version[=name] + Output version information and exit. --wait-timeout=# The number of seconds the server waits for activity on a connection before closing it |