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 Jun 22, 2024
1 parent 49c426c commit 95178f7
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions data/variables/mariadb-server-system-variables.json
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@
"type": "string"
},
{
"default": "Empty",
"default": "utf8mb3=utf8mb3_uca1400_ai_ci, ucs2=ucs2_uca1400_ai_ci, utf8mb4=utf8mb4_uca1400_ai_ci, utf16=utf16_uca1400_ai_ci, utf32=utf32_uca1400_ai_ci (>= MariaDB 11.5), Empty (<= MariaDB 11.4)",
"dynamic": true,
"id": "character_set_collations",
"name": "character_set_collations",
Expand All @@ -193,7 +193,7 @@
"type": "string"
},
{
"default": "latin1",
"default": "utf8mb4 (>= MariaDB 11.6.0), latin1 (<= MariaDB 11.5)",
"dynamic": true,
"id": "character_set_database",
"name": "character_set_database",
Expand Down Expand Up @@ -228,7 +228,7 @@
},
{
"cli": "--character-set-server",
"default": "latin1",
"default": "utf8mb4 (>= MariaDB 11.6.0), latin1 (<= MariaDB 11.5)",
"dynamic": true,
"id": "character_set_server",
"name": "character_set_server",
Expand Down
2 changes: 1 addition & 1 deletion dist/merged-raw.json
Original file line number Diff line number Diff line change
Expand Up @@ -19278,7 +19278,7 @@
]
},
"character_set_collations": {
"default": "Empty",
"default": "utf8mb3=utf8mb3_uca1400_ai_ci, ucs2=ucs2_uca1400_ai_ci, utf8mb4=utf8mb4_uca1400_ai_ci, utf16=utf16_uca1400_ai_ci, utf32=utf32_uca1400_ai_ci (>= MariaDB 11.5), Empty (<= MariaDB 11.4)",
"dynamic": true,
"name": "character_set_collations",
"scope": [
Expand Down
2 changes: 1 addition & 1 deletion dist/merged-raw.md
Original file line number Diff line number Diff line change
Expand Up @@ -15975,7 +15975,7 @@
|Name|`character_set_collations`|
|Type of variable|`string`|
|Scope|`global`, `session`|
|Default value|`Empty`|
|Default value|`utf8mb3=utf8mb3_uca1400_ai_ci, ucs2=ucs2_uca1400_ai_ci, utf8mb4=utf8mb4_uca1400_ai_ci, utf16=utf16_uca1400_ai_ci, utf32=utf32_uca1400_ai_ci (>= MariaDB 11.5), Empty (<= MariaDB 11.4)`|
|Dynamic|`true`|

### Documentation(s)
Expand Down
2 changes: 1 addition & 1 deletion dist/merged-slim.json
Original file line number Diff line number Diff line change
Expand Up @@ -14556,7 +14556,7 @@
]
},
"character_set_collations": {
"default": "Empty",
"default": "utf8mb3=utf8mb3_uca1400_ai_ci, ucs2=ucs2_uca1400_ai_ci, utf8mb4=utf8mb4_uca1400_ai_ci, utf16=utf16_uca1400_ai_ci, utf32=utf32_uca1400_ai_ci (>= MariaDB 11.5), Empty (<= MariaDB 11.4)",
"dynamic": true,
"name": "character_set_collations",
"scope": [
Expand Down

0 comments on commit 95178f7

Please sign in to comment.