Details
-
Type:
Bug
-
Status: Closed (View Workflow)
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 10.4
-
Fix Version/s: 10.4.6
-
Component/s: Storage Engine - InnoDB
-
Labels:
Description
Given that MariaDB Server 10.4 depends on C++11, which provides a singly-linked list template std::forward_list, InnoDB should use it instead of the doubly-linked std::list where applicable, to slightly reduce the memory footprint.
Attachments
Issue Links
- causes
-
MDEV-21787 Alter table failure tries to access uninitialized column
-
- Closed
-
- relates to
-
MDEV-27451 gcol.virtual_index_drop fails with LeakSanitizer errors
-
- Closed
-