mirror of https://github.com/apache/cassandra
Merge branch 'cassandra-2.2' into cassandra-3.0
This commit is contained in:
commit
d856d3d7bb
|
|
@ -340,10 +340,11 @@ cqlsh_extra_syntax_rules = r'''
|
|||
( "WITH" <copyOption> ( "AND" <copyOption> )* )?
|
||||
;
|
||||
|
||||
<copyOption> ::= [optnames]=<identifier> "=" [optvals]=<copyOptionVal>
|
||||
<copyOption> ::= [optnames]=(<identifier>|<reserved_identifier>) "=" [optvals]=<copyOptionVal>
|
||||
;
|
||||
|
||||
<copyOptionVal> ::= <identifier>
|
||||
| <reserved_identifier>
|
||||
| <stringLiteral>
|
||||
;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue