mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-08-31 03:45:41 +00:00
mariadb: Added missing installation of mysqld_safe_helper to FILES_${PN}-server
Per issue MDEV-14044 on https://jira.mariadb.org/browse/MDEV-14044, mysqld_safe_helper
needs to be installed with the server, but was absent from the mariadb.inc file feeding
the recipes. This resulted in a broken mariadb installation. Installing
mysqld_safe_helper alongside mysqld_safe resolves this problem.
Signed-off-by: Jonathan Haws <jhaws@sdl.usu.edu>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
(cherry picked from commit 6363c0d0ee)
Signed-off-by: Armin Kuster <akuster808@gmail.com>
This commit is contained in:
committed by
Armin Kuster
parent
4bea80956f
commit
6ef007b28d
@@ -258,6 +258,7 @@ FILES_${PN}-server = "\
|
||||
${bindir}/mysqlbinlog \
|
||||
${bindir}/mysqld_multi \
|
||||
${bindir}/mysqld_safe \
|
||||
${bindir}/mysqld_safe_helper \
|
||||
${bindir}/mysqlhotcopy \
|
||||
${bindir}/mysqltest \
|
||||
${bindir}/ndb_delete_all \
|
||||
|
||||
Reference in New Issue
Block a user