Comment 14 for bug 1396793

Revision history for this message
Trafodion-Gerrit (neo-devtools) wrote : Fix merged to core (master)

Reviewed: https://review.trafodion.org/957
Committed: https://github.com/trafodion/core/commit/9af709b48395c6ad6b9444641821933e6e5c2505
Submitter: Trafodion Jenkins
Branch: master

commit 9af709b48395c6ad6b9444641821933e6e5c2505
Author: Mike Hanlon <email address hidden>
Date: Wed Jan 14 21:17:07 2015 +0000

    Fix CREATE INDEX NO POPULATE

    This change fixes a bug which can happen when more than one
    indexes are created with the no populate option. Before this
    fix, when the indexes are populated, the DDL code would
    incorrectly return without populating some index.

    Change-Id: I42f02d285b7d9c4606cfeefda852480eb4b6bdf3
    Closes-Bug: #1396793