If information_schema.TABLES exists in hibernate_sequence of other databases, SequenceInformationExtractorMariaDBDatabaseImpl does not correctly extract the sequence information of the current database.
In hibernate 5.3.10, the application can start but does not create hibernate_sequence.
In hibernate 5.4.3, the application cannot be started.
demo: [https://github.com/lyh8577/spring-boot-issue-16893-demo|https://github.com/lyh8577/spring-boot-issue-16893-demo] |
|