davisp commented on a change in pull request #597: Move view index files to
.view_deleted when db is deleted
URL: https://github.com/apache/couchdb/pull/597#discussion_r127757847
##########
File path: src/couch/src/couch_file.erl
##########
@@ -264,6 +265,19 @@ rename_file(Original) ->
Else -> Else
end.
+rename_dir(RootDelDir, Original, DbName) ->
+ DbDir = binary_to_list(DbName) ++ "_design",
+ [DbPureName | _R] = lists:reverse(filename:split(binary_to_list(DbName))),
+ Deleted_Index_Dir = filename:join(
Review comment:
Remove the underscores in variable names.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services