Updated cqlsh Python driver to fix DESCRIBE problem for legacy tables

patch by Stefania Alborghetti; reviewed by Adam Holmberg for CASSANDRA-11055
This commit is contained in:
Stefania Alborghetti 2016-05-19 10:00:35 +08:00
parent 4008e9bd3f
commit 06bb6b9d09
2 changed files with 1 additions and 0 deletions

View File

@ -1,4 +1,5 @@
2.1.15
* Updated cqlsh Python driver to fix DESCRIBE problem for legacy tables (CASSANDRA-11055)
* cqlsh: apply current keyspace to source command (CASSANDRA-11152)
* Backport CASSANDRA-11578 (CASSANDRA-11750)
* Clear out parent repair session if repair coordinator dies (CASSANDRA-11824)