Causes the new su bootstrap to fail.
Closes: https://bugs.gentoo.org/show_bug.cgi?id=632694
egrep -sq external-locking "${helpfile}" && \
options="${options/skip-locking/skip-external-locking}"
- use prefix || options="${options} --user=mysql"
-
einfo "Creating the mysql database and setting proper permissions on it ..."
# Now that /var/run is a tmpfs mount point, we need to ensure it exists before using it
egrep -sq external-locking "${helpfile}" && \
options="${options/skip-locking/skip-external-locking}"
- use prefix || options="${options} --user=mysql"
-
# MySQL 5.6+ needs InnoDB
if [[ ${PN} == "mysql" || ${PN} == "percona-server" ]] ; then
mysql_version_is_at_least "5.6" || options="${options} --loose-skip-innodb"
egrep -sq external-locking "${helpfile}" && \
options="${options/skip-locking/skip-external-locking}"
- use prefix || options="${options} --user=mysql"
-
# MySQL 5.6+ needs InnoDB
if [[ ${PN} == "mysql" || ${PN} == "percona-server" ]] ; then
mysql_version_is_at_least "5.6" || options="${options} --loose-skip-innodb"