You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by ty...@apache.org on 2015/05/05 21:44:18 UTC

cassandra git commit: cqlsh: Add (LOCAL_)SERIAL consistency levels

Repository: cassandra
Updated Branches:
  refs/heads/cassandra-2.0 9b77cdea7 -> afe541a48


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/cassandra-2.0
Commit: afe541a4829ac7c6d1ece5a1a034d638eadac921
Parents: 9b77cde
Author: Carl Yeksigian <ca...@apache.org>
Authored: Tue May 5 14:43:56 2015 -0500
Committer: Tyler Hobbs <ty...@gmail.com>
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