Navigation Menu

Skip to content

Commit

Permalink
Update 5.11 release entry (en)
Browse files Browse the repository at this point in the history
  • Loading branch information
Masafumi Yokoyama committed Dec 28, 2015
1 parent 87425fe commit 1da8908
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions en/_posts/2015-12-29-mroonga-5.11.md
Expand Up @@ -19,17 +19,17 @@ Mroonga is a MySQL storage engine that supports fast fulltext search and geoloca
Here are changes in this release:

* [RPM] Supported MySQL 5.6.28 and 5.7.10
* Supported table name that includes `-` in script syntax
* Supported index table in `match_columns` 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.
#### Supported index table in `match_columns` in script syntax

A table name that includes `-` can't be used in script syntax until Mroonga 5.10 because it conflicts to index table name separator. Since Mroonga 5.11, index table name separator is changed to `#` from `-`. It makes that table name that includes `-` can be used in script syntax.
An index table name uses `-` (hyphen) as separator untile Mroonga 5.10. But `-` can't be used in `match_columns` in script syntax (`mroonga_command`), so index table can't be used in `match_columns` in script syntax. Since Mroonga 5.11, index table name separator is changed to `#` from `-`. It makes that index table can be used in `match_columns` in script syntax.

#### Added a new UDF `mroonga_normalize`

Expand Down

0 comments on commit 1da8908

Please sign in to comment.