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 Nov 16, 2024
1 parent a8f356e commit 7ba2a0d
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@
"type": "string"
},
{
"cli": "--wsrep-debug[={0|1}]",
"cli": "MariaDB starting with 10.4.3--wsrep-debug[={NONE|SERVER|TRANSACTION|STREAMING|CLIENT}]\n\nMariaDB until 10.4.2--wsrep-debug[={0|1}]",
"default": "NONE (>= MariaDB 10.4.3), OFF (<= MariaDB 10.4.2)",
"dynamic": true,
"id": "wsrep_debug",
Expand Down
2 changes: 1 addition & 1 deletion dist/merged-raw.json
Original file line number Diff line number Diff line change
Expand Up @@ -2459,7 +2459,7 @@
]
},
"wsrep_debug": {
"cli": "--wsrep-debug[={0|1}]",
"cli": "MariaDB starting with 10.4.3--wsrep-debug[={NONE|SERVER|TRANSACTION|STREAMING|CLIENT}]\n\nMariaDB until 10.4.2--wsrep-debug[={0|1}]",
"default": "NONE (>= MariaDB 10.4.3), OFF (<= MariaDB 10.4.2)",
"dynamic": true,
"name": "wsrep_debug",
Expand Down
4 changes: 3 additions & 1 deletion dist/merged-raw.md
Original file line number Diff line number Diff line change
Expand Up @@ -2227,7 +2227,9 @@
|name|value|
|----|-----|
|Name|`wsrep_debug`|
|Command line|`--wsrep-debug[={0|1}]`|
|Command line|`MariaDB starting with 10.4.3--wsrep-debug[={NONE|SERVER|TRANSACTION|STREAMING|CLIENT}]

MariaDB until 10.4.2--wsrep-debug[={0|1}]`|
|Type of variable|`enumeration`|
|Scope|`global`|
|Default value|`NONE (>= MariaDB 10.4.3), OFF (<= MariaDB 10.4.2)`|
Expand Down
2 changes: 1 addition & 1 deletion dist/merged-slim.json
Original file line number Diff line number Diff line change
Expand Up @@ -1949,7 +1949,7 @@
]
},
"wsrep_debug": {
"cli": "--wsrep-debug[={0|1}]",
"cli": "MariaDB starting with 10.4.3--wsrep-debug[={NONE|SERVER|TRANSACTION|STREAMING|CLIENT}]\n\nMariaDB until 10.4.2--wsrep-debug[={0|1}]",
"default": "NONE (>= MariaDB 10.4.3), OFF (<= MariaDB 10.4.2)",
"dynamic": true,
"name": "wsrep_debug",
Expand Down

0 comments on commit 7ba2a0d

Please sign in to comment.