You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "Philip Thompson (JIRA)" <ji...@apache.org> on 2015/12/04 16:01:10 UTC

[jira] [Updated] (CASSANDRA-10817) DROP USER is not case-sensitive

     [ https://issues.apache.org/jira/browse/CASSANDRA-10817?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Philip Thompson updated CASSANDRA-10817:
----------------------------------------
    Fix Version/s:     (was: 2.2.4)
                   2.2.x

> 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.x
>
>
> 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)