cqlshrc.sample uses incorrect option for time formatting

Closes #197

Patch by Alex Ott; Reviewed by Jeff Jirsa for CASSANDRA-14243
This commit is contained in:
Alex Ott 2018-02-20 13:23:21 +01:00 committed by Jeff Jirsa
parent 39807ba48e
commit 73fa27cc6a
2 changed files with 3 additions and 1 deletions

View File

@ -194,6 +194,8 @@
* CQLSH: Don't pause when capturing data (CASSANDRA-13743)
* nodetool clearsnapshot requires --all to clear all snapshots (CASSANDRA-13391)
* Correctly count range tombstones in traces and tombstone thresholds (CASSANDRA-8527)
* cqlshrc.sample uses incorrect option for time formatting (CASSANDRA-14243)
3.11.3
* RateBasedBackPressure unnecessarily invokes a lock on the Guava RateLimiter (CASSANDRA-14163)

View File

@ -30,7 +30,7 @@
; color = on
;; Used for displaying timestamps (and reading them with COPY)
; datetimeformat = %Y-%m-%d %H:%M:%S%z
; time_format = %Y-%m-%d %H:%M:%S%z
;; Display timezone
;timezone = Etc/UTC