Bug 1139338

Summary: Conflict between mariadb-libs and mariadb-galera-server
Product: [Fedora] Fedora Reporter: Lars Kellogg-Stedman <lars>
Component: mariadb-galeraAssignee: Ryan O'Hara <rohara>
Status: CLOSED DUPLICATE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 20CC: hhorak, rohara
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2014-09-08 17:12:21 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Lars Kellogg-Stedman 2014-09-08 17:07:36 UTC
Description of problem:

When starting mariadb-galera-server, it is looking for the file "fill_help_tables.sql" in /usr/share and /usr/share/mysql, but the file does not exist in either location.  This results in an error:

... mariadb-prepare-db-dir[3965]: Initializing MySQL database
... mariadb-prepare-db-dir[3965]: FATAL ERROR: Could not find fill_help_tables.sql
... mariadb-prepare-db-dir[3965]: The following directories were searched:
... mariadb-prepare-db-dir[3965]: /usr/share
... mariadb-prepare-db-dir[3965]: /usr/share/mysql


This file is provided by mariadb-galera-server in /usr/share/mariadb-galera.

I would expect either (a) /usr/share/mysql to be a symlink into /usr/share/mariadb-galera, or (b) for the mariadb-galera startup scripts to look directly in /usr/share/mariadb-galera.

There is a /usr/share/mysql directory, but this is provided by mariadb-libs and does not contain the necessary files.

Version-Release number of selected component (if applicable):

5.5.38-1.fc20.x86_64

Comment 1 Lars Kellogg-Stedman 2014-09-08 17:12:21 UTC

*** This bug has been marked as a duplicate of bug 1134328 ***