mirror of https://github.com/apache/cassandra
Cqlsh DESCRIBE output handles quoted index names incorrectly
Patch by Sam Tunnicliffe; reviewed by Adam Holmberg and Alex Petrov for CASSANDRA-12847
This commit is contained in:
parent
263740daa4
commit
33344fae66
|
|
@ -1,4 +1,5 @@
|
|||
3.0.14
|
||||
* Properly handle quoted index names in cqlsh DESCRIBE output (CASSANDRA-12847)
|
||||
* Avoid reading static row twice from old format sstables (CASSANDRA-13236)
|
||||
* Fix NPE in StorageService.excise() (CASSANDRA-13163)
|
||||
* Expire OutboundTcpConnection messages by a single Thread (CASSANDRA-13265)
|
||||
|
|
|
|||
Binary file not shown.
Binary file not shown.
Loading…
Reference in New Issue