This is an automated email from the ASF dual-hosted git repository. rnewson pushed a commit to branch reserve-search-namespace in repository https://gitbox.apache.org/repos/asf/couchdb.git
commit db7066681a3ce2c494894760f078fe33067a2750 Author: Robert Newson <[email protected]> AuthorDate: Wed Jan 29 20:41:07 2020 +0000 reserve search namespace --- src/fabric/include/fabric2.hrl | 1 + 1 file changed, 1 insertion(+) diff --git a/src/fabric/include/fabric2.hrl b/src/fabric/include/fabric2.hrl index 189995d..8911465 100644 --- a/src/fabric/include/fabric2.hrl +++ b/src/fabric/include/fabric2.hrl @@ -37,6 +37,7 @@ -define(DB_ATTS, 23). -define(DB_VIEWS, 24). -define(DB_LOCAL_DOC_BODIES, 25). +-define(DB_SEARCH, 26). % Versions
