From 902e43b935552516b5f840190cca4bf87f7dbf0c Mon Sep 17 00:00:00 2001 From: Aleksey Yeschenko Date: Mon, 1 Dec 2014 20:45:07 +0300 Subject: [PATCH] Ninja-add missing consistency levels to cqlsh --- bin/cqlsh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/bin/cqlsh b/bin/cqlsh index c99b98cb85..6be9b785b0 100755 --- a/bin/cqlsh +++ b/bin/cqlsh @@ -247,9 +247,11 @@ cqlsh_extra_syntax_rules = r''' | "THREE" | "QUORUM" | "ALL" - | "LOCAL_ONE" | "LOCAL_QUORUM" | "EACH_QUORUM" + | "SERIAL" + | "LOCAL_SERIAL" + | "LOCAL_ONE" ; ::= "SHOW" what=( "VERSION" | "HOST" | "SESSION" sessionid= )