From 609c51fd3d849c67f259d11d418fa021ea55859c Mon Sep 17 00:00:00 2001 From: Justin Smith Date: Tue, 22 Oct 2024 16:38:14 -0400 Subject: [PATCH] bump mysql CI to 9.1.0 --- tests/ci/integration/run_mysql_integration.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/ci/integration/run_mysql_integration.sh b/tests/ci/integration/run_mysql_integration.sh index cec4ca6149..0365e9bfd4 100755 --- a/tests/ci/integration/run_mysql_integration.sh +++ b/tests/ci/integration/run_mysql_integration.sh @@ -6,7 +6,7 @@ set -exu source tests/ci/common_posix_setup.sh -MYSQL_VERSION_TAG="mysql-cluster-9.0.1" +MYSQL_VERSION_TAG="mysql-cluster-9.1.0" # This directory is specific to the docker image used. Use -DDOWNLOAD_BOOST=1 -DWITH_BOOST= # with mySQL to download a compatible boost version locally. BOOST_INSTALL_FOLDER=/home/dependencies/boost