mirror of https://github.com/apache/cassandra
Merge branch 'cassandra-1.1' into trunk
This commit is contained in:
commit
e93eacec70
|
|
@ -250,7 +250,7 @@ cqlsh_extra_syntax_rules = r'''
|
|||
<debugCommand> ::= "DEBUG" "THINGS"?
|
||||
;
|
||||
|
||||
<helpCommand> ::= ( "HELP" | "?" ) [topic]=( <identifier> | <stringLiteral> )*
|
||||
<helpCommand> ::= ( "HELP" | "?" ) [topic]=( /[a-z_]*/ )*
|
||||
;
|
||||
|
||||
<tracingCommand> ::= "TRACING" ( switch=( "ON" | "OFF" ) )?
|
||||
|
|
|
|||
Loading…
Reference in New Issue