diff options
author | Monty <monty@mariadb.org> | 2017-10-31 13:42:57 +0200 |
---|---|---|
committer | Monty <monty@mariadb.org> | 2017-10-31 13:42:57 +0200 |
commit | 157f2b25512c898bf9ac20556d9e7b06b0256e49 (patch) | |
tree | 732f0770e2639a3c4044b73717347a3192cb6a8a /mysql-test/r/mysqld--help.result | |
parent | b25808012992207eb75b910d8c5768c49ab15cd7 (diff) | |
download | mariadb-git-157f2b25512c898bf9ac20556d9e7b06b0256e49.tar.gz |
Updated help message for long_query_time
Diffstat (limited to 'mysql-test/r/mysqld--help.result')
-rw-r--r-- | mysql-test/r/mysqld--help.result | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/mysql-test/r/mysqld--help.result b/mysql-test/r/mysqld--help.result index 7005a850ea5..3729fa32feb 100644 --- a/mysql-test/r/mysqld--help.result +++ b/mysql-test/r/mysqld--help.result @@ -418,8 +418,9 @@ The following options may be given as the first argument: file.Value can be between 0 and 11. Higher values mean more verbosity --long-query-time=# Log all queries that have taken more than long_query_time - seconds to execute to file. The argument will be treated - as a decimal value with microsecond precision + seconds to execute to the slow query log file. The + argument will be treated as a decimal value with + microsecond precision --low-priority-updates INSERT/DELETE/UPDATE has lower priority than selects --lower-case-table-names[=#] |