Skip to content

Update MySQLMaxValueIncrementer to not rely on MYISAM [SPR-15107] #19674

@spring-projects-issues

Description

@spring-projects-issues

Thomas Risberg opened SPR-15107 and commented

We should update MySQLMaxValueIncrementer to not rely on MYISAM for the sequence table since this engine might not always be available. This is the case with the latest MySQL service available in Cloud Foundry. It would be better to do the sequence value update in a separate transaction so we can support any type of storage engine.


Referenced from: pull request #1286, and commits cc53d59, 5c7aee7, 60882ce

Metadata

Metadata

Assignees

Labels

in: dataIssues in data modules (jdbc, orm, oxm, tx)type: enhancementA general enhancement

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions