Details
-
Bug
-
Status: Closed (View Workflow)
-
Minor
-
Resolution: Fixed
-
11.4.12
-
None
-
MariaDB 11.4.12-MariaDB-log / FreeBSD 15.0
-
Related to performance
-
Q3/2026 Server Maintenance
Description
We have been running MariaDB 11.4.10 for some time against a several years old database. I noticed that even after enabling autoshrink, the `ibdata1` file which should be empty always remains at 12GB.
After updating to 11.4.12, I see in the error log:
```
InnoDB: Moving the data from extents 34304 through 786432
InnoDB: Destination extent range: 320 through 640
[ERROR] InnoDB: Defragmentation of BASE_IDX in SYS_VIRTUAL failed: Data structure corruption
```
```
root@localhost [(none)]> SELECT * FROM information_schema.innodb_sys_virtual;
Empty set (0.000 sec)
```
Attachments
Issue Links
- relates to
-
MDEV-14795 InnoDB system tablespace cannot be shrunk
-
- Closed
-
-
MDEV-36722 MariaDB 11.4.5: ibdata1 autoshrink feature does not reduce file size
-
- Open
-