Percona XtraDB Cluster 5.7.44-31.65.9 (December 12, 2025)¶
This release is part of MySQL 5.7 Post-EOL Support from Percona. The fixes are available to [MySQL 5.7 Post-EOL Support from Percona customers].
Release information¶
The fixes ported to 5.7 are the following:
Bug#38094070: The server could potentially encounter memory access errors when parsing optimizer hints near buffer boundaries. The server now automatically checks buffer boundaries before accessing the next character, preventing potential parsing errors
Bug#37602657: In certain scenarios, secondary indexes on virtual columns can become misaligned with the clustered index data. The fix is when creating update vectors for secondary index updates involving virtual columns, use the field number (field_no) instead of the virtual column position.
Bug#37994397: MySQL’s InnoDB buffer pool, which can be configured across multiple instances and chunks, previously risked silent allocation failures when creating chunk lists for very large buffer pools. The server now explicitly checks and handles allocation failures for the chunk list, ensuring robust memory management during buffer pool initialization.
Bug#37792010: In MySQL 5.7, full-text search (FTS) configuration table columns lacked proper type initialization, which could potentially cause a server crash when concurrent queries accessed the INFORMATION_SCHEMA.INNODB_LOCKS table under specific rare conditions. The fix ensures these internal VARCHAR columns are initialized with valid type information, preventing potential crashes during concurrent table access.
Additional resources¶
Install Percona XtraDB Cluster
Percona XtraDB Cluster GitHub repository
For training, contact Percona Training - Start learning now