(cqlsh) Fix DESCRIBE for NTS keyspaces

patch by Tyler Hobbs; reviewed by Aleksey Yeschenko for CASSANDRA-7729
This commit is contained in:
Tyler Hobbs 2014-08-12 17:40:50 +03:00 committed by Aleksey Yeschenko
parent bb55843c1c
commit 0471f40648
2 changed files with 1 additions and 0 deletions

View File

@ -1,4 +1,5 @@
2.1.0-rc6
* (cqlsh) Fix DESCRIBE for NTS keyspaces (CASSANDRA-7729)
* Remove netty buffer ref-counting (CASSANDRA-7735)
* Pass mutated cf to index updater for use by PRSI (CASSANDRA-7742)
* Include stress yaml example in release and deb (CASSANDRA-7717)