Mroonga blog

2014-11-29

Mroonga 4.08 has been released!

Mroonga 4.08 has been released!

Changes

In this release, added missing primary key check issue when primary key is required to specify in storage mode.

Mroonga is now shipped with MariaDB

At last, Mroonga had been shipped with MariaDB 10.0.15!

In this release, There are some feedback from MariaDB team.

It seems that Mroonga is not enabled by default, please install Mroonga in the advance:

INSTALL PLUGIN Mroonga SONAME 'ha_mroonga.so';
CREATE FUNCTION last_insert_grn_id RETURNS INTEGER SONAME 'ha_mroonga.so';
CREATE FUNCTION mroonga_snippet RETURNS STRING SONAME 'ha_mroonga.so';
CREATE FUNCTION mroonga_command RETURNS STRING SONAME 'ha_mroonga.so';
CREATE FUNCTION mroonga_escape RETURNS STRING SONAME 'ha_mroonga.so';

Unfortunately, in bundled Mroonga disables plugins, so many additional feature are not available such as TokenMecab or MySQL compatible normalizer and so on. We hope that they are also supported in the future.

Conclusion

See Release 4.08 - 2014/11/29 about detailed changes since 4.07.

Let's search by Mroonga!