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

[community-db] Support OceanBase MySQL mode #3571

Closed
wants to merge 1 commit into from
Closed

Conversation

whhe
Copy link

@whhe whhe commented Nov 10, 2022

Close #3553.

There are some modifications for database restrictions:

  • Make canUseNamedLockTemplate to return false to skip calling GET_LOCK, as this function does not exist in OceanBase
  • Add OceanBaseDatabaseType to handle obconnector-j and mysql-connector-java
  • Modity ensureSupported to support OceanBase versions

@CLAassistant
Copy link

CLAassistant commented Nov 10, 2022

CLA assistant check
All committers have signed the CLA.

@wangdh1
Copy link

wangdh1 commented Apr 27, 2023

@whhe Does this is not deploy to mvnrepository?

@whhe
Copy link
Author

whhe commented Apr 27, 2023

@whhe Does this is not deploy to mvnrepository?

You mean the Maven Central? No, it's not merged yet, and only the project maintainers can update the artifact on Maven Central.

@wangdh1
Copy link

wangdh1 commented Apr 27, 2023

Okay,I can only package it myself.

@whhe
Copy link
Author

whhe commented Nov 7, 2023

Hi @Barry-RG

This PR has been open for a long time, and the flyway project has changed so much that I had to resolve some commit conflicts a few days ago. These stuffs may need to be done again and again before the community review this PR, so I really wish a response from the community, and if there is any plan for it, or if there are new policies for PR of database support type, please let me know.

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

Successfully merging this pull request may close these issues.

Support for MySQL mode of OceanBase database
4 participants