[
https://jira.jboss.org/jira/browse/JBPM-2143?page=com.atlassian.jira.plug...
]
Alejandro Guizar updated JBPM-2143:
-----------------------------------
Fix Version/s: jBPM 3.2.x
(was: jBPM 3.2.7)
Since SOA-1271 has been deferred to 4.3 CP03, I am setting the fix version to 3.2.x. This
issue should be included in 3.2.8 if that release ever occurs.
jBPM creates two indices for each foreign key column on MySQL
-------------------------------------------------------------
Key: JBPM-2143
URL:
https://jira.jboss.org/jira/browse/JBPM-2143
Project: JBoss jBPM
Issue Type: Bug
Security Level: Public(Everyone can see)
Components: Runtime Engine
Affects Versions: jBPM 3.2.5.SP5
Reporter: Jiri Pechanec
Assignee: Alejandro Guizar
Fix For: jBPM 3.2.x
The SQL scripts for MySQL contains two independent index creations for each indexed
foreign key column - see sample
create index IDX_LOG_SOURCENODE on JBPM_LOG (SOURCENODE_);
alter table JBPM_LOG add index FK_LOG_SOURCENODE (SOURCENODE_), add constraint
FK_LOG_SOURCENODE foreign key (SOURCENODE_) references JBPM_NODE (ID_);
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira