Comment 1 for bug 1404963

Revision history for this message
Mike Hanlon (mike-hanlon) wrote :

A DDL statement which is not protected by transactions may leave inconsistencies when it is canceled. For example, if CREATE INDEX is canceled, it can leave the index defined in the metadata even though the statement returns an error. This problem will be addressed by the blueprint Support for SQL ddl operations within transactions. https://blueprints.launchpad.net/trafodion/+spec/dtm-ddl-support .

The fix for this bug will not address atomicity of CREATE INDEX or other DDL operations.