diff options
author | Vladislav Vaintroub <vvaintroub@mysql.com> | 2010-02-16 23:19:47 +0100 |
---|---|---|
committer | Vladislav Vaintroub <vvaintroub@mysql.com> | 2010-02-16 23:19:47 +0100 |
commit | 5b77604cc2d76bf78af113096001c21067970841 (patch) | |
tree | bb2aacb96d3588f443a65da32dbfa2b6508efb80 /mysql-test/r/mysqld--help-notwin.result | |
parent | 14e563ce5f05498d0a4a9aabd73e02690d093cb0 (diff) | |
parent | ab293e26c385d3dfc1b51923b50fd5f2ac158ee0 (diff) | |
download | mariadb-git-5b77604cc2d76bf78af113096001c21067970841.tar.gz |
merge
Diffstat (limited to 'mysql-test/r/mysqld--help-notwin.result')
-rw-r--r-- | mysql-test/r/mysqld--help-notwin.result | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/mysql-test/r/mysqld--help-notwin.result b/mysql-test/r/mysqld--help-notwin.result index 7b2f4e670c8..7c6a7a2491a 100644 --- a/mysql-test/r/mysqld--help-notwin.result +++ b/mysql-test/r/mysqld--help-notwin.result @@ -219,6 +219,9 @@ The following options may be given as the first argument: the week. --local-infile Enable LOAD DATA LOCAL INFILE (Defaults to on; use --skip-local-infile to disable.) + --lock-wait-timeout=# + Timeout in seconds to wait for a lock before returning an + error. -l, --log[=name] Log connections and queries to file (deprecated option, use --general-log/--general-log-file instead). --log-bin[=name] Log update queries in binary format. Optional (but @@ -706,10 +709,6 @@ The following options may be given as the first argument: --table-cache=# Deprecated; use --table-open-cache instead. --table-definition-cache=# The number of cached table definitions - --table-lock-wait-timeout=# - Timeout in seconds to wait for a table level lock before - returning an error. Used only if the connection has - active cursors --table-open-cache=# The number of cached open tables --tc-heuristic-recover=name @@ -826,6 +825,7 @@ lc-messages en_US lc-messages-dir MYSQL_SHAREDIR/ lc-time-names en_US local-infile TRUE +lock-wait-timeout 31536000 log-bin (No default value) log-bin-index (No default value) log-bin-trust-function-creators FALSE @@ -964,7 +964,6 @@ sync-relay-log-info 0 sysdate-is-now FALSE table-cache 400 table-definition-cache 400 -table-lock-wait-timeout 50 table-open-cache 400 tc-heuristic-recover COMMIT thread-cache-size 0 |