Merge "change the default to PyMYSQL"

This commit is contained in:
Jenkins 2015-06-11 11:35:38 +00:00 committed by Gerrit Code Review
commit 1e6b33377f

View File

@ -11,7 +11,7 @@
MY_XTRACE=$(set +o | grep xtrace)
set +o xtrace
MYSQL_DRIVER=${MYSQL_DRIVER:-MySQL-python}
MYSQL_DRIVER=${MYSQL_DRIVER:-PyMySQL}
# Force over to pymysql driver by default if we are using it.
if is_service_enabled mysql; then
if [[ "$MYSQL_DRIVER" == "PyMySQL" ]]; then