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 Sep 4, 2021
1 parent db0ae9d commit f6fd5f6
Show file tree
Hide file tree
Showing 7 changed files with 152 additions and 13 deletions.
4 changes: 2 additions & 2 deletions data/mariadb-xtradbinnodb-server-status-variables.json
Original file line number Diff line number Diff line change
Expand Up @@ -1109,8 +1109,8 @@
"type": "integer"
},
{
"id": "innodb_row_lock_time_waits",
"name": "Innodb_row_lock_time_waits",
"id": "innodb_row_lock_waits",
"name": "Innodb_row_lock_waits",
"scope": [
"global"
],
Expand Down
31 changes: 31 additions & 0 deletions data/mysql-innodb-parameters.json
Original file line number Diff line number Diff line change
Expand Up @@ -600,6 +600,22 @@
],
"type": "directory name"
},
{
"cli": "--innodb-ddl-buffer-size=#",
"default": "1048576",
"dynamic": true,
"id": "sysvar_innodb_ddl_buffer_size",
"name": "innodb_ddl_buffer_size",
"range": {
"from": 65536,
"to": 4294967295
},
"scope": [
"global",
"session"
],
"type": "integer"
},
{
"cli": "--innodb-ddl-log-crash-reset-debug[={OFF|ON}]",
"default": "OFF",
Expand All @@ -611,6 +627,21 @@
],
"type": "boolean"
},
{
"cli": "--innodb-ddl-threads=#",
"default": "4",
"dynamic": true,
"id": "sysvar_innodb_ddl_threads",
"name": "innodb_ddl_threads",
"range": {
"from": 1,
"to": 64
},
"scope": [
"session"
],
"type": "integer"
},
{
"cli": "--innodb-deadlock-detect[={OFF|ON}]",
"default": "ON",
Expand Down
47 changes: 44 additions & 3 deletions dist/merged-raw.json
Original file line number Diff line number Diff line change
Expand Up @@ -27920,15 +27920,15 @@
}
]
},
"Innodb_row_lock_time_waits": {
"name": "Innodb_row_lock_time_waits",
"Innodb_row_lock_waits": {
"name": "Innodb_row_lock_waits",
"scope": [
"global"
],
"type": "integer",
"ids": [
{
"anchor": "innodb_row_lock_time_waits",
"anchor": "innodb_row_lock_waits",
"url": "https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-status-variables/"
}
]
Expand Down Expand Up @@ -33659,6 +33659,27 @@
}
]
},
"innodb_ddl_buffer_size": {
"cli": "--innodb-ddl-buffer-size=#",
"default": "1048576",
"dynamic": true,
"name": "innodb_ddl_buffer_size",
"range": {
"from": 65536,
"to": 4294967295
},
"scope": [
"global",
"session"
],
"type": "integer",
"ids": [
{
"anchor": "sysvar_innodb_ddl_buffer_size",
"url": "https://dev.mysql.com/doc/refman/8.0/en/innodb-parameters.html"
}
]
},
"innodb_ddl_log_crash_reset_debug": {
"cli": "--innodb-ddl-log-crash-reset-debug[={OFF|ON}]",
"default": "OFF",
Expand All @@ -33675,6 +33696,26 @@
}
]
},
"innodb_ddl_threads": {
"cli": "--innodb-ddl-threads=#",
"default": "4",
"dynamic": true,
"name": "innodb_ddl_threads",
"range": {
"from": 1,
"to": 64
},
"scope": [
"session"
],
"type": "integer",
"ids": [
{
"anchor": "sysvar_innodb_ddl_threads",
"url": "https://dev.mysql.com/doc/refman/8.0/en/innodb-parameters.html"
}
]
},
"innodb_dedicated_server": {
"cli": "--innodb-dedicated-server[={OFF|ON}]",
"default": "OFF",
Expand Down
38 changes: 35 additions & 3 deletions dist/merged-raw.md
Original file line number Diff line number Diff line change
Expand Up @@ -23712,17 +23712,17 @@
|------|----|
|mariadb.com|[innodb_row_lock_time_max](https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-status-variables/#innodb_row_lock_time_max)|

## Innodb_row_lock_time_waits
## Innodb_row_lock_waits
|name|value|
|----|-----|
|Name|`Innodb_row_lock_time_waits`|
|Name|`Innodb_row_lock_waits`|
|Type of variable|`integer`|
|Scope|`global`|

### Documentation(s)
|source|anchor name|
|------|----|
|mariadb.com|[innodb_row_lock_time_waits](https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-status-variables/#innodb_row_lock_time_waits)|
|mariadb.com|[innodb_row_lock_waits](https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-status-variables/#innodb_row_lock_waits)|

## Innodb_rows_deleted
|name|value|
Expand Down Expand Up @@ -28304,6 +28304,22 @@
|------|----|
|dev.mysql.com|[sysvar_innodb_compress_debug](https://dev.mysql.com/doc/refman/8.0/en/innodb-parameters.html#sysvar_innodb_compress_debug)|

## innodb_ddl_buffer_size
|name|value|
|----|-----|
|Name|`innodb_ddl_buffer_size`|
|Command line|`--innodb-ddl-buffer-size=#`|
|Type of variable|`integer`|
|Scope|`global`, `session`|
|Default value|`1048576`|
|Dynamic|`true`|
|Range|from: `65536` to: `4294967295`|

### Documentation(s)
|source|anchor name|
|------|----|
|dev.mysql.com|[sysvar_innodb_ddl_buffer_size](https://dev.mysql.com/doc/refman/8.0/en/innodb-parameters.html#sysvar_innodb_ddl_buffer_size)|

## innodb_ddl_log_crash_reset_debug
|name|value|
|----|-----|
Expand All @@ -28319,6 +28335,22 @@
|------|----|
|dev.mysql.com|[sysvar_innodb_ddl_log_crash_reset_debug](https://dev.mysql.com/doc/refman/8.0/en/innodb-parameters.html#sysvar_innodb_ddl_log_crash_reset_debug)|

## innodb_ddl_threads
|name|value|
|----|-----|
|Name|`innodb_ddl_threads`|
|Command line|`--innodb-ddl-threads=#`|
|Type of variable|`integer`|
|Scope|`session`|
|Default value|`4`|
|Dynamic|`true`|
|Range|from: `1` to: `64`|

### Documentation(s)
|source|anchor name|
|------|----|
|dev.mysql.com|[sysvar_innodb_ddl_threads](https://dev.mysql.com/doc/refman/8.0/en/innodb-parameters.html#sysvar_innodb_ddl_threads)|

## innodb_dedicated_server
|name|value|
|----|-----|
Expand Down
41 changes: 38 additions & 3 deletions dist/merged-slim.json
Original file line number Diff line number Diff line change
Expand Up @@ -21605,14 +21605,14 @@
"40#innodb_row_lock_time_max"
]
},
"Innodb_row_lock_time_waits": {
"name": "Innodb_row_lock_time_waits",
"Innodb_row_lock_waits": {
"name": "Innodb_row_lock_waits",
"scope": [
"global"
],
"type": "integer",
"ids": [
"40#innodb_row_lock_time_waits"
"40#innodb_row_lock_waits"
]
},
"Innodb_rows_deleted": {
Expand Down Expand Up @@ -26063,6 +26063,24 @@
"42#sysvar_innodb_compress_debug"
]
},
"innodb_ddl_buffer_size": {
"cli": "--innodb-ddl-buffer-size=#",
"default": "1048576",
"dynamic": true,
"name": "innodb_ddl_buffer_size",
"range": {
"from": 65536,
"to": 4294967295
},
"scope": [
"global",
"session"
],
"type": "integer",
"ids": [
"42#sysvar_innodb_ddl_buffer_size"
]
},
"innodb_ddl_log_crash_reset_debug": {
"cli": "--innodb-ddl-log-crash-reset-debug[={OFF|ON}]",
"default": "OFF",
Expand All @@ -26076,6 +26094,23 @@
"42#sysvar_innodb_ddl_log_crash_reset_debug"
]
},
"innodb_ddl_threads": {
"cli": "--innodb-ddl-threads=#",
"default": "4",
"dynamic": true,
"name": "innodb_ddl_threads",
"range": {
"from": 1,
"to": 64
},
"scope": [
"session"
],
"type": "integer",
"ids": [
"42#sysvar_innodb_ddl_threads"
]
},
"innodb_dedicated_server": {
"cli": "--innodb-dedicated-server[={OFF|ON}]",
"default": "OFF",
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 f6fd5f6

Please sign in to comment.