summaryrefslogtreecommitdiff
path: root/databases/libcassandra/patches/patch-libgenthrift_Cassandra.h
diff options
context:
space:
mode:
Diffstat (limited to 'databases/libcassandra/patches/patch-libgenthrift_Cassandra.h')
-rw-r--r--databases/libcassandra/patches/patch-libgenthrift_Cassandra.h12
1 files changed, 10 insertions, 2 deletions
diff --git a/databases/libcassandra/patches/patch-libgenthrift_Cassandra.h b/databases/libcassandra/patches/patch-libgenthrift_Cassandra.h
index 8ea9d6f1b2b..10c70802da7 100644
--- a/databases/libcassandra/patches/patch-libgenthrift_Cassandra.h
+++ b/databases/libcassandra/patches/patch-libgenthrift_Cassandra.h
@@ -1,6 +1,6 @@
-$NetBSD: patch-libgenthrift_Cassandra.h,v 1.1 2011/11/23 15:39:21 joerg Exp $
+$NetBSD: patch-libgenthrift_Cassandra.h,v 1.2 2012/11/16 00:40:18 joerg Exp $
---- libgenthrift/Cassandra.h.orig 2011-11-23 14:36:26.000000000 +0000
+--- libgenthrift/Cassandra.h.orig 2010-10-10 00:59:23.000000000 +0000
+++ libgenthrift/Cassandra.h
@@ -2609,7 +2609,7 @@ class CassandraProcessor : virtual publi
processMap_["describe_splits"] = &CassandraProcessor::process_describe_splits;
@@ -11,3 +11,11 @@ $NetBSD: patch-libgenthrift_Cassandra.h,v 1.1 2011/11/23 15:39:21 joerg Exp $
virtual ~CassandraProcessor() {}
};
+@@ -2689,6 +2689,7 @@ class CassandraMultiface : virtual publi
+ ifaces_[i]->get_count(keyspace, key, column_parent, consistency_level);
+ }
+ }
++ return 0;
+ }
+
+ void get_range_slice(std::vector<KeySlice> & _return, const std::string& keyspace, const ColumnParent& column_parent, const SlicePredicate& predicate, const std::string& start_key, const std::string& finish_key, const int32_t row_count, const ConsistencyLevel consistency_level) {