[oe-commits] [meta-openembedded] 08/36: mariadb: Added missing installation of mysqld_safe_helper to FILES_${PN}-server

git at git.openembedded.org git at git.openembedded.org
Thu Feb 1 16:01:26 UTC 2018


This is an automated email from the git hooks/post-receive script.

armin_kuster pushed a commit to branch rocko
in repository meta-openembedded.

commit 6ef007b28dfba1ac36ea9655b78472eb4aacbb51
Author: Jonathan Haws <jhaws at sdl.usu.edu>
AuthorDate: Tue Nov 14 16:16:14 2017 -0700

    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 at sdl.usu.edu>
    Signed-off-by: Armin Kuster <akuster808 at gmail.com>
    (cherry picked from commit 6363c0d0ee412b80877f890544df8343f5556be6)
    Signed-off-by: Armin Kuster <akuster808 at gmail.com>
---
 meta-oe/recipes-support/mysql/mariadb.inc | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meta-oe/recipes-support/mysql/mariadb.inc b/meta-oe/recipes-support/mysql/mariadb.inc
index 16dd9f9..263b313 100644
--- a/meta-oe/recipes-support/mysql/mariadb.inc
+++ b/meta-oe/recipes-support/mysql/mariadb.inc
@@ -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 \

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list