You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "paul cannon (JIRA)" <ji...@apache.org> on 2012/08/05 06:16:02 UTC

[jira] [Updated] (CASSANDRA-4491) cqlsh needs to use system.local instead of system.Versions

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

paul cannon updated CASSANDRA-4491:
-----------------------------------

    Description: 
Apparently the system.Versions table was removed as part of CASSANDRA-4018. cqlsh in 1.2 should use system.local preferentially, and fall back on system.Versions to keep backwards compatibility with older c*.

Also changed in 4018: all the system.schema_* CFs now use columns named "keyspace_name", "columnfamily_name", and "column_name" instead of "keyspace", "columnfamily", and "column".

  was:Apparently the system.Versions table was removed as part of CASSANDRA-4018. cqlsh in 1.2 should use system.local preferentially, and fall back on system.Versions to keep backwards compatibility with older c*.

         Labels: cqlsh  (was: )
    
> cqlsh needs to use system.local instead of system.Versions
> ----------------------------------------------------------
>
>                 Key: CASSANDRA-4491
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-4491
>             Project: Cassandra
>          Issue Type: Bug
>          Components: Tools
>    Affects Versions: 1.2
>            Reporter: paul cannon
>            Assignee: paul cannon
>            Priority: Minor
>              Labels: cqlsh
>             Fix For: 1.2
>
>
> Apparently the system.Versions table was removed as part of CASSANDRA-4018. cqlsh in 1.2 should use system.local preferentially, and fall back on system.Versions to keep backwards compatibility with older c*.
> Also changed in 4018: all the system.schema_* CFs now use columns named "keyspace_name", "columnfamily_name", and "column_name" instead of "keyspace", "columnfamily", and "column".

--
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