Navigation Menu

Skip to content

Commit

Permalink
Fill 5.11 release entry
Browse files Browse the repository at this point in the history
  • Loading branch information
Masafumi Yokoyama committed Dec 28, 2015
1 parent 1ce18ff commit bf67593
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions en/_posts/2015-12-29-mroonga-5.11.md
Expand Up @@ -29,17 +29,15 @@ Supported MySQL 5.6.28 and 5.7.10 for RPM packages (mysql56-community-mroonga an

#### 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.
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.

#### Added a new UDF `mroonga_normalize`

Mroonga provides some useful functionality as [UDF](/docs/reference/udf.html) (User Defined Functions).

TODO
oroonga provides some useful functionality as [UDF](/docs/reference/udf.html) (User Defined Functions). `mroonga_normalize` can normalize a string by a [normalizer of Groonga](http://groonga.org/docs/reference/normalizers.html). See [reference](/docs/reference/udf/mroonga_normalize) for details.

#### [wrapper mode] Really support `CHECK TABLE FOR UPGRADE` (`mysql_update`).

TODO
`CHECK TABLE FOR UPGRADE` (`mysql_update`) is supported since Mroonga 5.10. But this version has a bug that `CHECK TABLE FOR UPGRADE` drops other tables. This bug is fixed in Mroonga 5.11.

### Conclusion

Expand Down

0 comments on commit bf67593

Please sign in to comment.