Merge branch 'cassandra-2.1' into trunk

This commit is contained in:
Tyler Hobbs 2014-07-23 12:08:54 -05:00
commit f9e0210dbc
1 changed files with 1 additions and 1 deletions

View File

@ -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> )? )?