Skip to content

Commit 02839ef

Browse files
committed
more result updates
1 parent 21ee0ca commit 02839ef

File tree

2 files changed

+22
-22
lines changed

2 files changed

+22
-22
lines changed

mysql-test/r/mysqld--help,win.rdiff

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,22 @@
11
--- mysqld--help.result
22
+++ mysqld--help,win.reject
3-
@@ -321,7 +321,6 @@ The following options may be given as the first argument:
3+
@@ -321,7 +321,6 @@
44
The number of segments in a key cache
55
-L, --language=name Client error messages in given language. May be given as
66
a full path. Deprecated. Use --lc-messages-dir instead.
77
- --large-pages Enable support for large pages
88
--lc-messages=name Set the language used for the error messages.
99
-L, --lc-messages-dir=name
1010
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 @@
1212
Use MySQL-5.6 (instead of MariaDB-5.3) format for TIME,
1313
DATETIME, TIMESTAMP columns.
1414
(Defaults to on; use --skip-mysql56-temporal-format to disable.)
1515
+ --named-pipe Enable the named pipe (NT)
1616
--net-buffer-length=#
1717
Buffer length for TCP/IP and socket communication
1818
--net-read-timeout=#
19-
@@ -906,6 +906,9 @@ The following options may be given as the first argument:
19+
@@ -903,6 +903,9 @@
2020
files within specified directory
2121
--server-id=# Uniquely identifies the server instance in the community
2222
of replication partners
@@ -26,7 +26,7 @@
2626
--show-slave-auth-info
2727
Show user and password in SHOW SLAVE HOSTS on this
2828
master.
29-
@@ -1016,6 +1019,10 @@ The following options may be given as the first argument:
29+
@@ -1015,6 +1018,10 @@
3030
Log slow queries to given log file. Defaults logging to
3131
'hostname'-slow.log. Must be enabled to activate other
3232
slow log options
@@ -37,18 +37,18 @@
3737
--socket=name Socket file to use for connection
3838
--sort-buffer-size=#
3939
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 @@
4141
NO_ENGINE_SUBSTITUTION, PAD_CHAR_TO_FULL_LENGTH
4242
--stack-trace Print a symbolic stack trace on failure
4343
(Defaults to on; use --skip-stack-trace to disable.)
4444
+ --standalone Dummy option to start as a standalone program (NT).
4545
--stored-program-cache=#
4646
The soft upper limit for number of cached stored routines
4747
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 @@
5049
--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
5252
- --thread-pool-idle-timeout=#
5353
- Timeout in seconds for an idle thread in the thread
5454
- pool.Worker thread will be shut down after timeout
@@ -73,7 +73,7 @@
7373
--thread-stack=# The stack size for each thread
7474
--time-format=name The TIME format (ignored)
7575
--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 @@
7777
size, MySQL will automatically convert it to an on-disk
7878
MyISAM or Aria table
7979
-t, --tmpdir=name Path for temporary files. Several paths may be specified,
@@ -84,23 +84,23 @@
8484
--transaction-alloc-block-size=#
8585
Allocation block size for transactions to be stored in
8686
binary log
87-
@@ -1224,7 +1218,6 @@ key-cache-block-size 1024
87+
@@ -1225,7 +1219,6 @@
8888
key-cache-division-limit 100
8989
key-cache-file-hash-size 512
9090
key-cache-segments 0
9191
-large-pages FALSE
9292
lc-messages en_US
9393
lc-messages-dir MYSQL_SHAREDIR/
9494
lc-time-names en_US
95-
@@ -1290,6 +1283,7 @@ myisam-sort-buffer-size 134216704
95+
@@ -1291,6 +1284,7 @@
9696
myisam-stats-method NULLS_UNEQUAL
9797
myisam-use-mmap FALSE
9898
mysql56-temporal-format TRUE
9999
+named-pipe FALSE
100100
net-buffer-length 16384
101101
net-read-timeout 30
102102
net-retry-count 10
103-
@@ -1386,6 +1380,8 @@ safe-user-create FALSE
103+
@@ -1387,6 +1381,8 @@
104104
secure-auth TRUE
105105
secure-file-priv (No default value)
106106
server-id 0
@@ -109,15 +109,15 @@
109109
show-slave-auth-info FALSE
110110
silent-startup FALSE
111111
skip-grant-tables TRUE
112-
@@ -1409,6 +1405,7 @@ slave-transaction-retries 10
112+
@@ -1411,6 +1407,7 @@
113113
slave-type-conversions
114114
slow-launch-time 2
115115
slow-query-log FALSE
116116
+slow-start-timeout 15000
117117
sort-buffer-size 2097152
118118
sql-mode NO_AUTO_CREATE_USER,NO_ENGINE_SUBSTITUTION
119119
stack-trace TRUE
120-
@@ -1421,15 +1418,13 @@ sync-master-info 10000
120+
@@ -1423,15 +1420,13 @@
121121
sync-relay-log 10000
122122
sync-relay-log-info 10000
123123
sysdate-is-now FALSE
@@ -127,12 +127,12 @@
127127
-table-open-cache 431
128128
+table-open-cache 2000
129129
tc-heuristic-recover COMMIT
130-
thread-cache-size 0
130+
thread-cache-size 151
131131
-thread-pool-idle-timeout 60
132132
thread-pool-max-threads 1000
133133
-thread-pool-oversubscribe 3
134134
-thread-pool-stall-limit 500
135135
+thread-pool-min-threads 1
136-
thread-stack 295936
136+
thread-stack 296960
137137
time-format %H:%i:%s
138138
timed-mutexes FALSE

mysql-test/suite/sys_vars/r/sysvars_server_embedded.result

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3847,12 +3847,12 @@ READ_ONLY NO
38473847
COMMAND_LINE_ARGUMENT REQUIRED
38483848
VARIABLE_NAME THREAD_CACHE_SIZE
38493849
SESSION_VALUE NULL
3850-
GLOBAL_VALUE 0
3851-
GLOBAL_VALUE_ORIGIN COMPILE-TIME
3852-
DEFAULT_VALUE 0
3850+
GLOBAL_VALUE 151
3851+
GLOBAL_VALUE_ORIGIN AUTO
3852+
DEFAULT_VALUE 256
38533853
VARIABLE_SCOPE GLOBAL
38543854
VARIABLE_TYPE BIGINT UNSIGNED
3855-
VARIABLE_COMMENT How many threads we should keep in a cache for reuse
3855+
VARIABLE_COMMENT How many threads we should keep in a cache for reuse. These are freed after 5 minutes of idle time
38563856
NUMERIC_MIN_VALUE 0
38573857
NUMERIC_MAX_VALUE 16384
38583858
NUMERIC_BLOCK_SIZE 1
@@ -3889,9 +3889,9 @@ READ_ONLY YES
38893889
COMMAND_LINE_ARGUMENT REQUIRED
38903890
VARIABLE_NAME THREAD_STACK
38913891
SESSION_VALUE NULL
3892-
GLOBAL_VALUE 295936
3892+
GLOBAL_VALUE 296960
38933893
GLOBAL_VALUE_ORIGIN COMPILE-TIME
3894-
DEFAULT_VALUE 295936
3894+
DEFAULT_VALUE 296960
38953895
VARIABLE_SCOPE GLOBAL
38963896
VARIABLE_TYPE BIGINT UNSIGNED
38973897
VARIABLE_COMMENT The stack size for each thread

0 commit comments

Comments
 (0)