You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by st...@apache.org on 2016/06/02 12:11:32 UTC

[01/15] cassandra git commit: Updated cqlsh Python driver to fix DESCRIBE problem for legacy tables

Repository: cassandra
Updated Branches:
  refs/heads/cassandra-2.1 4008e9bd3 -> 06bb6b9d0
  refs/heads/cassandra-2.2 6c445d6b7 -> bb88b8cdc
  refs/heads/cassandra-3.0 1e8269511 -> bedc74257
  refs/heads/cassandra-3.7 dc6ffc25a -> e08d197f8
  refs/heads/trunk adfbf518e -> f5ec3699e


Updated cqlsh Python driver to fix DESCRIBE problem for legacy tables

patch by Stefania Alborghetti; reviewed by Adam Holmberg for CASSANDRA-11055


Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo
Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/06bb6b9d
Tree: http://git-wip-us.apache.org/repos/asf/cassandra/tree/06bb6b9d
Diff: http://git-wip-us.apache.org/repos/asf/cassandra/diff/06bb6b9d

Branch: refs/heads/cassandra-2.1
Commit: 06bb6b9d095205869f22cfe4fbd8877dff006f9b
Parents: 4008e9b
Author: Stefania Alborghetti <st...@datastax.com>
Authored: Thu May 19 10:00:35 2016 +0800
Committer: Stefania Alborghetti <st...@datastax.com>
Committed: Thu Jun 2 14:06:33 2016 +0200

----------------------------------------------------------------------
 CHANGES.txt                                       |   1 +
 ...ssandra-driver-internal-only-2.7.2-5d33cb4.zip | Bin 0 -> 226546 bytes
 lib/cassandra-driver-internal-only-2.7.2.zip      | Bin 229600 -> 0 bytes
 3 files changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cassandra/blob/06bb6b9d/CHANGES.txt
----------------------------------------------------------------------
diff --git a/CHANGES.txt b/CHANGES.txt
index a437322..619dc61 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -1,4 +1,5 @@
 2.1.15
+ * Updated cqlsh Python driver to fix DESCRIBE problem for legacy tables (CASSANDRA-11055)
  * cqlsh: apply current keyspace to source command (CASSANDRA-11152)
  * Backport CASSANDRA-11578 (CASSANDRA-11750)
  * Clear out parent repair session if repair coordinator dies (CASSANDRA-11824)

http://git-wip-us.apache.org/repos/asf/cassandra/blob/06bb6b9d/lib/cassandra-driver-internal-only-2.7.2-5d33cb4.zip
----------------------------------------------------------------------
diff --git a/lib/cassandra-driver-internal-only-2.7.2-5d33cb4.zip b/lib/cassandra-driver-internal-only-2.7.2-5d33cb4.zip
new file mode 100644
index 0000000..c59208b
Binary files /dev/null and b/lib/cassandra-driver-internal-only-2.7.2-5d33cb4.zip differ

http://git-wip-us.apache.org/repos/asf/cassandra/blob/06bb6b9d/lib/cassandra-driver-internal-only-2.7.2.zip
----------------------------------------------------------------------
diff --git a/lib/cassandra-driver-internal-only-2.7.2.zip b/lib/cassandra-driver-internal-only-2.7.2.zip
deleted file mode 100644
index f2e75f1..0000000
Binary files a/lib/cassandra-driver-internal-only-2.7.2.zip and /dev/null differ


[15/15] cassandra git commit: Merge branch 'cassandra-3.7' into trunk

Posted by st...@apache.org.
Merge branch 'cassandra-3.7' into trunk


Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo
Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/f5ec3699
Tree: http://git-wip-us.apache.org/repos/asf/cassandra/tree/f5ec3699
Diff: http://git-wip-us.apache.org/repos/asf/cassandra/diff/f5ec3699

Branch: refs/heads/trunk
Commit: f5ec3699e64c183b2d625b7d46e949dabe093293
Parents: adfbf51 e08d197
Author: Stefania Alborghetti <st...@datastax.com>
Authored: Thu Jun 2 14:08:19 2016 +0200
Committer: Stefania Alborghetti <st...@datastax.com>
Committed: Thu Jun 2 14:08:19 2016 +0200

----------------------------------------------------------------------

----------------------------------------------------------------------



[05/15] cassandra git commit: Updated cqlsh Python driver to fix DESCRIBE problem for legacy tables

Posted by st...@apache.org.
Updated cqlsh Python driver to fix DESCRIBE problem for legacy tables

patch by Stefania Alborghetti; reviewed by Adam Holmberg for CASSANDRA-11055


Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo
Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/06bb6b9d
Tree: http://git-wip-us.apache.org/repos/asf/cassandra/tree/06bb6b9d
Diff: http://git-wip-us.apache.org/repos/asf/cassandra/diff/06bb6b9d

Branch: refs/heads/cassandra-3.7
Commit: 06bb6b9d095205869f22cfe4fbd8877dff006f9b
Parents: 4008e9b
Author: Stefania Alborghetti <st...@datastax.com>
Authored: Thu May 19 10:00:35 2016 +0800
Committer: Stefania Alborghetti <st...@datastax.com>
Committed: Thu Jun 2 14:06:33 2016 +0200

----------------------------------------------------------------------
 CHANGES.txt                                       |   1 +
 ...ssandra-driver-internal-only-2.7.2-5d33cb4.zip | Bin 0 -> 226546 bytes
 lib/cassandra-driver-internal-only-2.7.2.zip      | Bin 229600 -> 0 bytes
 3 files changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cassandra/blob/06bb6b9d/CHANGES.txt
----------------------------------------------------------------------
diff --git a/CHANGES.txt b/CHANGES.txt
index a437322..619dc61 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -1,4 +1,5 @@
 2.1.15
+ * Updated cqlsh Python driver to fix DESCRIBE problem for legacy tables (CASSANDRA-11055)
  * cqlsh: apply current keyspace to source command (CASSANDRA-11152)
  * Backport CASSANDRA-11578 (CASSANDRA-11750)
  * Clear out parent repair session if repair coordinator dies (CASSANDRA-11824)

http://git-wip-us.apache.org/repos/asf/cassandra/blob/06bb6b9d/lib/cassandra-driver-internal-only-2.7.2-5d33cb4.zip
----------------------------------------------------------------------
diff --git a/lib/cassandra-driver-internal-only-2.7.2-5d33cb4.zip b/lib/cassandra-driver-internal-only-2.7.2-5d33cb4.zip
new file mode 100644
index 0000000..c59208b
Binary files /dev/null and b/lib/cassandra-driver-internal-only-2.7.2-5d33cb4.zip differ

http://git-wip-us.apache.org/repos/asf/cassandra/blob/06bb6b9d/lib/cassandra-driver-internal-only-2.7.2.zip
----------------------------------------------------------------------
diff --git a/lib/cassandra-driver-internal-only-2.7.2.zip b/lib/cassandra-driver-internal-only-2.7.2.zip
deleted file mode 100644
index f2e75f1..0000000
Binary files a/lib/cassandra-driver-internal-only-2.7.2.zip and /dev/null differ


[11/15] cassandra git commit: Merge branch 'cassandra-2.2' into cassandra-3.0

Posted by st...@apache.org.
Merge branch 'cassandra-2.2' into cassandra-3.0


Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo
Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/bedc7425
Tree: http://git-wip-us.apache.org/repos/asf/cassandra/tree/bedc7425
Diff: http://git-wip-us.apache.org/repos/asf/cassandra/diff/bedc7425

Branch: refs/heads/cassandra-3.7
Commit: bedc7425796afe311e148669a3e7b5255e5150a2
Parents: 1e82695 bb88b8c
Author: Stefania Alborghetti <st...@datastax.com>
Authored: Thu Jun 2 14:07:36 2016 +0200
Committer: Stefania Alborghetti <st...@datastax.com>
Committed: Thu Jun 2 14:07:36 2016 +0200

----------------------------------------------------------------------

----------------------------------------------------------------------



[04/15] cassandra git commit: Updated cqlsh Python driver to fix DESCRIBE problem for legacy tables

Posted by st...@apache.org.
Updated cqlsh Python driver to fix DESCRIBE problem for legacy tables

patch by Stefania Alborghetti; reviewed by Adam Holmberg for CASSANDRA-11055


Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo
Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/06bb6b9d
Tree: http://git-wip-us.apache.org/repos/asf/cassandra/tree/06bb6b9d
Diff: http://git-wip-us.apache.org/repos/asf/cassandra/diff/06bb6b9d

Branch: refs/heads/cassandra-3.0
Commit: 06bb6b9d095205869f22cfe4fbd8877dff006f9b
Parents: 4008e9b
Author: Stefania Alborghetti <st...@datastax.com>
Authored: Thu May 19 10:00:35 2016 +0800
Committer: Stefania Alborghetti <st...@datastax.com>
Committed: Thu Jun 2 14:06:33 2016 +0200

----------------------------------------------------------------------
 CHANGES.txt                                       |   1 +
 ...ssandra-driver-internal-only-2.7.2-5d33cb4.zip | Bin 0 -> 226546 bytes
 lib/cassandra-driver-internal-only-2.7.2.zip      | Bin 229600 -> 0 bytes
 3 files changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cassandra/blob/06bb6b9d/CHANGES.txt
----------------------------------------------------------------------
diff --git a/CHANGES.txt b/CHANGES.txt
index a437322..619dc61 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -1,4 +1,5 @@
 2.1.15
+ * Updated cqlsh Python driver to fix DESCRIBE problem for legacy tables (CASSANDRA-11055)
  * cqlsh: apply current keyspace to source command (CASSANDRA-11152)
  * Backport CASSANDRA-11578 (CASSANDRA-11750)
  * Clear out parent repair session if repair coordinator dies (CASSANDRA-11824)

http://git-wip-us.apache.org/repos/asf/cassandra/blob/06bb6b9d/lib/cassandra-driver-internal-only-2.7.2-5d33cb4.zip
----------------------------------------------------------------------
diff --git a/lib/cassandra-driver-internal-only-2.7.2-5d33cb4.zip b/lib/cassandra-driver-internal-only-2.7.2-5d33cb4.zip
new file mode 100644
index 0000000..c59208b
Binary files /dev/null and b/lib/cassandra-driver-internal-only-2.7.2-5d33cb4.zip differ

http://git-wip-us.apache.org/repos/asf/cassandra/blob/06bb6b9d/lib/cassandra-driver-internal-only-2.7.2.zip
----------------------------------------------------------------------
diff --git a/lib/cassandra-driver-internal-only-2.7.2.zip b/lib/cassandra-driver-internal-only-2.7.2.zip
deleted file mode 100644
index f2e75f1..0000000
Binary files a/lib/cassandra-driver-internal-only-2.7.2.zip and /dev/null differ


[03/15] cassandra git commit: Updated cqlsh Python driver to fix DESCRIBE problem for legacy tables

Posted by st...@apache.org.
Updated cqlsh Python driver to fix DESCRIBE problem for legacy tables

patch by Stefania Alborghetti; reviewed by Adam Holmberg for CASSANDRA-11055


Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo
Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/06bb6b9d
Tree: http://git-wip-us.apache.org/repos/asf/cassandra/tree/06bb6b9d
Diff: http://git-wip-us.apache.org/repos/asf/cassandra/diff/06bb6b9d

Branch: refs/heads/trunk
Commit: 06bb6b9d095205869f22cfe4fbd8877dff006f9b
Parents: 4008e9b
Author: Stefania Alborghetti <st...@datastax.com>
Authored: Thu May 19 10:00:35 2016 +0800
Committer: Stefania Alborghetti <st...@datastax.com>
Committed: Thu Jun 2 14:06:33 2016 +0200

----------------------------------------------------------------------
 CHANGES.txt                                       |   1 +
 ...ssandra-driver-internal-only-2.7.2-5d33cb4.zip | Bin 0 -> 226546 bytes
 lib/cassandra-driver-internal-only-2.7.2.zip      | Bin 229600 -> 0 bytes
 3 files changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cassandra/blob/06bb6b9d/CHANGES.txt
----------------------------------------------------------------------
diff --git a/CHANGES.txt b/CHANGES.txt
index a437322..619dc61 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -1,4 +1,5 @@
 2.1.15
+ * Updated cqlsh Python driver to fix DESCRIBE problem for legacy tables (CASSANDRA-11055)
  * cqlsh: apply current keyspace to source command (CASSANDRA-11152)
  * Backport CASSANDRA-11578 (CASSANDRA-11750)
  * Clear out parent repair session if repair coordinator dies (CASSANDRA-11824)

http://git-wip-us.apache.org/repos/asf/cassandra/blob/06bb6b9d/lib/cassandra-driver-internal-only-2.7.2-5d33cb4.zip
----------------------------------------------------------------------
diff --git a/lib/cassandra-driver-internal-only-2.7.2-5d33cb4.zip b/lib/cassandra-driver-internal-only-2.7.2-5d33cb4.zip
new file mode 100644
index 0000000..c59208b
Binary files /dev/null and b/lib/cassandra-driver-internal-only-2.7.2-5d33cb4.zip differ

http://git-wip-us.apache.org/repos/asf/cassandra/blob/06bb6b9d/lib/cassandra-driver-internal-only-2.7.2.zip
----------------------------------------------------------------------
diff --git a/lib/cassandra-driver-internal-only-2.7.2.zip b/lib/cassandra-driver-internal-only-2.7.2.zip
deleted file mode 100644
index f2e75f1..0000000
Binary files a/lib/cassandra-driver-internal-only-2.7.2.zip and /dev/null differ


[08/15] cassandra git commit: Merge branch 'cassandra-2.1' into cassandra-2.2

Posted by st...@apache.org.
Merge branch 'cassandra-2.1' into cassandra-2.2


Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo
Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/bb88b8cd
Tree: http://git-wip-us.apache.org/repos/asf/cassandra/tree/bb88b8cd
Diff: http://git-wip-us.apache.org/repos/asf/cassandra/diff/bb88b8cd

Branch: refs/heads/cassandra-3.0
Commit: bb88b8cdc98a4290c4db6409719cc4e7f3440f7f
Parents: 6c445d6 06bb6b9
Author: Stefania Alborghetti <st...@datastax.com>
Authored: Thu Jun 2 14:07:14 2016 +0200
Committer: Stefania Alborghetti <st...@datastax.com>
Committed: Thu Jun 2 14:07:14 2016 +0200

----------------------------------------------------------------------

----------------------------------------------------------------------



[02/15] cassandra git commit: Updated cqlsh Python driver to fix DESCRIBE problem for legacy tables

Posted by st...@apache.org.
Updated cqlsh Python driver to fix DESCRIBE problem for legacy tables

patch by Stefania Alborghetti; reviewed by Adam Holmberg for CASSANDRA-11055


Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo
Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/06bb6b9d
Tree: http://git-wip-us.apache.org/repos/asf/cassandra/tree/06bb6b9d
Diff: http://git-wip-us.apache.org/repos/asf/cassandra/diff/06bb6b9d

Branch: refs/heads/cassandra-2.2
Commit: 06bb6b9d095205869f22cfe4fbd8877dff006f9b
Parents: 4008e9b
Author: Stefania Alborghetti <st...@datastax.com>
Authored: Thu May 19 10:00:35 2016 +0800
Committer: Stefania Alborghetti <st...@datastax.com>
Committed: Thu Jun 2 14:06:33 2016 +0200

----------------------------------------------------------------------
 CHANGES.txt                                       |   1 +
 ...ssandra-driver-internal-only-2.7.2-5d33cb4.zip | Bin 0 -> 226546 bytes
 lib/cassandra-driver-internal-only-2.7.2.zip      | Bin 229600 -> 0 bytes
 3 files changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cassandra/blob/06bb6b9d/CHANGES.txt
----------------------------------------------------------------------
diff --git a/CHANGES.txt b/CHANGES.txt
index a437322..619dc61 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -1,4 +1,5 @@
 2.1.15
+ * Updated cqlsh Python driver to fix DESCRIBE problem for legacy tables (CASSANDRA-11055)
  * cqlsh: apply current keyspace to source command (CASSANDRA-11152)
  * Backport CASSANDRA-11578 (CASSANDRA-11750)
  * Clear out parent repair session if repair coordinator dies (CASSANDRA-11824)

http://git-wip-us.apache.org/repos/asf/cassandra/blob/06bb6b9d/lib/cassandra-driver-internal-only-2.7.2-5d33cb4.zip
----------------------------------------------------------------------
diff --git a/lib/cassandra-driver-internal-only-2.7.2-5d33cb4.zip b/lib/cassandra-driver-internal-only-2.7.2-5d33cb4.zip
new file mode 100644
index 0000000..c59208b
Binary files /dev/null and b/lib/cassandra-driver-internal-only-2.7.2-5d33cb4.zip differ

http://git-wip-us.apache.org/repos/asf/cassandra/blob/06bb6b9d/lib/cassandra-driver-internal-only-2.7.2.zip
----------------------------------------------------------------------
diff --git a/lib/cassandra-driver-internal-only-2.7.2.zip b/lib/cassandra-driver-internal-only-2.7.2.zip
deleted file mode 100644
index f2e75f1..0000000
Binary files a/lib/cassandra-driver-internal-only-2.7.2.zip and /dev/null differ


[10/15] cassandra git commit: Merge branch 'cassandra-2.2' into cassandra-3.0

Posted by st...@apache.org.
Merge branch 'cassandra-2.2' into cassandra-3.0


Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo
Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/bedc7425
Tree: http://git-wip-us.apache.org/repos/asf/cassandra/tree/bedc7425
Diff: http://git-wip-us.apache.org/repos/asf/cassandra/diff/bedc7425

Branch: refs/heads/trunk
Commit: bedc7425796afe311e148669a3e7b5255e5150a2
Parents: 1e82695 bb88b8c
Author: Stefania Alborghetti <st...@datastax.com>
Authored: Thu Jun 2 14:07:36 2016 +0200
Committer: Stefania Alborghetti <st...@datastax.com>
Committed: Thu Jun 2 14:07:36 2016 +0200

----------------------------------------------------------------------

----------------------------------------------------------------------



[12/15] cassandra git commit: Merge branch 'cassandra-2.2' into cassandra-3.0

Posted by st...@apache.org.
Merge branch 'cassandra-2.2' into cassandra-3.0


Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo
Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/bedc7425
Tree: http://git-wip-us.apache.org/repos/asf/cassandra/tree/bedc7425
Diff: http://git-wip-us.apache.org/repos/asf/cassandra/diff/bedc7425

Branch: refs/heads/cassandra-3.0
Commit: bedc7425796afe311e148669a3e7b5255e5150a2
Parents: 1e82695 bb88b8c
Author: Stefania Alborghetti <st...@datastax.com>
Authored: Thu Jun 2 14:07:36 2016 +0200
Committer: Stefania Alborghetti <st...@datastax.com>
Committed: Thu Jun 2 14:07:36 2016 +0200

----------------------------------------------------------------------

----------------------------------------------------------------------



[09/15] cassandra git commit: Merge branch 'cassandra-2.1' into cassandra-2.2

Posted by st...@apache.org.
Merge branch 'cassandra-2.1' into cassandra-2.2


Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo
Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/bb88b8cd
Tree: http://git-wip-us.apache.org/repos/asf/cassandra/tree/bb88b8cd
Diff: http://git-wip-us.apache.org/repos/asf/cassandra/diff/bb88b8cd

Branch: refs/heads/cassandra-3.7
Commit: bb88b8cdc98a4290c4db6409719cc4e7f3440f7f
Parents: 6c445d6 06bb6b9
Author: Stefania Alborghetti <st...@datastax.com>
Authored: Thu Jun 2 14:07:14 2016 +0200
Committer: Stefania Alborghetti <st...@datastax.com>
Committed: Thu Jun 2 14:07:14 2016 +0200

----------------------------------------------------------------------

----------------------------------------------------------------------



[14/15] cassandra git commit: Merge branch 'cassandra-3.0' into cassandra-3.7

Posted by st...@apache.org.
Merge branch 'cassandra-3.0' into cassandra-3.7


Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo
Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/e08d197f
Tree: http://git-wip-us.apache.org/repos/asf/cassandra/tree/e08d197f
Diff: http://git-wip-us.apache.org/repos/asf/cassandra/diff/e08d197f

Branch: refs/heads/trunk
Commit: e08d197f8509b8a01263629bc79cc6c24942508b
Parents: dc6ffc2 bedc742
Author: Stefania Alborghetti <st...@datastax.com>
Authored: Thu Jun 2 14:07:59 2016 +0200
Committer: Stefania Alborghetti <st...@datastax.com>
Committed: Thu Jun 2 14:07:59 2016 +0200

----------------------------------------------------------------------

----------------------------------------------------------------------



[13/15] cassandra git commit: Merge branch 'cassandra-3.0' into cassandra-3.7

Posted by st...@apache.org.
Merge branch 'cassandra-3.0' into cassandra-3.7


Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo
Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/e08d197f
Tree: http://git-wip-us.apache.org/repos/asf/cassandra/tree/e08d197f
Diff: http://git-wip-us.apache.org/repos/asf/cassandra/diff/e08d197f

Branch: refs/heads/cassandra-3.7
Commit: e08d197f8509b8a01263629bc79cc6c24942508b
Parents: dc6ffc2 bedc742
Author: Stefania Alborghetti <st...@datastax.com>
Authored: Thu Jun 2 14:07:59 2016 +0200
Committer: Stefania Alborghetti <st...@datastax.com>
Committed: Thu Jun 2 14:07:59 2016 +0200

----------------------------------------------------------------------

----------------------------------------------------------------------



[06/15] cassandra git commit: Merge branch 'cassandra-2.1' into cassandra-2.2

Posted by st...@apache.org.
Merge branch 'cassandra-2.1' into cassandra-2.2


Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo
Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/bb88b8cd
Tree: http://git-wip-us.apache.org/repos/asf/cassandra/tree/bb88b8cd
Diff: http://git-wip-us.apache.org/repos/asf/cassandra/diff/bb88b8cd

Branch: refs/heads/trunk
Commit: bb88b8cdc98a4290c4db6409719cc4e7f3440f7f
Parents: 6c445d6 06bb6b9
Author: Stefania Alborghetti <st...@datastax.com>
Authored: Thu Jun 2 14:07:14 2016 +0200
Committer: Stefania Alborghetti <st...@datastax.com>
Committed: Thu Jun 2 14:07:14 2016 +0200

----------------------------------------------------------------------

----------------------------------------------------------------------



[07/15] cassandra git commit: Merge branch 'cassandra-2.1' into cassandra-2.2

Posted by st...@apache.org.
Merge branch 'cassandra-2.1' into cassandra-2.2


Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo
Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/bb88b8cd
Tree: http://git-wip-us.apache.org/repos/asf/cassandra/tree/bb88b8cd
Diff: http://git-wip-us.apache.org/repos/asf/cassandra/diff/bb88b8cd

Branch: refs/heads/cassandra-2.2
Commit: bb88b8cdc98a4290c4db6409719cc4e7f3440f7f
Parents: 6c445d6 06bb6b9
Author: Stefania Alborghetti <st...@datastax.com>
Authored: Thu Jun 2 14:07:14 2016 +0200
Committer: Stefania Alborghetti <st...@datastax.com>
Committed: Thu Jun 2 14:07:14 2016 +0200

----------------------------------------------------------------------

----------------------------------------------------------------------