Fragmented Table DetectionOur schema checks now identify and report fragmented tables. Learn more about these checks
here.
Fixed Windows Compatibility IssueResolved a bug where recommended
innodb_flush_method settings were incompatible with Windows servers, causing MySQL startup failures. We’ve updated our configuration engine to correctly handle platform-specific settings (
Issue #401).
Fixed MariaDB Change Buffer IssueAddressed a potential index corruption issue when using innodb_change_buffering with MariaDB. Releem now disables the change buffer for MariaDB instances to prevent incorrect behavior during reverse index scans (
Issue #393).