|
1 | | ---- a/mysql-test/r/mysqld--help.result |
2 | | -+++ b/mysql-test/r/mysqld--help.result |
3 | | -@@ -647,6 +646,7 @@ |
| 1 | +@@ -180,6 +180,7 @@ |
| 2 | + --console Write error output on screen; don't remove the console |
| 3 | + window on windows. |
| 4 | + --core-file Write core on crashes |
| 5 | ++ (Defaults to on; use --skip-core-file to disable.) |
| 6 | + -h, --datadir=name Path to the database root directory |
| 7 | + --date-format=name The DATE format (ignored) |
| 8 | + --datetime-format=name |
| 9 | +@@ -650,6 +651,7 @@ |
4 | 10 | Use MySQL-5.6 (instead of MariaDB-5.3) format for TIME, |
5 | 11 | DATETIME, TIMESTAMP columns. |
6 | 12 | (Defaults to on; use --skip-mysql56-temporal-format to disable.) |
7 | 13 | + --named-pipe Enable the named pipe (NT) |
8 | 14 | --net-buffer-length=# |
9 | 15 | Buffer length for TCP/IP and socket communication |
10 | 16 | --net-read-timeout=# |
11 | | -@@ -1236,6 +1236,10 @@ |
| 17 | +@@ -1281,6 +1283,10 @@ |
12 | 18 | Log slow queries to given log file. Defaults logging to |
13 | 19 | 'hostname'-slow.log. Must be enabled to activate other |
14 | 20 | slow log options |
|
19 | 25 | --socket=name Socket file to use for connection |
20 | 26 | --sort-buffer-size=# |
21 | 27 | Each thread that needs to do a sort allocates a buffer of |
22 | | -@@ -1260,6 +1264,7 @@ |
| 28 | +@@ -1305,6 +1311,7 @@ |
23 | 29 | deleting or updating every row in a table. |
24 | 30 | --stack-trace Print a symbolic stack trace on failure |
25 | 31 | (Defaults to on; use --skip-stack-trace to disable.) |
26 | 32 | + --standalone Dummy option to start as a standalone program (NT). |
27 | 33 | --standard-compliant-cte |
28 | 34 | Allow only CTEs compliant to SQL standard |
29 | 35 | (Defaults to on; use --skip-standard-compliant-cte to disable.) |
30 | | -@@ -1330,6 +1335,11 @@ |
| 36 | +@@ -1380,6 +1387,11 @@ |
31 | 37 | --thread-pool-max-threads=# |
32 | 38 | Maximum allowed number of worker threads in the thread |
33 | 39 | pool |
|
39 | 45 | --thread-pool-oversubscribe=# |
40 | 46 | How many additional active worker threads in a group are |
41 | 47 | allowed. |
42 | | -@@ -1370,8 +1380,8 @@ |
| 48 | +@@ -1418,8 +1430,8 @@ |
43 | 49 | automatically convert it to an on-disk MyISAM or Aria |
44 | 50 | table. |
45 | 51 | -t, --tmpdir=name Path for temporary files. Several paths may be specified, |
|
50 | 56 | --transaction-alloc-block-size=# |
51 | 57 | Allocation block size for transactions to be stored in |
52 | 58 | binary log |
53 | | -@@ -1587,6 +1596,7 @@ |
| 59 | +@@ -1634,6 +1646,7 @@ |
54 | 60 | myisam-stats-method NULLS_UNEQUAL |
55 | 61 | myisam-use-mmap FALSE |
56 | 62 | mysql56-temporal-format TRUE |
57 | 63 | +named-pipe FALSE |
58 | 64 | net-buffer-length 16384 |
59 | 65 | net-read-timeout 30 |
60 | 66 | net-retry-count 10 |
61 | | -@@ -1726,6 +1736,7 @@ |
| 67 | +@@ -1788,6 +1801,7 @@ |
62 | 68 | slave-type-conversions |
63 | 69 | slow-launch-time 2 |
64 | 70 | slow-query-log FALSE |
65 | 71 | +slow-start-timeout 15000 |
66 | 72 | sort-buffer-size 2097152 |
67 | 73 | sql-mode STRICT_TRANS_TABLES,ERROR_FOR_DIVISION_BY_ZERO,NO_AUTO_CREATE_USER,NO_ENGINE_SUBSTITUTION |
68 | 74 | sql-safe-updates FALSE |
69 | | -@@ -1753,6 +1764,8 @@ |
70 | | - thread-cache-size 151 |
| 75 | +@@ -1814,6 +1828,8 @@ |
| 76 | + thread-pool-exact-stats FALSE |
71 | 77 | thread-pool-idle-timeout 60 |
72 | 78 | thread-pool-max-threads 65536 |
73 | 79 | +thread-pool-min-threads 1 |
|
0 commit comments