|
1 | 1 | --- mysqld--help.result
|
2 | 2 | +++ mysqld--help,win.reject
|
3 |
| -@@ -321,7 +321,6 @@ The following options may be given as the first argument: |
| 3 | +@@ -321,7 +321,6 @@ |
4 | 4 | The number of segments in a key cache
|
5 | 5 | -L, --language=name Client error messages in given language. May be given as
|
6 | 6 | a full path. Deprecated. Use --lc-messages-dir instead.
|
7 | 7 | - --large-pages Enable support for large pages
|
8 | 8 | --lc-messages=name Set the language used for the error messages.
|
9 | 9 | -L, --lc-messages-dir=name
|
10 | 10 | Directory where error messages are
|
11 |
| -@@ -517,6 +516,7 @@ The following options may be given as the first argument: |
| 11 | +@@ -517,6 +516,7 @@ |
12 | 12 | Use MySQL-5.6 (instead of MariaDB-5.3) format for TIME,
|
13 | 13 | DATETIME, TIMESTAMP columns.
|
14 | 14 | (Defaults to on; use --skip-mysql56-temporal-format to disable.)
|
15 | 15 | + --named-pipe Enable the named pipe (NT)
|
16 | 16 | --net-buffer-length=#
|
17 | 17 | Buffer length for TCP/IP and socket communication
|
18 | 18 | --net-read-timeout=#
|
19 |
| -@@ -906,6 +906,9 @@ The following options may be given as the first argument: |
| 19 | +@@ -903,6 +903,9 @@ |
20 | 20 | files within specified directory
|
21 | 21 | --server-id=# Uniquely identifies the server instance in the community
|
22 | 22 | of replication partners
|
|
26 | 26 | --show-slave-auth-info
|
27 | 27 | Show user and password in SHOW SLAVE HOSTS on this
|
28 | 28 | master.
|
29 |
| -@@ -1016,6 +1019,10 @@ The following options may be given as the first argument: |
| 29 | +@@ -1015,6 +1018,10 @@ |
30 | 30 | Log slow queries to given log file. Defaults logging to
|
31 | 31 | 'hostname'-slow.log. Must be enabled to activate other
|
32 | 32 | slow log options
|
|
37 | 37 | --socket=name Socket file to use for connection
|
38 | 38 | --sort-buffer-size=#
|
39 | 39 | Each thread that needs to do a sort allocates a buffer of
|
40 |
| -@@ -1034,6 +1041,7 @@ The following options may be given as the first argument: |
| 40 | +@@ -1033,6 +1040,7 @@ |
41 | 41 | NO_ENGINE_SUBSTITUTION, PAD_CHAR_TO_FULL_LENGTH
|
42 | 42 | --stack-trace Print a symbolic stack trace on failure
|
43 | 43 | (Defaults to on; use --skip-stack-trace to disable.)
|
44 | 44 | + --standalone Dummy option to start as a standalone program (NT).
|
45 | 45 | --stored-program-cache=#
|
46 | 46 | The soft upper limit for number of cached stored routines
|
47 | 47 | for one connection.
|
48 |
| -@@ -1070,25 +1078,11 @@ The following options may be given as the first argument: |
49 |
| - COMMIT, ROLLBACK |
| 48 | +@@ -1070,25 +1078,11 @@ |
50 | 49 | --thread-cache-size=#
|
51 |
| - How many threads we should keep in a cache for reuse |
| 50 | + How many threads we should keep in a cache for reuse. |
| 51 | + These are freed after 5 minutes of idle time |
52 | 52 | - --thread-pool-idle-timeout=#
|
53 | 53 | - Timeout in seconds for an idle thread in the thread
|
54 | 54 | - pool.Worker thread will be shut down after timeout
|
|
73 | 73 | --thread-stack=# The stack size for each thread
|
74 | 74 | --time-format=name The TIME format (ignored)
|
75 | 75 | --timed-mutexes Specify whether to time mutexes. Deprecated, has no
|
76 |
| -@@ -1097,8 +1091,8 @@ The following options may be given as the first argument: |
| 76 | +@@ -1097,8 +1091,8 @@ |
77 | 77 | size, MySQL will automatically convert it to an on-disk
|
78 | 78 | MyISAM or Aria table
|
79 | 79 | -t, --tmpdir=name Path for temporary files. Several paths may be specified,
|
|
84 | 84 | --transaction-alloc-block-size=#
|
85 | 85 | Allocation block size for transactions to be stored in
|
86 | 86 | binary log
|
87 |
| -@@ -1224,7 +1218,6 @@ key-cache-block-size 1024 |
| 87 | +@@ -1225,7 +1219,6 @@ |
88 | 88 | key-cache-division-limit 100
|
89 | 89 | key-cache-file-hash-size 512
|
90 | 90 | key-cache-segments 0
|
91 | 91 | -large-pages FALSE
|
92 | 92 | lc-messages en_US
|
93 | 93 | lc-messages-dir MYSQL_SHAREDIR/
|
94 | 94 | lc-time-names en_US
|
95 |
| -@@ -1290,6 +1283,7 @@ myisam-sort-buffer-size 134216704 |
| 95 | +@@ -1291,6 +1284,7 @@ |
96 | 96 | myisam-stats-method NULLS_UNEQUAL
|
97 | 97 | myisam-use-mmap FALSE
|
98 | 98 | mysql56-temporal-format TRUE
|
99 | 99 | +named-pipe FALSE
|
100 | 100 | net-buffer-length 16384
|
101 | 101 | net-read-timeout 30
|
102 | 102 | net-retry-count 10
|
103 |
| -@@ -1386,6 +1380,8 @@ safe-user-create FALSE |
| 103 | +@@ -1387,6 +1381,8 @@ |
104 | 104 | secure-auth TRUE
|
105 | 105 | secure-file-priv (No default value)
|
106 | 106 | server-id 0
|
|
109 | 109 | show-slave-auth-info FALSE
|
110 | 110 | silent-startup FALSE
|
111 | 111 | skip-grant-tables TRUE
|
112 |
| -@@ -1409,6 +1405,7 @@ slave-transaction-retries 10 |
| 112 | +@@ -1411,6 +1407,7 @@ |
113 | 113 | slave-type-conversions
|
114 | 114 | slow-launch-time 2
|
115 | 115 | slow-query-log FALSE
|
116 | 116 | +slow-start-timeout 15000
|
117 | 117 | sort-buffer-size 2097152
|
118 | 118 | sql-mode NO_AUTO_CREATE_USER,NO_ENGINE_SUBSTITUTION
|
119 | 119 | stack-trace TRUE
|
120 |
| -@@ -1421,15 +1418,13 @@ sync-master-info 10000 |
| 120 | +@@ -1423,15 +1420,13 @@ |
121 | 121 | sync-relay-log 10000
|
122 | 122 | sync-relay-log-info 10000
|
123 | 123 | sysdate-is-now FALSE
|
|
127 | 127 | -table-open-cache 431
|
128 | 128 | +table-open-cache 2000
|
129 | 129 | tc-heuristic-recover COMMIT
|
130 |
| - thread-cache-size 0 |
| 130 | + thread-cache-size 151 |
131 | 131 | -thread-pool-idle-timeout 60
|
132 | 132 | thread-pool-max-threads 1000
|
133 | 133 | -thread-pool-oversubscribe 3
|
134 | 134 | -thread-pool-stall-limit 500
|
135 | 135 | +thread-pool-min-threads 1
|
136 |
| - thread-stack 295936 |
| 136 | + thread-stack 296960 |
137 | 137 | time-format %H:%i:%s
|
138 | 138 | timed-mutexes FALSE
|
0 commit comments