Skip to content

Commit 9d56169

Browse files
committed
Re-enable tests on MySQL 8.0.24.
This reverts 8b2208b.
1 parent ddb5b3e commit 9d56169

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.ci/docker-run.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ PORT=$2
2424
OMIT_FEATURES=$3
2525
MYSQL_EXTRA=
2626

27-
if [ "$IMAGE" == "mysql:8.0.23" ]; then
27+
if [ "$IMAGE" == "mysql:8.0" ]; then
2828
MYSQL_EXTRA='--default-authentication-plugin=mysql_native_password'
2929
fi
3030

azure-pipelines.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -205,8 +205,8 @@ jobs:
205205
image: 'mysql:5.7'
206206
unsupportedFeatures: 'Ed25519,CachingSha2Password,Tls11,Tls13,UuidToBin'
207207
'MySQL 8.0':
208-
image: 'mysql:8.0.23'
209-
unsupportedFeatures: 'Ed25519,Tls11'
208+
image: 'mysql:8.0'
209+
unsupportedFeatures: 'Ed25519,Tls11,ZeroDateTime'
210210
'MariaDB 10.2':
211211
image: 'mariadb:10.2'
212212
unsupportedFeatures: 'Ed25519,Json,Sha256Password,CachingSha2Password,RoundDateTime,Tls11,UuidToBin'

0 commit comments

Comments
 (0)