apecloud / myduckserver

MySQL & Postgres Analytics, Reimagined
184 stars 8 forks source link

MariaDB Support #133

Closed benpoulson closed 4 days ago

benpoulson commented 1 week ago

Currently MariaDB is not supported due to different gtid implementations. Will have a play around and see if I can add support.

fanyang01 commented 1 week ago

Thank you for reporting this compatibility issue. MariaDB support is indeed on our near-term roadmap, but we haven't tested this project with it yet. The Vitess binlog subscriber does support MariaDB, so adding support for it should be straightforward.

fanyang01 commented 1 week ago

Hi @benpoulson,

@NoyException has added support for replication from MariaDB. We would appreciate it if you could test it in your setup and let us know if it works as expected.