Repository: cassandra Updated Branches: refs/heads/trunk bf21df2c3 -> 5b6154531
cqlsh: Add (LOCAL_)SERIAL consistency levels Patch by Carl Yeksigian; reviewed by Stefania Alborghetti for CASSANDRA-8051 Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/afe541a4 Tree: http://git-wip-us.apache.org/repos/asf/cassandra/tree/afe541a4 Diff: http://git-wip-us.apache.org/repos/asf/cassandra/diff/afe541a4 Branch: refs/heads/trunk Commit: afe541a4829ac7c6d1ece5a1a034d638eadac921 Parents: 9b77cde Author: Carl Yeksigian <[email protected]> Authored: Tue May 5 14:43:56 2015 -0500 Committer: Tyler Hobbs <[email protected]> Committed: Tue May 5 14:43:56 2015 -0500 ---------------------------------------------------------------------- CHANGES.txt | 1 + lib/cql-internal-only-1.4.1.zip | Bin 92738 -> 0 bytes lib/cql-internal-only-1.4.2.zip | Bin 0 -> 95650 bytes 3 files changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cassandra/blob/afe541a4/CHANGES.txt ---------------------------------------------------------------------- diff --git a/CHANGES.txt b/CHANGES.txt index e9287ec..45c0238 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,4 +1,5 @@ 2.0.15: + * (cqlsh) Add SERIAL and LOCAL_SERIAL consistency levels (CASSANDRA-8051) * Fix index selection during rebuild with certain table layouts (CASSANDRA-9281) * Fix partition-level-delete-only workload accounting (CASSANDRA-9194) * Allow scrub to handle corrupted compressed chunks (CASSANDRA-9140) http://git-wip-us.apache.org/repos/asf/cassandra/blob/afe541a4/lib/cql-internal-only-1.4.1.zip ---------------------------------------------------------------------- diff --git a/lib/cql-internal-only-1.4.1.zip b/lib/cql-internal-only-1.4.1.zip deleted file mode 100644 index fa33a3a..0000000 Binary files a/lib/cql-internal-only-1.4.1.zip and /dev/null differ http://git-wip-us.apache.org/repos/asf/cassandra/blob/afe541a4/lib/cql-internal-only-1.4.2.zip ---------------------------------------------------------------------- diff --git a/lib/cql-internal-only-1.4.2.zip b/lib/cql-internal-only-1.4.2.zip new file mode 100644 index 0000000..b4addd6 Binary files /dev/null and b/lib/cql-internal-only-1.4.2.zip differ
