Skip to content

Commit

Permalink
update: [MySQL] updates
Browse files Browse the repository at this point in the history
  • Loading branch information
sudo-robot committed Oct 15, 2022
1 parent ff1fc4c commit a637d2e
Show file tree
Hide file tree
Showing 6 changed files with 261 additions and 2 deletions.
56 changes: 56 additions & 0 deletions data/mysql-server-system-variables.json
Original file line number Diff line number Diff line change
Expand Up @@ -3765,6 +3765,17 @@
],
"type": "integer"
},
{
"cli": "--thread-pool-dedicated-listeners",
"default": "OFF",
"dynamic": false,
"id": "sysvar_thread_pool_dedicated_listeners",
"name": "thread_pool_dedicated_listeners",
"scope": [
"global"
],
"type": "boolean"
},
{
"cli": "--thread-pool-high-priority-connection=#",
"default": "0",
Expand Down Expand Up @@ -3796,6 +3807,21 @@
],
"type": "integer"
},
{
"cli": "--thread-pool-max-transactions-limit",
"default": "0",
"dynamic": true,
"id": "sysvar_thread_pool_max_transactions_limit",
"name": "thread_pool_max_transactions_limit",
"range": {
"from": 0,
"to": 1000000
},
"scope": [
"global"
],
"type": "integer"
},
{
"cli": "--thread-pool-max-unused-threads=#",
"default": "0",
Expand Down Expand Up @@ -3826,6 +3852,21 @@
],
"type": "integer"
},
{
"cli": "--thread-pool-query-threads-per-group",
"default": "1",
"dynamic": true,
"id": "sysvar_thread_pool_query_threads_per_group",
"name": "thread_pool_query_threads_per_group",
"range": {
"from": 1,
"to": 4096
},
"scope": [
"global"
],
"type": "integer"
},
{
"cli": "--thread-pool-size=#",
"default": "16",
Expand Down Expand Up @@ -3855,6 +3896,21 @@
],
"type": "integer"
},
{
"cli": "--thread-pool-transaction-delay",
"default": "0",
"dynamic": true,
"id": "sysvar_thread_pool_transaction_delay",
"name": "thread_pool_transaction_delay",
"range": {
"from": 0,
"to": 300000
},
"scope": [
"global"
],
"type": "integer"
},
{
"cli": "--thread-stack=#",
"dynamic": false,
Expand Down
76 changes: 76 additions & 0 deletions dist/merged-raw.json
Original file line number Diff line number Diff line change
Expand Up @@ -44192,6 +44192,22 @@
}
]
},
"thread_pool_dedicated_listeners": {
"cli": "--thread-pool-dedicated-listeners",
"default": "OFF",
"dynamic": false,
"name": "thread_pool_dedicated_listeners",
"scope": [
"global"
],
"type": "boolean",
"ids": [
{
"anchor": "sysvar_thread_pool_dedicated_listeners",
"url": "https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html"
}
]
},
"thread_pool_high_priority_connection": {
"cli": "--thread-pool-high-priority-connection=#",
"default": "0",
Expand Down Expand Up @@ -44233,6 +44249,26 @@
}
]
},
"thread_pool_max_transactions_limit": {
"cli": "--thread-pool-max-transactions-limit",
"default": "0",
"dynamic": true,
"name": "thread_pool_max_transactions_limit",
"range": {
"from": 0,
"to": 1000000
},
"scope": [
"global"
],
"type": "integer",
"ids": [
{
"anchor": "sysvar_thread_pool_max_transactions_limit",
"url": "https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html"
}
]
},
"thread_pool_max_unused_threads": {
"cli": "--thread-pool-max-unused-threads=#",
"default": "0",
Expand All @@ -44253,6 +44289,46 @@
}
]
},
"thread_pool_query_threads_per_group": {
"cli": "--thread-pool-query-threads-per-group",
"default": "1",
"dynamic": true,
"name": "thread_pool_query_threads_per_group",
"range": {
"from": 1,
"to": 4096
},
"scope": [
"global"
],
"type": "integer",
"ids": [
{
"anchor": "sysvar_thread_pool_query_threads_per_group",
"url": "https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html"
}
]
},
"thread_pool_transaction_delay": {
"cli": "--thread-pool-transaction-delay",
"default": "0",
"dynamic": true,
"name": "thread_pool_transaction_delay",
"range": {
"from": 0,
"to": 300000
},
"scope": [
"global"
],
"type": "integer",
"ids": [
{
"anchor": "sysvar_thread_pool_transaction_delay",
"url": "https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html"
}
]
},
"tls_ciphersuites": {
"cli": "--tls-ciphersuites=ciphersuite_list",
"default": "NULL",
Expand Down
63 changes: 63 additions & 0 deletions dist/merged-raw.md
Original file line number Diff line number Diff line change
Expand Up @@ -37301,6 +37301,21 @@
|------|----|
|dev.mysql.com|[sysvar_thread_pool_algorithm](https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html#sysvar_thread_pool_algorithm)|

## thread_pool_dedicated_listeners
|name|value|
|----|-----|
|Name|`thread_pool_dedicated_listeners`|
|Command line|`--thread-pool-dedicated-listeners`|
|Type of variable|`boolean`|
|Scope|`global`|
|Default value|`OFF`|
|Dynamic|`false`|

### Documentation(s)
|source|anchor name|
|------|----|
|dev.mysql.com|[sysvar_thread_pool_dedicated_listeners](https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html#sysvar_thread_pool_dedicated_listeners)|

## thread_pool_high_priority_connection
|name|value|
|----|-----|
Expand Down Expand Up @@ -37333,6 +37348,22 @@
|------|----|
|dev.mysql.com|[sysvar_thread_pool_max_active_query_threads](https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html#sysvar_thread_pool_max_active_query_threads)|

## thread_pool_max_transactions_limit
|name|value|
|----|-----|
|Name|`thread_pool_max_transactions_limit`|
|Command line|`--thread-pool-max-transactions-limit`|
|Type of variable|`integer`|
|Scope|`global`|
|Default value|`0`|
|Dynamic|`true`|
|Range|from: `0` to: `1000000`|

### Documentation(s)
|source|anchor name|
|------|----|
|dev.mysql.com|[sysvar_thread_pool_max_transactions_limit](https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html#sysvar_thread_pool_max_transactions_limit)|

## thread_pool_max_unused_threads
|name|value|
|----|-----|
Expand All @@ -37349,6 +37380,38 @@
|------|----|
|dev.mysql.com|[sysvar_thread_pool_max_unused_threads](https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html#sysvar_thread_pool_max_unused_threads)|

## thread_pool_query_threads_per_group
|name|value|
|----|-----|
|Name|`thread_pool_query_threads_per_group`|
|Command line|`--thread-pool-query-threads-per-group`|
|Type of variable|`integer`|
|Scope|`global`|
|Default value|`1`|
|Dynamic|`true`|
|Range|from: `1` to: `4096`|

### Documentation(s)
|source|anchor name|
|------|----|
|dev.mysql.com|[sysvar_thread_pool_query_threads_per_group](https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html#sysvar_thread_pool_query_threads_per_group)|

## thread_pool_transaction_delay
|name|value|
|----|-----|
|Name|`thread_pool_transaction_delay`|
|Command line|`--thread-pool-transaction-delay`|
|Type of variable|`integer`|
|Scope|`global`|
|Default value|`0`|
|Dynamic|`true`|
|Range|from: `0` to: `300000`|

### Documentation(s)
|source|anchor name|
|------|----|
|dev.mysql.com|[sysvar_thread_pool_transaction_delay](https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html#sysvar_thread_pool_transaction_delay)|

## tls_ciphersuites
|name|value|
|----|-----|
Expand Down
64 changes: 64 additions & 0 deletions dist/merged-slim.json
Original file line number Diff line number Diff line change
Expand Up @@ -34604,6 +34604,19 @@
"23#sysvar_thread_pool_algorithm"
]
},
"thread_pool_dedicated_listeners": {
"cli": "--thread-pool-dedicated-listeners",
"default": "OFF",
"dynamic": false,
"name": "thread_pool_dedicated_listeners",
"scope": [
"global"
],
"type": "boolean",
"ids": [
"23#sysvar_thread_pool_dedicated_listeners"
]
},
"thread_pool_high_priority_connection": {
"cli": "--thread-pool-high-priority-connection=#",
"default": "0",
Expand Down Expand Up @@ -34639,6 +34652,23 @@
"23#sysvar_thread_pool_max_active_query_threads"
]
},
"thread_pool_max_transactions_limit": {
"cli": "--thread-pool-max-transactions-limit",
"default": "0",
"dynamic": true,
"name": "thread_pool_max_transactions_limit",
"range": {
"from": 0,
"to": 1000000
},
"scope": [
"global"
],
"type": "integer",
"ids": [
"23#sysvar_thread_pool_max_transactions_limit"
]
},
"thread_pool_max_unused_threads": {
"cli": "--thread-pool-max-unused-threads=#",
"default": "0",
Expand All @@ -34656,6 +34686,40 @@
"23#sysvar_thread_pool_max_unused_threads"
]
},
"thread_pool_query_threads_per_group": {
"cli": "--thread-pool-query-threads-per-group",
"default": "1",
"dynamic": true,
"name": "thread_pool_query_threads_per_group",
"range": {
"from": 1,
"to": 4096
},
"scope": [
"global"
],
"type": "integer",
"ids": [
"23#sysvar_thread_pool_query_threads_per_group"
]
},
"thread_pool_transaction_delay": {
"cli": "--thread-pool-transaction-delay",
"default": "0",
"dynamic": true,
"name": "thread_pool_transaction_delay",
"range": {
"from": 0,
"to": 300000
},
"scope": [
"global"
],
"type": "integer",
"ids": [
"23#sysvar_thread_pool_transaction_delay"
]
},
"tls_ciphersuites": {
"cli": "--tls-ciphersuites=ciphersuite_list",
"default": "NULL",
Expand Down
2 changes: 1 addition & 1 deletion dist/merged-ultraslim.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/merged-ultraslim.php

Large diffs are not rendered by default.

0 comments on commit a637d2e

Please sign in to comment.