-
Notifications
You must be signed in to change notification settings - Fork 413
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Motivation ---------- When a gets operation is cloned, it currently gets incorrectly cloned into a regular get operation. This can cause issues later on. Modifications ------------- Make sure that a gets() gets correctly cloned into a new gets(). Result ------ The cloning is now properly done, based on the operation type. Thanks to Brad Svee (@sveesible) for the fix suggestion. Change-Id: I7b8820bea20d0a0d9555f1bb9b2a46e5327a5f78 Reviewed-on: http://review.couchbase.org/36221 Reviewed-by: Matt Ingenthron <matt@couchbase.com> Tested-by: Michael Nitschinger <michael.nitschinger@couchbase.com>
- Loading branch information
Showing
1 changed file
with
37 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters