You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by ch...@apache.org on 2015/06/02 21:36:05 UTC

[34/50] couch commit: updated refs/heads/2080-port-cors-to-chttpd to 529339b

Make global_changes database system one


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

Branch: refs/heads/2080-port-cors-to-chttpd
Commit: 42c90473d73d2b503138ebe9da201d64881be641
Parents: 43f1cfe
Author: Alexander Shorin <kx...@apache.org>
Authored: Sat Apr 18 16:34:46 2015 +0300
Committer: Alexander Shorin <kx...@apache.org>
Committed: Sat Apr 18 16:34:46 2015 +0300

----------------------------------------------------------------------
 include/couch_db.hrl | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/couchdb-couch/blob/42c90473/include/couch_db.hrl
----------------------------------------------------------------------
diff --git a/include/couch_db.hrl b/include/couch_db.hrl
index 5a11bb1..5a365a1 100644
--- a/include/couch_db.hrl
+++ b/include/couch_db.hrl
@@ -42,6 +42,7 @@
 
 -define(SYSTEM_DATABASES, [
     "_dbs",
+    "_global_changes",
     "_metadata",
     "_nodes",
     "_replicator",