diff options
author | Robert Newson <rnewson@apache.org> | 2020-01-29 20:48:08 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-01-29 20:48:08 +0000 |
commit | 7045d6207ac5f162420cc169e0d27fadcb2beca6 (patch) | |
tree | 3a51ce08d7858203698af916bb1b935888dcef62 | |
parent | d81356f957bf9d90fff4c6cc2b035b50ad7b59f6 (diff) | |
parent | 1496c49355009b8de55449f56eacb55a9a6358dd (diff) | |
download | couchdb-7045d6207ac5f162420cc169e0d27fadcb2beca6.tar.gz |
Merge pull request #2503 from apache/reserve-search-namespace
reserve search namespace
-rw-r--r-- | src/fabric/include/fabric2.hrl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/fabric/include/fabric2.hrl b/src/fabric/include/fabric2.hrl index b4dd084a2..828a51b8f 100644 --- a/src/fabric/include/fabric2.hrl +++ b/src/fabric/include/fabric2.hrl @@ -38,6 +38,7 @@ -define(DB_VIEWS, 24). -define(DB_LOCAL_DOC_BODIES, 25). -define(DB_ATT_NAMES, 26). +-define(DB_SEARCH, 27). % Versions |