Skip to content
This repository was archived by the owner on May 14, 2025. It is now read-only.

Add proper mariadb support #4761

Closed
jvalkeal opened this issue Nov 18, 2021 · 0 comments
Closed

Add proper mariadb support #4761

jvalkeal opened this issue Nov 18, 2021 · 0 comments
Assignees
Milestone

Comments

@jvalkeal
Copy link
Contributor

No description provided.

@jvalkeal jvalkeal added this to the 2.10.0-M1 milestone Nov 18, 2021
jvalkeal added a commit to jvalkeal/spring-cloud-dataflow that referenced this issue Nov 18, 2021
- Essentially moving existing mysql integration into mariadb
- We target mariadb 10.3+ so for hibernate_sequence use
  a real sequence due to hibernate dialect.
- Keep classes in classpath under `mysql` due to
  spring-projects/spring-boot#28728
- This PR doesn't touch ddl files which are used manually if
  flyway is disabled. Going to be done in a separate commit.
- Relates spring-attic#4761
- Relates spring-attic#4759
jvalkeal added a commit that referenced this issue Nov 18, 2021
- Essentially moving existing mysql integration into mariadb
- We target mariadb 10.3+ so for hibernate_sequence use
  a real sequence due to hibernate dialect.
- Keep classes in classpath under `mysql` due to
  spring-projects/spring-boot#28728
- This PR doesn't touch ddl files which are used manually if
  flyway is disabled. Going to be done in a separate commit.
- Relates #4761
- Relates #4759
jvalkeal added a commit that referenced this issue Nov 19, 2021
jvalkeal added a commit that referenced this issue Nov 23, 2021
- Now expecting hibernate_sequence to use proper
  sequences available from mariadb 10.3.
- Relates #4761
jvalkeal added a commit that referenced this issue Jan 10, 2022
- Rework some things to drop mysql from tests.
- With mariadb we can't do full incremental upgrade
  tests as it wasn't really supported in a past and
  you get trouble with flyway as some supported maria
  versions are different(meaning we should upgrade
  maridb version together with dataflow versions).
- Relates #4761
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Development

No branches or pull requests

1 participant