Skip to content

Commit

Permalink
update: [MariaDB] updates
Browse files Browse the repository at this point in the history
  • Loading branch information
sudo-robot committed Jan 7, 2023
1 parent 1c0ca16 commit 8b1a2e7
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3060,9 +3060,6 @@
"dynamic": false,
"id": "innodb_undo_tablespaces",
"name": "innodb_undo_tablespaces",
"range": {
"from": 0
},
"scope": [
"global"
],
Expand Down
4 changes: 4 additions & 0 deletions dist/merged-raw.json
Original file line number Diff line number Diff line change
Expand Up @@ -36817,6 +36817,10 @@
"innodb_undo_tablespaces": {
"cli": "--innodb-undo-tablespaces=#",
"name": "innodb_undo_tablespaces",
"range": {
"from": 2,
"to": 127
},
"scope": [
"global"
],
Expand Down
1 change: 1 addition & 0 deletions dist/merged-raw.md
Original file line number Diff line number Diff line change
Expand Up @@ -30855,6 +30855,7 @@
|Command line|`--innodb-undo-tablespaces=#`|
|Type of variable|`integer`|
|Scope|`global`|
|Range|from: `2` to: `127`|

### Documentation(s)
|source|anchor name|
Expand Down
4 changes: 4 additions & 0 deletions dist/merged-slim.json
Original file line number Diff line number Diff line change
Expand Up @@ -28588,6 +28588,10 @@
"innodb_undo_tablespaces": {
"cli": "--innodb-undo-tablespaces=#",
"name": "innodb_undo_tablespaces",
"range": {
"from": 2,
"to": 127
},
"scope": [
"global"
],
Expand Down

0 comments on commit 8b1a2e7

Please sign in to comment.