Skip to content

Commit

Permalink
fix: mysql 8.4 start failed (#1480)
Browse files Browse the repository at this point in the history
  • Loading branch information
xuriwuyun authored Feb 21, 2025
1 parent 569239b commit 805908a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions addons/mysql/templates/_helpers.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -247,6 +247,7 @@ roles:
{{- end }}

{{- define "mysql.spec.runtime.entrypoint" -}}
mkdir -p {{ .Values.dataMountPath }}/{log,binlog,auditlog}
if [ -f {{ .Values.dataMountPath }}/plugin/audit_log.so ]; then
cp {{ .Values.dataMountPath }}/plugin/audit_log.so /usr/lib64/mysql/plugin/
fi
Expand Down

0 comments on commit 805908a

Please sign in to comment.