[Groonga-mysql-commit] mroonga/mroonga.github.com at bf67593 [master] Fill 5.11 release entry

Back to archive index

Masafumi Yokoyama null+****@clear*****
Mon Dec 28 22:48:24 JST 2015


Masafumi Yokoyama	2015-12-28 22:48:24 +0900 (Mon, 28 Dec 2015)

  New Revision: bf67593bb96641ad71729b3f7b4cfd3818de0f12
  https://github.com/mroonga/mroonga.github.com/commit/bf67593bb96641ad71729b3f7b4cfd3818de0f12

  Message:
    Fill 5.11 release entry

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

  Modified: en/_posts/2015-12-29-mroonga-5.11.md (+3 -5)
===================================================================
--- en/_posts/2015-12-29-mroonga-5.11.md    2015-12-28 18:27:21 +0900 (ae6f377)
+++ en/_posts/2015-12-29-mroonga-5.11.md    2015-12-28 22:48:24 +0900 (8c9ba1a)
@@ -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
 
-------------- next part --------------
HTML����������������������������...
Download 



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