Merge "Use mysql in Ubuntu 12.04 (precise)"

This commit is contained in:
Jenkins 2014-11-19 03:04:30 +00:00 committed by Gerrit Code Review
commit a74ae5d713

View File

@ -142,7 +142,7 @@ EOF
fi
# Install mysql-server
if is_ubuntu || is_fedora; then
if [[ $DISTRO =~ (rhel6) ]]; then
if [[ $DISTRO =~ (rhel6|precise) ]]; then
install_package mysql-server
else
install_package mariadb-server