Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

🤖 [MariaDB] updates #350

Merged
merged 1 commit into from
Jun 25, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading