Skip to content

Commit

Permalink
update: [MySQL] updates
Browse files Browse the repository at this point in the history
  • Loading branch information
sudo-robot committed Jun 17, 2023
1 parent 3c04516 commit e0bf90d
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 7 deletions.
6 changes: 2 additions & 4 deletions data/variables/mysql-server-options.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,11 +54,9 @@
"name": "console"
},
{
"cli": "--core-file[={OFF|ON}]",
"default": "OFF",
"cli": "--core-file",
"id": "option_mysqld_core-file",
"name": "core_file",
"type": "boolean"
"name": "core_file"
},
{
"cli": "--daemonize[={OFF|ON}]",
Expand Down
2 changes: 1 addition & 1 deletion dist/merged-raw.json
Original file line number Diff line number Diff line change
Expand Up @@ -18870,7 +18870,7 @@
]
},
"core_file": {
"default": "0",
"default": "OFF",
"dynamic": false,
"name": "core_file",
"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 @@ -15942,7 +15942,7 @@
|Name|`core_file`|
|Type of variable|`boolean`|
|Scope|`global`|
|Default value|`0`|
|Default value|`OFF`|
|Dynamic|`false`|

### 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 @@ -14778,7 +14778,7 @@
]
},
"core_file": {
"default": "0",
"default": "OFF",
"dynamic": false,
"name": "core_file",
"scope": [
Expand Down

0 comments on commit e0bf90d

Please sign in to comment.