Details
-
Bug
-
Status: In Progress (View Workflow)
-
Major
-
Resolution: Unresolved
-
None
-
Related to performance
-
Q4/2025 Server Development
Description
The Table_map_log_event::Optional_metadata_fields struct uses std::vector and std::string. This makes it so we can't track memory usage for these objects. They should be replaced with the internal MariaDB Dynamic_array and String types.
Attachments
Issue Links
- relates to
-
MDEV-36290 improved support of replication between tables of different structure
-
- In Testing
-
- split to
-
MDEV-38144 Optional_metadata_fields Replace std::vector with MariaDB Types
-
- Open
-