-
Enhancement
-
Resolution: Done
-
Major
-
None
-
None
-
None
-
False
-
None
-
False
-
NEW
-
NEW
-
- Enhance the jBPM schema to meet the MySQL cluster requirements, in particular:
-
- Primary Keys. Every table that is to be replicated by the group must have a defined primary key, or primary key equivalent where the equivalent is a non-null unique key. Such keys are required as a unique identifier for every row within a table, enabling the system to determine which transactions conflict by identifying exactly which rows each transaction has modified.
- Auto-increment PK should be added to the following tables:
Delegation_delegates EventTypes Notification_BAs Notification_Recipients PeopleAssignments_BAs PeopleAssignments_ExclOwners PeopleAssignments_PotOwners PeopleAssignments_Recipients PeopleAssignments_Stakeholders Reassignment_potentialOwners
- relates to
-
JBPM-10055 Add test case for MySQL clustering DDL
- Resolved