-
Notifications
You must be signed in to change notification settings - Fork 31
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
storage: fix _truncate blocking all deletions
There is an on_replace trigger in _truncate space protecting from _bucket space clearance. The trigger wasn't ready to _truncate having deletions. It happens when any previously truncated space gets deleted. As a result, _truncate didn't allow any deletions and its tuples were just staying permanently. The patch makes the storage ignore _truncate deletions. They don't affect bucket rows anyway. Fixes #400 NO_DOC=bugfix
- Loading branch information
Showing
2 changed files
with
17 additions
and
1 deletion.
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
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