File: mysqld--help%2Caix.rdiff

package info (click to toggle)
mariadb 1%3A11.8.3-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 772,520 kB
  • sloc: ansic: 2,414,714; cpp: 1,791,394; asm: 381,336; perl: 62,905; sh: 49,647; pascal: 40,897; java: 39,363; python: 20,791; yacc: 20,432; sql: 17,907; xml: 12,344; ruby: 8,544; cs: 6,542; makefile: 6,145; ada: 1,879; lex: 1,193; javascript: 996; objc: 80; tcl: 73; awk: 46; php: 22
file content (74 lines) | stat: -rw-r--r-- 2,970 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
--- a/mysql-test/main/mysqld--help.result
+++ b/mysql-test/main/mysqld--help.result
@@ -1441,8 +1441,6 @@
  WHERE clause, or a LIMIT clause, or else they will
  aborted. Prevents the common mistake of accidentally
  deleting or updating every row in a table
- --stack-trace       Print a symbolic stack trace on failure
- (Defaults to on; use --skip-stack-trace to disable.)
  --standard-compliant-cte 
  Allow only CTEs compliant to SQL standard
  (Defaults to on; use --skip-standard-compliant-cte to disable.)
@@ -1511,39 +1509,6 @@
  --thread-cache-size=# 
  How many threads we should keep in a cache for reuse.
  These are freed after 5 minutes of idle time
- --thread-pool-dedicated-listener 
- If set to 1,listener thread will not pick up queries
- --thread-pool-exact-stats 
- If set to 1, provides better statistics in
- information_schema threadpool tables
- --thread-pool-idle-timeout=# 
- Timeout in seconds for an idle thread in the thread
- pool.Worker thread will be shut down after timeout
- --thread-pool-max-threads=# 
- Maximum allowed number of worker threads in the thread
- pool
- --thread-pool-oversubscribe=# 
- How many additional active worker threads in a group are
- allowed
- --thread-pool-prio-kickup-timer=# 
- The number of milliseconds before a dequeued low-priority
- statement is moved to the high-priority queue
- --thread-pool-priority=name 
- Threadpool priority. High priority connections usually
- start executing earlier than low priority.If priority set
- to 'auto', the the actual priority(low or high) is
- determined based on whether or not connection is inside
- transaction
- --thread-pool-size=# 
- Number of thread groups in the pool. This parameter is
- roughly equivalent to maximum number of concurrently
- executing threads (threads in a waiting state do not
- count as executing)
- --thread-pool-stall-limit=# 
- Maximum query execution time in milliseconds,before an
- executing non-yielding thread is considered stalled.If a
- worker thread is stalled, additional worker thread may be
- created to handle remaining clients
  --thread-stack=#    The stack size for each thread
  --tls-version=name  TLS protocol version for secure connections. Any
  combination of: TLSv1.0, TLSv1.1, TLSv1.2, TLSv1.3, or
@@ -1965,7 +1930,6 @@
 sort-buffer-size 2097152
 sql-mode STRICT_TRANS_TABLES,ERROR_FOR_DIVISION_BY_ZERO,NO_AUTO_CREATE_USER,NO_ENGINE_SUBSTITUTION
 sql-safe-updates FALSE
-stack-trace TRUE
 standard-compliant-cte TRUE
 stored-program-cache 256
 strict-password-validation TRUE
@@ -1985,14 +1949,6 @@
 tcp-keepalive-time 0
 tcp-nodelay TRUE
 thread-cache-size 151
-thread-pool-dedicated-listener FALSE
-thread-pool-exact-stats FALSE
-thread-pool-idle-timeout 60
-thread-pool-max-threads 65536
-thread-pool-oversubscribe 3
-thread-pool-prio-kickup-timer 1000
-thread-pool-priority auto
-thread-pool-stall-limit 500
 thread-stack 299008
 tmp-disk-table-size 18446744073709551615
 tmp-memory-table-size 16777216