diff options
author | Will Holley <willholley@gmail.com> | 2017-11-03 14:08:50 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-11-03 14:08:50 +0000 |
commit | 436b402721b26575e989f04db61c9edbcfb168f5 (patch) | |
tree | 7cd676e28cea9db2f905a7468e38c52530665cf2 /Makefile.win | |
parent | 01658a0cc889cffce0ca73b1d06525d708398af8 (diff) | |
download | couchdb-436b402721b26575e989f04db61c9edbcfb168f5.tar.gz |
Fix user-specified ddoc name in Mango (#961)
When creating a Mango index, we allow the user to specify
a design document name. This can be of the form "_design/foo"
or just "foo", with the expectation that Mango would
automatically add the "_design" prefix.
This fixes a bug whereby if the user specified "_design/foo",
Mango was prefixing this again, creating a design document called
"_design/_design/foo".
Diffstat (limited to 'Makefile.win')
0 files changed, 0 insertions, 0 deletions