Mike Adamson created CASSANDRA-10817:
----------------------------------------

             Summary: DROP USER is not case-sensitive
                 Key: CASSANDRA-10817
                 URL: https://issues.apache.org/jira/browse/CASSANDRA-10817
             Project: Cassandra
          Issue Type: Bug
          Components: CQL
            Reporter: Mike Adamson
            Priority: Minor
             Fix For: 2.2.4


As per the summary {{DROP USER}} is not case sensitive, so:
{noformat}
CREATE USER 'Test';
LIST USERS;
 name      | super
-----------+-------
      Test | False
 cassandra |  True
DROP USER 'Test';
InvalidRequest: code=2200 [Invalid query] message="test doesn't exist"
{noformat}
{{DROP ROLE}} is case-sensitive and will drop the above user.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to