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 27, 2021
1 parent 6d0aed2 commit d4cbcc7
Show file tree
Hide file tree
Showing 7 changed files with 55 additions and 7 deletions.
16 changes: 15 additions & 1 deletion data/mariadb-mariadb-audit-plugin-system-variables.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,10 @@
"dynamic": true,
"id": "server_audit_file_rotate_size",
"name": "server_audit_file_rotate_size",
"range": {
"from": 100,
"to": 9223372036854776000
},
"scope": [
"global"
],
Expand Down Expand Up @@ -127,8 +131,18 @@
},
{
"cli": "--server-audit-mode[=#]",
"default": "0",
"dynamic": true,
"id": "server_audit_mode",
"name": "server_audit_mode"
"name": "server_audit_mode",
"range": {
"from": 0,
"to": 1
},
"scope": [
"global"
],
"type": "integer"
},
{
"cli": "--server-audit-output-type=value",
Expand Down
8 changes: 4 additions & 4 deletions data/mariadb-server-system-variables.json
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@
"type": "integer"
},
{
"default": "utf8",
"default": "utf8mb3 (>= MariaDB 10.6), utf8 (<= MariaDB 10.5)",
"dynamic": true,
"id": "character_set_client",
"name": "character_set_client",
Expand All @@ -130,7 +130,7 @@
"type": "string"
},
{
"default": "utf8",
"default": "utf8mb3 (>= MariaDB 10.6), utf8 (<= MariaDB 10.5)",
"dynamic": true,
"id": "character_set_connection",
"name": "character_set_connection",
Expand Down Expand Up @@ -164,7 +164,7 @@
"type": "string"
},
{
"default": "utf8",
"default": "utf8mb3 (>= MariaDB 10.6), utf8 (<= MariaDB 10.5)",
"dynamic": true,
"id": "character_set_results",
"name": "character_set_results",
Expand All @@ -187,7 +187,7 @@
"type": "string"
},
{
"default": "utf8",
"default": "utf8mb3 (>= MariaDB 10.6), utf8 (<= MariaDB 10.5)",
"dynamic": false,
"id": "character_set_system",
"name": "character_set_system",
Expand Down
14 changes: 14 additions & 0 deletions dist/merged-raw.json
Original file line number Diff line number Diff line change
Expand Up @@ -3025,6 +3025,10 @@
"default": "1000000",
"dynamic": true,
"name": "server_audit_file_rotate_size",
"range": {
"from": 100,
"to": 9.223372036854776e+18
},
"scope": [
"global"
],
Expand Down Expand Up @@ -3105,7 +3109,17 @@
},
"server_audit_mode": {
"cli": "--server-audit-mode[=#]",
"default": "0",
"dynamic": true,
"name": "server_audit_mode",
"range": {
"from": 0,
"to": 1
},
"scope": [
"global"
],
"type": "integer",
"ids": [
{
"anchor": "server_audit_mode",
Expand Down
6 changes: 6 additions & 0 deletions dist/merged-raw.md
Original file line number Diff line number Diff line change
Expand Up @@ -2708,6 +2708,7 @@
|Scope|`global`|
|Default value|`1000000`|
|Dynamic|`true`|
|Range|from: `100` to: `9.2233720368548E+18`|

### Documentation(s)
|source|anchor name|
Expand Down Expand Up @@ -2779,6 +2780,11 @@
|----|-----|
|Name|`server_audit_mode`|
|Command line|`--server-audit-mode[=#]`|
|Type of variable|`integer`|
|Scope|`global`|
|Default value|`0`|
|Dynamic|`true`|
|Range|from: `0` to: `1`|

### Documentation(s)
|source|anchor name|
Expand Down
14 changes: 14 additions & 0 deletions dist/merged-slim.json
Original file line number Diff line number Diff line change
Expand Up @@ -2413,6 +2413,10 @@
"default": "1000000",
"dynamic": true,
"name": "server_audit_file_rotate_size",
"range": {
"from": 100,
"to": 9.223372036854776e+18
},
"scope": [
"global"
],
Expand Down Expand Up @@ -2478,7 +2482,17 @@
},
"server_audit_mode": {
"cli": "--server-audit-mode[=#]",
"default": "0",
"dynamic": true,
"name": "server_audit_mode",
"range": {
"from": 0,
"to": 1
},
"scope": [
"global"
],
"type": "integer",
"ids": [
"11#server_audit_mode"
]
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 d4cbcc7

Please sign in to comment.