Skip to content

Commit

Permalink
update: [MariaDB] && [MySQL] updates
Browse files Browse the repository at this point in the history
  • Loading branch information
sudo-robot committed Mar 23, 2024
1 parent 47ea5bf commit 0b67fa3
Show file tree
Hide file tree
Showing 8 changed files with 152 additions and 8 deletions.
18 changes: 18 additions & 0 deletions data/variables/mariadb-server-status-variables.json
Original file line number Diff line number Diff line change
Expand Up @@ -2316,6 +2316,15 @@
"name": "Max_statement_time_exceeded",
"type": "integer"
},
{
"id": "max_tmp_space_used",
"name": "Max_tmp_space_used",
"scope": [
"global",
"session"
],
"type": "integer"
},
{
"id": "max_used_connections",
"name": "Max_used_connections",
Expand Down Expand Up @@ -2785,6 +2794,15 @@
],
"type": "integer"
},
{
"id": "tmp_space_used",
"name": "Tmp_space_used",
"scope": [
"global",
"session"
],
"type": "integer"
},
{
"id": "update_scan",
"name": "Update_scan",
Expand Down
11 changes: 11 additions & 0 deletions data/variables/mariadb-spider-server-system-variables.json
Original file line number Diff line number Diff line change
Expand Up @@ -411,6 +411,17 @@
],
"type": "integer"
},
{
"default": "OFF",
"dynamic": true,
"id": "spider_disable_group_by_handler",
"name": "spider_disable_group_by_handler",
"scope": [
"global",
"session"
],
"type": "boolean"
},
{
"default": "OFF",
"dynamic": false,
Expand Down
2 changes: 1 addition & 1 deletion data/variables/mysql-innodb-parameters.json
Original file line number Diff line number Diff line change
Expand Up @@ -1100,7 +1100,7 @@
"name": "innodb_ft_sort_pll_degree",
"range": {
"from": 1,
"to": 32
"to": 16
},
"scope": [
"global"
Expand Down
47 changes: 45 additions & 2 deletions dist/merged-raw.json
Original file line number Diff line number Diff line change
Expand Up @@ -17710,6 +17710,20 @@
}
]
},
"Max_tmp_space_used": {
"name": "Max_tmp_space_used",
"scope": [
"global",
"session"
],
"type": "integer",
"ids": [
{
"anchor": "max_tmp_space_used",
"url": "https://mariadb.com/kb/en/server-status-variables/"
}
]
},
"Max_used_connections": {
"name": "Max_used_connections",
"scope": [
Expand Down Expand Up @@ -18464,6 +18478,20 @@
}
]
},
"Tmp_space_used": {
"name": "Tmp_space_used",
"scope": [
"global",
"session"
],
"type": "integer",
"ids": [
{
"anchor": "tmp_space_used",
"url": "https://mariadb.com/kb/en/server-status-variables/"
}
]
},
"Update_scan": {
"name": "Update_scan",
"scope": [
Expand Down Expand Up @@ -25139,6 +25167,22 @@
}
]
},
"spider_disable_group_by_handler": {
"default": "OFF",
"dynamic": true,
"name": "spider_disable_group_by_handler",
"scope": [
"global",
"session"
],
"type": "boolean",
"ids": [
{
"anchor": "spider_disable_group_by_handler",
"url": "https://mariadb.com/kb/en/spider-system-variables/"
}
]
},
"spider_dry_access": {
"default": "OFF",
"dynamic": false,
Expand Down Expand Up @@ -34992,8 +35036,7 @@
"dynamic": false,
"name": "innodb_ft_sort_pll_degree",
"range": {
"from": 1,
"to": 32
"from": 1
},
"scope": [
"global"
Expand Down
40 changes: 39 additions & 1 deletion dist/merged-raw.md
Original file line number Diff line number Diff line change
Expand Up @@ -14992,6 +14992,18 @@
|------|----|
|mariadb.com|[max_statement_time_exceeded](https://mariadb.com/kb/en/server-status-variables/#max_statement_time_exceeded)|

## Max_tmp_space_used
|name|value|
|----|-----|
|Name|`Max_tmp_space_used`|
|Type of variable|`integer`|
|Scope|`global`, `session`|

### Documentation(s)
|source|anchor name|
|------|----|
|mariadb.com|[max_tmp_space_used](https://mariadb.com/kb/en/server-status-variables/#max_tmp_space_used)|

## Max_used_connections
|name|value|
|----|-----|
Expand Down Expand Up @@ -15671,6 +15683,18 @@
|------|----|
|mariadb.com|[threads_running](https://mariadb.com/kb/en/server-status-variables/#threads_running)|

## Tmp_space_used
|name|value|
|----|-----|
|Name|`Tmp_space_used`|
|Type of variable|`integer`|
|Scope|`global`, `session`|

### Documentation(s)
|source|anchor name|
|------|----|
|mariadb.com|[tmp_space_used](https://mariadb.com/kb/en/server-status-variables/#tmp_space_used)|

## Update_scan
|name|value|
|----|-----|
Expand Down Expand Up @@ -20774,6 +20798,20 @@
|------|----|
|mariadb.com|[spider_direct_order_limit](https://mariadb.com/kb/en/spider-system-variables/#spider_direct_order_limit)|

## spider_disable_group_by_handler
|name|value|
|----|-----|
|Name|`spider_disable_group_by_handler`|
|Type of variable|`boolean`|
|Scope|`global`, `session`|
|Default value|`OFF`|
|Dynamic|`true`|

### Documentation(s)
|source|anchor name|
|------|----|
|mariadb.com|[spider_disable_group_by_handler](https://mariadb.com/kb/en/spider-system-variables/#spider_disable_group_by_handler)|

## spider_dry_access
|name|value|
|----|-----|
Expand Down Expand Up @@ -29458,7 +29496,7 @@
|Scope|`global`|
|Default value|`2`|
|Dynamic|`false`|
|Range|from: `1` to: `32`|
|Range|from: `1`|

### Documentation(s)
|source|anchor name|
Expand Down
38 changes: 36 additions & 2 deletions dist/merged-slim.json
Original file line number Diff line number Diff line change
Expand Up @@ -13933,6 +13933,17 @@
"42#max_statement_time_exceeded"
]
},
"Max_tmp_space_used": {
"name": "Max_tmp_space_used",
"scope": [
"global",
"session"
],
"type": "integer",
"ids": [
"42#max_tmp_space_used"
]
},
"Max_used_connections": {
"name": "Max_used_connections",
"scope": [
Expand Down Expand Up @@ -14516,6 +14527,17 @@
"42#threads_running"
]
},
"Tmp_space_used": {
"name": "Tmp_space_used",
"scope": [
"global",
"session"
],
"type": "integer",
"ids": [
"42#tmp_space_used"
]
},
"Update_scan": {
"name": "Update_scan",
"scope": [
Expand Down Expand Up @@ -19604,6 +19626,19 @@
"47#spider_direct_order_limit"
]
},
"spider_disable_group_by_handler": {
"default": "OFF",
"dynamic": true,
"name": "spider_disable_group_by_handler",
"scope": [
"global",
"session"
],
"type": "boolean",
"ids": [
"47#spider_disable_group_by_handler"
]
},
"spider_dry_access": {
"default": "OFF",
"dynamic": false,
Expand Down Expand Up @@ -27231,8 +27266,7 @@
"dynamic": false,
"name": "innodb_ft_sort_pll_degree",
"range": {
"from": 1,
"to": 32
"from": 1
},
"scope": [
"global"
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 0b67fa3

Please sign in to comment.