Navigation Menu

Skip to content

Commit

Permalink
Add 5.11 release entry (WIP)
Browse files Browse the repository at this point in the history
  • Loading branch information
Masafumi Yokoyama committed Dec 28, 2015
1 parent bb5f50d commit 1ce18ff
Showing 1 changed file with 48 additions and 0 deletions.
48 changes: 48 additions & 0 deletions en/_posts/2015-12-29-mroonga-5.11.md
@@ -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!

0 comments on commit 1ce18ff

Please sign in to comment.