You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "Jonathan Ellis (JIRA)" <ji...@apache.org> on 2013/05/14 21:45:16 UTC

[jira] [Assigned] (CASSANDRA-5567) DESCRIBE TABLES is empty after case insensitive use

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

Jonathan Ellis reassigned CASSANDRA-5567:
-----------------------------------------

    Assignee: Aleksey Yeschenko
    
> 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
>
> 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