You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by ii...@apache.org on 2016/05/19 12:02:44 UTC

[1/2] mem3 commit: updated refs/heads/master to cea3db5

Repository: couchdb-mem3
Updated Branches:
  refs/heads/master 386545186 -> cea3db578


Fix type spec for range field in #shard{}

Add '_' as a valid value for range field to be able to remove complains
when we create ets match spec in mem3_shards:for_shard_name.


Project: http://git-wip-us.apache.org/repos/asf/couchdb-mem3/repo
Commit: http://git-wip-us.apache.org/repos/asf/couchdb-mem3/commit/3a60de68
Tree: http://git-wip-us.apache.org/repos/asf/couchdb-mem3/tree/3a60de68
Diff: http://git-wip-us.apache.org/repos/asf/couchdb-mem3/diff/3a60de68

Branch: refs/heads/master
Commit: 3a60de689ac25b8e3e5b060faf9a1fb48edc2762
Parents: 3865451
Author: ILYA Khlopotov <ii...@ca.ibm.com>
Authored: Wed May 18 16:49:35 2016 -0700
Committer: ILYA Khlopotov <ii...@ca.ibm.com>
Committed: Wed May 18 16:49:35 2016 -0700

----------------------------------------------------------------------
 include/mem3.hrl | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/couchdb-mem3/blob/3a60de68/include/mem3.hrl
----------------------------------------------------------------------
diff --git a/include/mem3.hrl b/include/mem3.hrl
index 7c20061..d6ac0be 100644
--- a/include/mem3.hrl
+++ b/include/mem3.hrl
@@ -15,7 +15,7 @@
     name :: binary() | '_',
     node :: node() | '_',
     dbname :: binary(),
-    range :: [non_neg_integer() | '$1' | '$2'],
+    range :: [non_neg_integer() | '$1' | '$2'] | '_',
     ref :: reference() | 'undefined' | '_'
 }).
 
@@ -24,7 +24,7 @@
     name :: binary() | '_',
     node :: node() | '_',
     dbname :: binary(),
-    range :: [non_neg_integer() | '$1' | '$2'],
+    range :: [non_neg_integer() | '$1' | '$2'] | '_',
     ref :: reference() | 'undefined' | '_',
     order :: non_neg_integer() | 'undefined' | '_'
 }).


[2/2] mem3 commit: updated refs/heads/master to cea3db5

Posted by ii...@apache.org.
Merge remote branch 'cloudant:fix-type-spec-for-range-field'

This closes #23

Signed-off-by: ILYA Khlopotov <ii...@ca.ibm.com>


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

Branch: refs/heads/master
Commit: cea3db5788a44034d87db3f99225bcaa9e45e69b
Parents: 3865451 3a60de6
Author: ILYA Khlopotov <ii...@ca.ibm.com>
Authored: Thu May 19 05:02:09 2016 -0700
Committer: ILYA Khlopotov <ii...@ca.ibm.com>
Committed: Thu May 19 05:02:09 2016 -0700

----------------------------------------------------------------------
 include/mem3.hrl | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------