- Notifications
You must be signed in to change notification settings - Fork1.3k
Add support for MariaDB connection in configuration and URI generation#1552
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
base:master
Are you sure you want to change the base?
Add support for MariaDB connection in configuration and URI generation#1552
Conversation
Vasanth-96 commentedMay 6, 2025
HI@rashiq@meiji163@timvaillancourt could you guys review this pr and let me know if any more fix/changes need! |
meiji163 commentedMay 13, 2025
Thanks for your PR@Vasanth-96! Ideally we should run the localtests on a MariaDB docker image. I'm not sure if there's one that works out of the box. |
Vasanth-96 commentedMay 13, 2025
Thanks for the suggestion,@meiji163 CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES f8ae17daf37b mariadb:10.3.31"docker-entrypoint.s…" 6 days ago Up 6 days 0.0.0.0:3306->3306/tcp mariadb-container-fix The fallback to tx_isolation is working as expected. |
Vasanth-96 commentedJun 1, 2025
@meiji163 please if you could checkout the reply comment thanks |
meiji163 commentedJul 1, 2025
Given this comment#1488 (comment), perhaps we should should setting the connection variable directly instead of having a MariaDB flag |
conf commentedOct 15, 2025
It's back to |
Uh oh!
There was an error while loading.Please reload this page.
A Pull Request should be associated with an Issue.
Related issue:#1488
#1488
Description
This PR addresses the issue encountered with MariaDB 10.3 when running gh-ost version 1.1.7. The error occurs due to the use of the transaction_isolation system variable, which is not present in MariaDB 10.3. Instead, MariaDB 10.3 uses tx_isolation to configure the transaction isolation level.
script/cibuildreturns with no formatting errors, build errors or unit test errors.attaching the images

