[ 
https://issues.apache.org/jira/browse/CASSANDRA-5567?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13657789#comment-13657789
 ] 

Brandon Williams commented on CASSANDRA-5567:
---------------------------------------------

+1
                
> DESCRIBE TABLES is empty after case insensitive use
> ---------------------------------------------------
>
>                 Key: CASSANDRA-5567
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-5567
>             Project: Cassandra
>          Issue Type: Bug
>          Components: Tools
>            Reporter: Mike Bulman
>            Assignee: Aleksey Yeschenko
>            Priority: Trivial
>             Fix For: 1.2.5
>
>         Attachments: 5567.txt
>
>
> Using trunk @ 02547747198c0d14f9a4102a920b914bcfd57a23
> {noformat}
> trunk*:~/src/cassandra$ bin/cqlsh -3
> Connected to Test Cluster at localhost:9160.
> [cqlsh 3.0.2 | Cassandra 2.0-SNAPSHOT | CQL spec 3.0.0 | Thrift protocol 
> 19.37.0]
> Use HELP for help.
> cqlsh> create keyspace Test with replication={'class':'SimpleStrategy', 
> 'replication_factor':1};
> cqlsh> use Test;
> cqlsh:Test> CREATE TABLE users (   user_name varchar PRIMARY KEY,   password 
> varchar,   gender varchar,   session_token varchar,   state varchar,   
> birth_year bigint );
> cqlsh:Test> describe tables;
> <empty>
> cqlsh:Test> use test;
> cqlsh:test> describe tables;
> users
> cqlsh:test>
> {noformat}

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to