[Groonga-mysql-commit] mroonga/mroonga.github.com at 1ce18ff [master] Add 5.11 release entry (WIP)

Back to archive index

Masafumi Yokoyama null+****@clear*****
Mon Dec 28 18:27:21 JST 2015


Masafumi Yokoyama	2015-12-28 18:27:21 +0900 (Mon, 28 Dec 2015)

  New Revision: 1ce18ffdccd1ad2afa2e93ba34542806a424a3fa
  https://github.com/mroonga/mroonga.github.com/commit/1ce18ffdccd1ad2afa2e93ba34542806a424a3fa

  Message:
    Add 5.11 release entry (WIP)

  Added files:
    en/_posts/2015-12-29-mroonga-5.11.md

  Added: en/_posts/2015-12-29-mroonga-5.11.md (+48 -0) 100644
===================================================================
--- /dev/null
+++ en/_posts/2015-12-29-mroonga-5.11.md    2015-12-28 18:27:21 +0900 (ae6f377)
@@ -0,0 +1,48 @@
+---
+layout: post.en
+title: Mroonga 5.11 has been released!
+description: Mroonga 5.11 has been released!
+published: false
+---
+
+## Mroonga 5.11 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 5.11](/docs/news.html#release-5.11) has been released!
+
+* How to install: [Install](/docs/install.html)
+* How to upgrade: [Upgrade guide](/docs/upgrade.html)
+
+### Changes
+
+Here are changes in this release:
+
+  * [RPM] Supported MySQL 5.6.28 and 5.7.10
+  * Supported table name that includes `-` in script syntax
+  * Added a new UDF `mroonga_normalize`
+  * [wrapper mode] Really support `CHECK TABLE FOR UPGRADE`
+
+#### [RPM] Supported MySQL 5.6.28 and 5.7.10
+
+Supported MySQL 5.6.28 and 5.7.10 for RPM packages (mysql56-community-mroonga and mysql57-community-mroonga). See [2.5. CentOS](/docs/install/centos.html) for details how to install.
+
+#### Supported table name that includes `-` in script syntax.
+
+A table name that includes `-` can't be used in script syntax until 5.10 because it conflicts to index table name separator. Since 5.11, index table name separator is changed to ``#`` from ``-``. It makes that table name that includes ``-`` can be used in script syntax.
+
+#### Added a new UDF `mroonga_normalize`
+
+Mroonga provides some useful functionality as [UDF](/docs/reference/udf.html) (User Defined Functions).
+
+TODO
+
+#### [wrapper mode] Really support `CHECK TABLE FOR UPGRADE` (`mysql_update`).
+
+TODO
+
+### Conclusion
+
+See [Release 5.11 - 2015-12-29](/docs/news.html#release-5.11) about detailed changes since 5.10.
+
+Let's search by Mroonga!
-------------- next part --------------
HTML����������������������������...
Download 



More information about the Groonga-mysql-commit mailing list
Back to archive index