[MDEV-23072] Diskspace not reused for Blob in data file Created: 2020-07-02 Updated: 2020-10-20 Resolved: 2020-10-20 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Data Manipulation - Delete, Storage Engine - InnoDB |
| Affects Version/s: | 10.3.12, 10.4.13, 10.5.4 |
| Fix Version/s: | 10.3.26, 10.4.16, 10.5.7 |
| Type: | Bug | Priority: | Major |
| Reporter: | Hamud Al Hammoud | Assignee: | Thirunarayanan Balathandayuthapani |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Environment: |
Windows 10 |
||
| Issue Links: |
|
||||||||
| Description |
| Comments |
| Comment by Marko Mäkelä [ 2020-08-05 ] | ||||||||||||||||
|
I think that this could share a common root cause with | ||||||||||||||||
| Comment by Thirunarayanan Balathandayuthapani [ 2020-10-15 ] | ||||||||||||||||
|
Patch is in bb-10.3- | ||||||||||||||||
| Comment by Marko Mäkelä [ 2020-10-19 ] | ||||||||||||||||
|
Thank you, it looks like this was indeed caused by my I would suggest to simplify the code a bit more, to remove the local variable for no_compress_needed and to reorganize the code like this:
That is, compute !no_compress_needed in the first if, and avoid the added code if it holds. |