2017-08-17 11:32:16 +02:00
|
|
|
--- a/mysql-test/r/mysqld--help.result
|
|
|
|
+++ b/mysql-test/r/mysqld--help.result
|
2020-02-11 14:40:35 +01:00
|
|
|
@@ -647,6 +646,7 @@
|
2014-11-26 10:28:46 +01:00
|
|
|
Use MySQL-5.6 (instead of MariaDB-5.3) format for TIME,
|
|
|
|
DATETIME, TIMESTAMP columns.
|
|
|
|
(Defaults to on; use --skip-mysql56-temporal-format to disable.)
|
2012-02-23 09:24:11 +01:00
|
|
|
+ --named-pipe Enable the named pipe (NT)
|
|
|
|
--net-buffer-length=#
|
|
|
|
Buffer length for TCP/IP and socket communication
|
|
|
|
--net-read-timeout=#
|
2020-02-11 14:40:35 +01:00
|
|
|
@@ -1236,6 +1236,10 @@
|
2012-02-23 09:24:11 +01:00
|
|
|
Log slow queries to given log file. Defaults logging to
|
|
|
|
'hostname'-slow.log. Must be enabled to activate other
|
|
|
|
slow log options
|
|
|
|
+ --slow-start-timeout=#
|
|
|
|
+ Maximum number of milliseconds that the service control
|
|
|
|
+ manager should wait before trying to kill the windows
|
|
|
|
+ service during startup(Default: 15000).
|
|
|
|
--socket=name Socket file to use for connection
|
|
|
|
--sort-buffer-size=#
|
|
|
|
Each thread that needs to do a sort allocates a buffer of
|
2020-02-11 14:40:35 +01:00
|
|
|
@@ -1260,6 +1264,7 @@
|
2020-02-10 20:34:16 +01:00
|
|
|
deleting or updating every row in a table.
|
2012-02-23 09:24:11 +01:00
|
|
|
--stack-trace Print a symbolic stack trace on failure
|
|
|
|
(Defaults to on; use --skip-stack-trace to disable.)
|
|
|
|
+ --standalone Dummy option to start as a standalone program (NT).
|
2017-02-06 02:13:36 +01:00
|
|
|
--standard-compliant-cte
|
2017-08-17 11:32:16 +02:00
|
|
|
Allow only CTEs compliant to SQL standard
|
|
|
|
(Defaults to on; use --skip-standard-compliant-cte to disable.)
|
2020-02-11 14:40:35 +01:00
|
|
|
@@ -1330,6 +1335,11 @@
|
2013-04-10 15:43:57 +02:00
|
|
|
--thread-pool-max-threads=#
|
|
|
|
Maximum allowed number of worker threads in the thread
|
|
|
|
pool
|
|
|
|
+ --thread-pool-min-threads=#
|
|
|
|
+ Minimum number of threads in the thread pool.
|
2016-09-21 16:28:42 +02:00
|
|
|
+ --thread-pool-mode=name
|
|
|
|
+ Chose implementation of the threadpool. One of: windows,
|
|
|
|
+ generic
|
2017-08-25 20:52:55 +02:00
|
|
|
--thread-pool-oversubscribe=#
|
|
|
|
How many additional active worker threads in a group are
|
2016-09-21 16:28:42 +02:00
|
|
|
allowed.
|
2020-02-11 14:40:35 +01:00
|
|
|
@@ -1370,8 +1380,8 @@
|
2017-08-17 11:32:16 +02:00
|
|
|
automatically convert it to an on-disk MyISAM or Aria
|
|
|
|
table.
|
2012-02-23 09:24:11 +01:00
|
|
|
-t, --tmpdir=name Path for temporary files. Several paths may be specified,
|
|
|
|
- separated by a colon (:), in this case they are used in a
|
|
|
|
- round-robin fashion
|
|
|
|
+ separated by a semicolon (;), in this case they are used
|
|
|
|
+ in a round-robin fashion
|
|
|
|
--transaction-alloc-block-size=#
|
|
|
|
Allocation block size for transactions to be stored in
|
|
|
|
binary log
|
2020-02-11 14:40:35 +01:00
|
|
|
@@ -1587,6 +1596,7 @@
|
2014-11-26 10:28:46 +01:00
|
|
|
myisam-stats-method NULLS_UNEQUAL
|
2012-02-23 09:24:11 +01:00
|
|
|
myisam-use-mmap FALSE
|
2014-11-26 10:28:46 +01:00
|
|
|
mysql56-temporal-format TRUE
|
2012-02-23 09:24:11 +01:00
|
|
|
+named-pipe FALSE
|
|
|
|
net-buffer-length 16384
|
|
|
|
net-read-timeout 30
|
|
|
|
net-retry-count 10
|
2020-02-11 14:40:35 +01:00
|
|
|
@@ -1726,6 +1736,7 @@
|
2012-02-23 09:24:11 +01:00
|
|
|
slave-type-conversions
|
|
|
|
slow-launch-time 2
|
|
|
|
slow-query-log FALSE
|
|
|
|
+slow-start-timeout 15000
|
|
|
|
sort-buffer-size 2097152
|
2017-08-17 11:32:16 +02:00
|
|
|
sql-mode STRICT_TRANS_TABLES,ERROR_FOR_DIVISION_BY_ZERO,NO_AUTO_CREATE_USER,NO_ENGINE_SUBSTITUTION
|
2020-02-10 20:34:16 +01:00
|
|
|
sql-safe-updates FALSE
|
2020-02-11 14:40:35 +01:00
|
|
|
@@ -1753,6 +1764,8 @@
|
2016-03-24 09:35:14 +01:00
|
|
|
thread-cache-size 151
|
2016-09-21 16:28:42 +02:00
|
|
|
thread-pool-idle-timeout 60
|
2016-11-04 14:00:11 +01:00
|
|
|
thread-pool-max-threads 65536
|
2013-04-10 15:43:57 +02:00
|
|
|
+thread-pool-min-threads 1
|
2016-09-21 16:28:42 +02:00
|
|
|
+thread-pool-mode windows
|
|
|
|
thread-pool-oversubscribe 3
|
|
|
|
thread-pool-prio-kickup-timer 1000
|
|
|
|
thread-pool-priority auto
|