From b686e43a2387c5359830356be110486371d399c6 Mon Sep 17 00:00:00 2001 From: Horimoto Yasuhiro Date: Wed, 19 Jun 2024 18:32:49 +0900 Subject: [PATCH] blog: publish entry --- en/_posts/2024-06-12-mroonga-14.04.md | 96 +++++++++++++++++++++++++++ ja/_posts/2024-06-12-mroonga-14.04.md | 23 +++---- 2 files changed, 104 insertions(+), 15 deletions(-) create mode 100644 en/_posts/2024-06-12-mroonga-14.04.md diff --git a/en/_posts/2024-06-12-mroonga-14.04.md b/en/_posts/2024-06-12-mroonga-14.04.md new file mode 100644 index 00000000..85c0d544 --- /dev/null +++ b/en/_posts/2024-06-12-mroonga-14.04.md @@ -0,0 +1,96 @@ +--- +layout: post.en +title: Mroonga 14.04 has been released! +description: Mroonga 14.04 has been released! +--- + +## Mroonga 14.04 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.04 has been released! + +This is long time no release! + +* How to install: [Install](/docs/install.html) +* How to upgrade: [Upgrade guide](/docs/upgrade.html) + +### Changes + +Here are important changes in this release: + +### Improvements + +* We support for OS as below. + + * Ubuntu 24.04 (Noble Numbat) + +* We support for MySQL, MariaDB, and Percona Server as below. + + * [Almalinux 8,9](/docs/install/almalinux.html) + + * MariaDB 10.5.25、10.6.18、10.11.8 + * MySQL Community Server 8.0.37 + * MySQl Community Server 8.4.0 + * Percona Server 8.0.36-28 + + * [Ubuntu 24.04(noble)](/docs/install/ubuntu.html) + + * MariaDB 10.11.7 + * MySQL 8.0.36 + + * [Ubuntu 22.04(jammy)](/docs/install/ubuntu.html) + + * MariaDB 10.6.18 + * MySQL 8.0.36 + * MySQL Community Server 8.0.37 + * MySQl Community Server 8.4.0 + + * [Debian GNU/Linux 12 (bookworm)](/docs/install/debian.html) + + * MariaDB 10.11.8 + * MySQL Community Server 8.0.37 + * MySQl Community Server 8.4.0 + +* We dropped support for OS as below. + + * Amazon Linux 2 + * CentOS 7 + * Debian GNU/Linux 11 (bullseye) + +* We dropped support for MySQL, MariaDB, and Percona Server as below. + + * MySQL Community Server 5.7 + * Percona Server 5.7 + * MariaDB 10.4、10.7、10.8、10.9、10.10 + +* Added functionality to output an error when Mroonga's UDF is used while Mroonga is uninitialized. [MDEV-21166][Reported by Ian Gilfillan.] + + Before this fix, using Mroonga's UDF without initializing Mroonga (not having run `INSTALL PLUGIN mroonga`) would cause a crash. + This patch changes the output from a crash to logging an error. + +### Fixes + +* [Wrapper mode](/docs/tutorial/wrapper.html) Fixed memory leaks in cases where engines not supporting online DDL are wrapped. + + In general, DDL operations like `ALTER TABLE` block access to the target table while in progress to maintain exclusive control. + However, some storage engines allow operations on the target table during these operations (they can also be executed exclusively). + The capability to operate on a table during such DDL operations is referred to as online DDL. + + The issue addressed occurs when wrapping storage engines that do not support online DDL in Mroonga's wrapper mode. + It does not occur in storage mode or when using a combination of wrapper mode + InnoDB. + +* [Storage mode](/docs/tutorial/storage.html) Fixed a bug causing crashes when inserting into tables with compressed `VARCHAR` or `TEXT` columns. [MDEV-31966][Reported by Elena Stepanova.] + + This issue occurs only in storage mode and not in wrapper mode. + +### Thanks + +* Ian Gilfillan +* Elena Stepanova + +### Conclusion + +Let's search by Mroonga! diff --git a/ja/_posts/2024-06-12-mroonga-14.04.md b/ja/_posts/2024-06-12-mroonga-14.04.md index 4f0eeee2..bafcadf6 100644 --- a/ja/_posts/2024-06-12-mroonga-14.04.md +++ b/ja/_posts/2024-06-12-mroonga-14.04.md @@ -2,13 +2,13 @@ layout: post.ja title: Mroonga 14.04リリース! description: Mroonga 14.04をリリースしました! -published: false --- ## Mroonga 14.04リリース -[Mroonga 14.04](/ja/docs/news.html#release-14-04)をリリースしました! -なんと、10ヶ月ぶりのリリースです! +Mroonga 14.04をリリースしました! + +お待たせしました!10ヶ月ぶりのリリースです! * インストール方法: [インストール](/ja/docs/install.html) * アップグレード方法: [アップグレードガイド](/ja/docs/upgrade.html) @@ -21,7 +21,7 @@ published: false * 下記のOSを新たにサポートしました。 - * Ubuntu 24.04 (Noble Numbat) + * [Ubuntu 24.04 (Noble Numbat)](/ja/docs/install/ubuntu.html) * 下記のMySQL、MariaDB、Percona Serverを新たにサポートしました。 @@ -52,10 +52,6 @@ published: false * MySQL Community Server 8.0.37 * MySQl Community Server 8.4.0 -* 下記のOSを新たにサポートしました。 - - * [Ubuntu 24.04(noble)](/ja/docs/install/ubuntu.html) - * 下記のOSはサポートをやめました。 * Amazon Linux 2 @@ -96,19 +92,16 @@ published: false ### おわりに 毎週火曜日の 12:15 - 12:45 にGroonga関連のイベントをオンラインで実施しています。 -各イベントの予定は以下のconnpassのページに記載しています。 -https://groonga.connpass.com/event/ +各イベントの予定は[connpassのページ](https://groonga.connpass.com/event/)に記載しています。 (上記のページで参加登録しなくても資料やイベントは閲覧可能です。) -今までのオンラインイベントは、以下の場所に格納されていていつでも視聴できます! +今までのオンラインイベントは、以下の場所に格納されていて、いつでも視聴できます! -Groongaリリース自慢会 -https://www.youtube.com/playlist?list=PLLwHraQ4jf7PnA3GjI9v90DZq8ikLk0iN +[Groongaリリース自慢会](https://www.youtube.com/playlist?list=PLLwHraQ4jf7PnA3GjI9v90DZq8ikLk0iN) -Groonga開発者に聞け! -https://www.youtube.com/playlist?list=PLLwHraQ4jf7PBol9aq5BoaM2Hnk6aCKs2 +[Groonga開発者に聞け!](https://www.youtube.com/playlist?list=PLLwHraQ4jf7PBol9aq5BoaM2Hnk6aCKs2) 興味のある方はぜひ視聴してみてください。 それでは、Mroongaでガンガン検索してください!