Masafumi Yokoyama
null+****@clear*****
Tue Dec 29 00:34:42 JST 2015
Masafumi Yokoyama 2015-12-29 00:34:42 +0900 (Tue, 29 Dec 2015) New Revision: 1da89088738a0a86be314dab4a3e560e422d2e9f https://github.com/mroonga/mroonga.github.com/commit/1da89088738a0a86be314dab4a3e560e422d2e9f Message: Update 5.11 release entry (en) Modified files: en/_posts/2015-12-29-mroonga-5.11.md Modified: en/_posts/2015-12-29-mroonga-5.11.md (+3 -3) =================================================================== --- en/_posts/2015-12-29-mroonga-5.11.md 2015-12-29 00:18:29 +0900 (8c9ba1a) +++ en/_posts/2015-12-29-mroonga-5.11.md 2015-12-29 00:34:42 +0900 (734f1b7) @@ -19,7 +19,7 @@ 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` @@ -27,9 +27,9 @@ Here are changes in this release: 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` -------------- next part -------------- HTML����������������������������...Download