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

Compatibility with MariaDB #150

Open
javiercasares opened this issue Aug 3, 2024 · 1 comment
Open

Compatibility with MariaDB #150

javiercasares opened this issue Aug 3, 2024 · 1 comment

Comments

@javiercasares
Copy link

Although MySQL is great, MariaDB is also better because it's more open than what ORACLE does.

Is there a way to connect and run with MariaDB 10.6, 10.11, 11.x?

I've been trying some tests with MariaDB, but I get some errors, and probably is because of some compatibility issues with the MySQL default configuration.

@altmannmarcelo
Copy link
Contributor

Hi @javiercasares ,

Thanks for your question. The actual issue is how MariaDB binary logs work. MariaDB still uses the WRITE_ROW_EVENT_V1 while MySQL uses the version two of it (Same goes for DELETE and UPDATE). At this moment we do not have support for parsing V1 events.

That said, I'm wondering type of usage and experiments are you doing with Readyset. Please feel free to join our slack community and reach out to me - https://join.slack.com/t/readysetcommunity/shared_invite/zt-2272gtiz4-0024xeRJUPGWlRETQrGkFw

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

No branches or pull requests

2 participants