diff --git a/CHANGES.txt b/CHANGES.txt index 75eb7525ac..71ce442cd4 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -32,6 +32,7 @@ * Fix streaming not holding ref when stream error (CASSANDRA-9295) * Fix canonical view returning early opened SSTables (CASSANDRA-9396) Merged from 2.0: + * Add database users and permissions to CQL3 documentation (CASSANDRA-7558) * Allow JVM_OPTS to be passed to standalone tools (CASSANDRA-5969) * Fix bad condition in RangeTombstoneList (CASSANDRA-9485) * Fix potential StackOverflow when setting CrcCheckChance over JMX (CASSANDRA-9488) diff --git a/doc/cql3/CQL.textile b/doc/cql3/CQL.textile index 0221bc12f7..ea0aed6a65 100644 --- a/doc/cql3/CQL.textile +++ b/doc/cql3/CQL.textile @@ -928,6 +928,217 @@ because Cassandra cannot guarantee that it won't have to scan large amount of da bc(sample). SELECT firstname, lastname FROM users WHERE birth_year = 1981 AND country = 'FR' ALLOW FILTERING; +h2(#databaseUsers). Database Users + +h3(#createUserStmt). CREATE USER + +__Syntax:__ + +bc(syntax).. + ::= CREATE USER ( IF NOT EXISTS )? ( WITH PASSWORD )? (