-
Notifications
You must be signed in to change notification settings - Fork 39
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
midb: resolve "inside a readonly TXN" warnings during message deletion
An implicitly started transaction stays open until the cursors have reached the end of the data set. Just like e.g. fread(3), it is not sufficient to read the exact number of rows/bytes — it really takes that final step()/fread() call for the end-of-data/end-of-file flag to be set. Fixes: gromox-2.17-23-g24e7d57eb Fixes: gromox-2.17-117-g5fb5e9a20 References: GXL-524, GXF-1738, GXF-1769, DESK-2352
- Loading branch information
Showing
1 changed file
with
14 additions
and
4 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