You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2020/10/03 09:02:31 UTC

[GitHub] [airflow] kaxil commented on a change in pull request #11247: Enable MySQL 8 CI jobs

kaxil commented on a change in pull request #11247:
URL: https://github.com/apache/airflow/pull/11247#discussion_r499130543



##########
File path: scripts/docker/install_mysql.sh
##########
@@ -51,6 +51,7 @@ if [[ ${INSTALL_MYSQL_CLIENT:="true"} == "true" ]]; then
     rm -rf "${GNUPGHOME}"
     apt-key list > /dev/null
     echo "deb http://repo.mysql.com/apt/debian/ stretch mysql-5.7" | tee -a /etc/apt/sources.list.d/mysql.list
+    echo "deb http://repo.mysql.com/apt/debian/ stretch mysql-8.0" | tee -a /etc/apt/sources.list.d/mysql.list

Review comment:
       oh yes




----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org