Uploaded image for project: 'jBPM'
  1. jBPM
  2. JBPM-2143

jBPM creates two indices for each foreign key column on MySQL

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: Major Major
    • jBPM 3.2.9
    • jBPM 3.2.5.SP5
    • Runtime Engine
    • None

      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_);

            aguizar_jira Alejandro Guizar (Inactive)
            jpechane Jiri Pechanec
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved: