MariaDB has released version 11.8.5, which addresses a significant bug that impacted users of MyISAM and Aria tables when executing DELETE statements with WHERE clauses on indexed columns. This bug could lead to partial deletions of data, posing a serious risk to users managing critical information in these tables. The fix, identified as MDEV-38068, ensures that users can avoid the potential loss of data by upgrading from the previous version, 11.8.4.
For those using InnoDB tables, there is no need for concern, as they remain unaffected by this issue. However, users of MyISAM and Aria tables should promptly consider upgrading to 11.8.5 to safeguard their data integrity. The release also includes improvements from earlier versions, specifically incorporating fixes from MariaDB 11.4.9, enhancing the overall performance and stability of the system.
In light of the critical nature of this bug, the MariaDB Foundation strongly recommends that all users on version 11.8.4 upgrade to 11.8.5 to ensure that their database operations are secure and reliable. Users are encouraged to review the release notes and changelog for more detailed information about the changes and enhancements made in this version.
In addition to the immediate bug fix, this release underscores the importance of maintaining current software versions to mitigate risks associated with data management. Regular updates not only address known issues but also introduce new features and optimizations, providing users with a more robust database experience
For those using InnoDB tables, there is no need for concern, as they remain unaffected by this issue. However, users of MyISAM and Aria tables should promptly consider upgrading to 11.8.5 to safeguard their data integrity. The release also includes improvements from earlier versions, specifically incorporating fixes from MariaDB 11.4.9, enhancing the overall performance and stability of the system.
In light of the critical nature of this bug, the MariaDB Foundation strongly recommends that all users on version 11.8.4 upgrade to 11.8.5 to ensure that their database operations are secure and reliable. Users are encouraged to review the release notes and changelog for more detailed information about the changes and enhancements made in this version.
In addition to the immediate bug fix, this release underscores the importance of maintaining current software versions to mitigate risks associated with data management. Regular updates not only address known issues but also introduce new features and optimizations, providing users with a more robust database experience
MariaDB 11.8.5 released
MariaDB 11.8.5 has been released to address a specific bug affecting MyISAM and Aria tables when using DELETE statements with WHERE clauses on indexed columns. This issue can lead to partial deletions of rows, which is a serious concern for users handling important data in these tables. Fortunately, a fix (MDEV-38068) in the new release resolves this issue, leaving InnoDB users unaffected. You can quickly resolve any issues related to partial deletions in MyISAM or Aria tables by upgrading to MariaDB 11.8.5.
