Skip to content

Commit 527a95d

Browse files
committed
Update lc_messages path
1 parent b2d2529 commit 527a95d

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

readme-vars.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,7 @@ app_setup_block: |
116116
117117
# changelog
118118
changelogs:
119+
- { date: "09.06.23:", desc: "Update lc_messages path in shipped custom.cnf to match upstream." }
119120
- { date: "25.05.23:", desc: "Rebase to Alpine 3.18, deprecate armhf." }
120121
- { date: "04.02.23:", desc: "Minor updates to defaults in custom.cnf." }
121122
- { date: "31.01.23:", desc: "Rebase to 3.17." }

root/defaults/custom.cnf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ port = 3306
3838
basedir = /usr
3939
datadir = /var/lib/mysql
4040
tmpdir = /tmp
41-
lc_messages_dir = /usr/share/mysql
41+
lc_messages_dir = /usr/share/mariadb
4242
lc_messages = en_US
4343
skip-external-locking
4444
#

0 commit comments

Comments
 (0)