Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update MySQL JDBC driver to 9.0.0 #482

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from
Draft

Conversation

mosabua
Copy link
Member

@mosabua mosabua commented Sep 25, 2024

Description

Additional context and related issues

Release notes

(x) Release notes are required, with the following suggested text:

* tbd .. probably affects what MySQL version we support

@cla-bot cla-bot bot added the cla-signed label Sep 25, 2024
@@ -24,7 +24,7 @@
<dep.jeasy.version>4.1.0</dep.jeasy.version>
<dep.mockito.version>5.13.0</dep.mockito.version>
<dep.okhttp3.version>4.12.0</dep.okhttp3.version>
<dep.mysqlconnector.version>8.3.0</dep.mysqlconnector.version>
<dep.mysqlconnector.version>9.0.0</dep.mysqlconnector.version>
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Trino user reported 8.4.0 caused performance regression. trinodb/trino#21945
I'm not sure whether this version is safe to use.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hmm.. good question.. I guess we would need to try with 9.0.0 in Trino as well and decide from there.

@willmostly
Copy link
Contributor

@mosabua we should update the image used by the runner, regardless of 8.3 vs 9 for the driver version. It looks like none of the tests use a MySQL image 😬

MySQLContainer<?> mysql = new MySQLContainer("mysql:5.7");

@mosabua
Copy link
Member Author

mosabua commented Sep 26, 2024

@mosabua we should update the image used by the runner, regardless of 8.3 vs 9 for the driver version. It looks like none of the tests use a MySQL image 😬

MySQLContainer<?> mysql = new MySQLContainer("mysql:5.7");

Sounds good .. I will try to attack this at some stage soon.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

Successfully merging this pull request may close these issues.

3 participants