Skip to content

Commit 1e6b333

Browse files
Jenkinsopenstack-gerrit
authored andcommitted
Merge "change the default to PyMYSQL"
2 parents 4e0defe + b3798af commit 1e6b333

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/databases/mysql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
MY_XTRACE=$(set +o | grep xtrace)
1212
set +o xtrace
1313

14-
MYSQL_DRIVER=${MYSQL_DRIVER:-MySQL-python}
14+
MYSQL_DRIVER=${MYSQL_DRIVER:-PyMySQL}
1515
# Force over to pymysql driver by default if we are using it.
1616
if is_service_enabled mysql; then
1717
if [[ "$MYSQL_DRIVER" == "PyMySQL" ]]; then

0 commit comments

Comments
 (0)