Sylvain Lebresne created CASSANDRA-4192:
-------------------------------------------

             Summary: CQL3: fix index dropping and assign default name if none 
provided at index creation
                 Key: CASSANDRA-4192
                 URL: https://issues.apache.org/jira/browse/CASSANDRA-4192
             Project: Cassandra
          Issue Type: Bug
          Components: API
    Affects Versions: 1.1.0
            Reporter: Sylvain Lebresne
            Assignee: Sylvain Lebresne
             Fix For: 1.1.1


This ticket proposes to fix two problems of CQL3 index handling:
# DROP INDEX is broken (because the code forgot to clone the metadata before 
doing modification which break the schema update path)
# If an index is created with a name (which CREATE INDEX allow), there is no 
way to drop the index (note that we will internally assign a name to the index 
ColumnFamilyStore, but we don't assign a name in the ColumnDefinition object, 
which is the only one checked by DROP INDEX).

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to