diff options
author | Mats Kindahl <mats.kindahl@oracle.com> | 2010-08-18 12:53:43 +0200 |
---|---|---|
committer | Mats Kindahl <mats.kindahl@oracle.com> | 2010-08-18 12:53:43 +0200 |
commit | f57888054936dad42dc75376c87e39d9539f8240 (patch) | |
tree | 57f0ee484e2f6a5bd9be62f83f083543633b9d7f /mysql-test/r/mysqld--help-win.result | |
parent | b8dde1ef402cb82cb48177718437cab019c65d04 (diff) | |
download | mariadb-git-f57888054936dad42dc75376c87e39d9539f8240.tar.gz |
WL#5363: Thread pool interface
Updating result files containing output of --help --verbose.
Diffstat (limited to 'mysql-test/r/mysqld--help-win.result')
-rw-r--r-- | mysql-test/r/mysqld--help-win.result | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/r/mysqld--help-win.result b/mysql-test/r/mysqld--help-win.result index 9b6b0f53b01..7eee15913f4 100644 --- a/mysql-test/r/mysqld--help-win.result +++ b/mysql-test/r/mysqld--help-win.result @@ -692,7 +692,7 @@ The following options may be given as the first argument: How many threads we should keep in a cache for reuse --thread-handling=name Define threads usage for handling queries, one of - one-thread-per-connection, no-threads + one-thread-per-connection, no-threads, loaded-dynamically --thread-stack=# The stack size for each thread --time-format=name The TIME format (ignored) --timed-mutexes Specify whether to time mutexes (only InnoDB mutexes are |