|
1 |
| ---- mysql-test/r/mysqld--help.result 2012-09-08 22:22:06 +0000 |
2 |
| -+++ mysql-test/r/mysqld--help.result 2012-10-01 14:03:59 +0000 |
3 |
| -@@ -248,7 +248,6 @@ |
| 1 | +--- mysqld--help.result 2014-11-26 11:47:49.151273200 +0400 |
| 2 | ++++ mysqld--help,win.reject 2014-11-26 12:57:09.108153400 +0400 |
| 3 | +@@ -288,7 +288,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 |
| -@@ -443,6 +442,7 @@ |
12 |
| - NULLS_UNEQUAL (default behavior for 4.1 and later), |
13 |
| - NULLS_EQUAL (emulate 4.0 behavior), and NULLS_IGNORED |
14 |
| - --myisam-use-mmap Use memory mapping for reading and writing MyISAM tables |
| 11 | +@@ -483,6 +482,7 @@ |
| 12 | + Use MySQL-5.6 (instead of MariaDB-5.3) format for TIME, |
| 13 | + DATETIME, TIMESTAMP columns. |
| 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 |
| -@@ -710,6 +710,9 @@ |
| 19 | +@@ -870,6 +870,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 |
| -@@ -777,6 +780,10 @@ |
| 29 | +@@ -969,6 +972,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 |
| -@@ -785,6 +792,7 @@ |
41 |
| - for the complete list of valid sql modes |
| 40 | +@@ -987,6 +994,7 @@ |
| 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 |
| -@@ -817,25 +825,11 @@ |
49 |
| - values are COMMIT or ROLLBACK. |
| 48 | +@@ -1019,25 +1027,11 @@ |
| 49 | + COMMIT, ROLLBACK |
50 | 50 | --thread-cache-size=#
|
51 | 51 | How many threads we should keep in a cache for reuse
|
52 | 52 | - --thread-pool-idle-timeout=#
|
|
72 | 72 | + Minimum number of threads in the thread pool.
|
73 | 73 | --thread-stack=# The stack size for each thread
|
74 | 74 | --time-format=name The TIME format (ignored)
|
75 |
| - --timed-mutexes Specify whether to time mutexes (only InnoDB mutexes are |
76 |
| -@@ -844,8 +838,8 @@ |
| 75 | + --timed-mutexes Specify whether to time mutexes. Deprecated, has no |
| 76 | +@@ -1046,8 +1040,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 |
| -@@ -949,7 +943,6 @@ |
88 |
| - key-cache-block-size 1024 |
| 87 | +@@ -1165,7 +1159,6 @@ |
89 | 88 | key-cache-division-limit 100
|
| 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 |
| -@@ -1012,6 +1005,7 @@ |
96 |
| - myisam-sort-buffer-size 8388608 |
97 |
| - myisam-stats-method nulls_unequal |
| 95 | +@@ -1231,6 +1224,7 @@ |
| 96 | + myisam-stats-method NULLS_UNEQUAL |
98 | 97 | myisam-use-mmap FALSE
|
| 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 |
| -@@ -1077,6 +1071,8 @@ |
| 103 | +@@ -1327,6 +1321,8 @@ |
104 | 104 | secure-auth FALSE
|
105 | 105 | secure-file-priv (No default value)
|
106 | 106 | server-id 0
|
|
109 | 109 | show-slave-auth-info FALSE
|
110 | 110 | skip-grant-tables TRUE
|
111 | 111 | skip-name-resolve FALSE
|
112 |
| -@@ -1093,6 +1089,7 @@ |
| 112 | +@@ -1348,6 +1344,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
|
119 | 119 | stack-trace TRUE
|
120 |
| -@@ -1109,10 +1106,8 @@ |
| 120 | +@@ -1364,10 +1361,8 @@ |
121 | 121 | table-open-cache 400
|
122 | 122 | tc-heuristic-recover COMMIT
|
123 | 123 | thread-cache-size 0
|
|
0 commit comments