Details
-
Task
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
Description
There is only one redo log subsystem in InnoDB. log_sys should not be a log_t* pointer to a heap-allocated object, but instead an object in static storage. Some functions should be made member functions of log_t. Likewise, log_group_t should be a subclass of log_t, and direct references to it should be avoided.
Attachments
Issue Links
- is part of
-
MDEV-14425 Change the InnoDB redo log format to reduce write amplification
- Closed