Return-Path: X-Original-To: apmail-cassandra-commits-archive@www.apache.org Delivered-To: apmail-cassandra-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 9942917DCE for ; Tue, 5 May 2015 19:44:18 +0000 (UTC) Received: (qmail 6712 invoked by uid 500); 5 May 2015 19:44:18 -0000 Delivered-To: apmail-cassandra-commits-archive@cassandra.apache.org Received: (qmail 6678 invoked by uid 500); 5 May 2015 19:44:18 -0000 Mailing-List: contact commits-help@cassandra.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cassandra.apache.org Delivered-To: mailing list commits@cassandra.apache.org Received: (qmail 6667 invoked by uid 99); 5 May 2015 19:44:18 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 05 May 2015 19:44:18 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 51FE7E042F; Tue, 5 May 2015 19:44:18 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: tylerhobbs@apache.org To: commits@cassandra.apache.org Message-Id: <3015c31e988d4caab47e1350f2e8c0aa@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: cassandra git commit: cqlsh: Add (LOCAL_)SERIAL consistency levels Date: Tue, 5 May 2015 19:44:18 +0000 (UTC) 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 Authored: Tue May 5 14:43:56 2015 -0500 Committer: Tyler Hobbs 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