mirror of https://github.com/apache/cassandra
Merge branch 'cassandra-2.1' into trunk
This commit is contained in:
commit
f9e0210dbc
|
|
@ -425,7 +425,7 @@ h3(#createIndexStmt). CREATE INDEX
|
|||
__Syntax:__
|
||||
|
||||
bc(syntax)..
|
||||
<create-index-stmt> ::= CREATE ( CUSTOM )? INDEX ( IF NOT EXISTS )? ( ( <keyspacename> '.' )? <indexname> )?
|
||||
<create-index-stmt> ::= CREATE ( CUSTOM )? INDEX ( IF NOT EXISTS )? ( <indexname> )?
|
||||
ON <tablename> '(' <index-identifier> ')'
|
||||
( USING <string> ( WITH OPTIONS = <map-literal> )? )?
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue