Mroonga 14.07 has been released!
Mroonga is a MySQL storage engine that supports fast fulltext search and geolocation search. It is CJK ready. It uses Groonga as a storage and fulltext search engine.
Mroonga 14.07 has been released!
- How to install: Install
- How to upgrade: Upgrade guide
Changes
Here are important changes in this release:
Improvements
-
We added support for MariaDB as below.
- MariaDB 11.4.3
-
We added support for MySQL, MariaDB, and Percona Server as below.
-
- MariaDB 10.5.26、10.6.19、10.11.9
- MySQL Community Server 8.0.39
- MySQl Community Server 8.4.2
- Percona Server 8.0.37-29
-
- MariaDB 10.11.8
- MySQL 8.0.39
-
- MariaDB 10.6.18
- MySQL 8.0.39
- MySQL Community Server 8.0.39
- MySQl Community Server 8.4.2
-
Debian GNU/Linux 12 (bookworm)
- MariaDB 10.11.8
- MySQL Community Server 8.0.39
- MySQl Community Server 8.4.2
-
-
Disable descending index support
If we don't add support for descending index with MariaDB >= 10.8, Mroonga returns wrong result with descending index. So, we disable descending index support now. However, we may re-try it later.
By the way, if we use descending index with MySQL >= 8.0, MySQL returns error.
Fixes
- Fix a crash bug with concurrent
FLUSH TABLES
andINSERT
.
Conclusion
Let's search by Mroonga!