Fix MariaDB initialization when mysql_install_db is missing

Authored by dvratil on Jul 5 2018, 2:54 PM.

Description

Fix MariaDB initialization when mysql_install_db is missing

Apparently some distributions don't ship mysql_install_db with
mariadb-server. Luckily for us, MariaDB can initialize itself on the
first start or mysqld, and it only needs us to make sure that the
datadir directory exists.

BUG: 392948
FIXED-IN: 5.8.3

Details

Committed
dvratilJul 5 2018, 2:56 PM
Parents
R165:4bd807c28663: akInit: improve error message when renaming old logfiles fails
Branches
Unknown
Tags
Unknown