Masafumi Yokoyama
null+****@clear*****
Mon Jun 29 17:35:30 JST 2015
Masafumi Yokoyama 2015-06-29 17:35:30 +0900 (Mon, 29 Jun 2015) New Revision: bf4e459203e2bf9cdfb83b58dff8fddf75796419 https://github.com/mroonga/mroonga/wiki/ReleaseNote/bf4e459203e2bf9cdfb83b58dff8fddf75796419 Message: Updated ReleaseNote (markdown) Modified files: ReleaseNote.md Modified: ReleaseNote.md (+63 -4) =================================================================== --- ReleaseNote.md 2015-06-29 17:35:00 +0900 (4f89de0) +++ ReleaseNote.md 2015-06-29 17:35:30 +0900 (26456df) @@ -3,21 +3,80 @@ ``` Hi, -Mroonga 5.03 has been released! +Mroonga 5.04 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. - http://mroonga.org/docs/news.html#release-5-03 - http://mroonga.org/en/blog/2015/05/29/release.html + http://mroonga.org/docs/news.html#release-5-04 + http://mroonga.org/en/blog/2015/06/29/release.html Document: http://mroonga.org/docs/ Install: http://mroonga.org/docs/install.html Upgrade: http://mroonga.org/docs/upgrade.html -Topics +## Topics + +* Improve parameter names (there is compatibility to 6.XX) +* [storage] Improve handling of invalid datetime in `STRICT_TRANS_TABLES` mode (incompatible) + +### Improve parameter names (there is compatibility to 6.XX) + +The following parameter names are modified. The old value are deprecated but they will be usable on Mroonga 6.XX. They may be removed at Mroonga 7.00. + +* Changed keyword to use custom tokenizer to tokenizer from parser. + * In index comment: `parser` -> `tokenizer`. + * Server variable: `mroonga_default_parser` -> `mroonga_default_tokenizer`. +* Renamed parameter name for flags of index column. + * `index_flags` -> `flags`. +* [storage] Renamed parameter name for column's Groonga type. + * `type` -> `groonga_type`. + +### [storage] Report error for invalid datetime in `STRICT_TRANS_TABLES` mode (incompatible) + +In storage mode, the behavior was changed when `STRICT_TRANS_TABLES` is specified to `sql_mode`. +To insert is success with a warning if an invalid date (such as day 0) is specified until previous versions of Mroonga (5.02 or earlier). But a warning is handled as an error when `STRICT_TRANS_TABLES` mode in MySQL. Mroonga storage mode adjusts to MySQL way. + +It's incompatible change, but the previous behavior is a bug. If you don't use `STRICT_TRANS_TABLES` mode, it doesn't effect to you. For more information: + +* 5. Limitations — Mroonga v5.04 documentation + http://mroonga.org/docs/reference/limitations.html#limitations-about-the-value-of-columns + + +## Changes + +### Improvements + +* [rpm][mysql56-community-mroonga][percona-server-56-mroonga] + Start mysqld when mysqld is not running within rpm-installation. + (This topic is****@5*****) [GitHub#58] [Patch by GMO Media, Inc.] +* [mariadb10.1] Followed recent API changes. +* [mariadb] Supported custom parameters in DDL. + This feature can be used only with MariaDB. +* [storage] Report error for invalid datetime related value on `STRICT_TRANS_TABLES`. + [groonga-dev,03299] [Suggested by GMO Media, Inc.] +* Changed keyword to use custom tokenizer to `tokenizer` from `parser`. + * In index comment: `parser` -> `tokenizer`. + * Server variable: `mroonga_default_parser` -> `mroonga_default_tokenizer`. + * `parser` and `mroonga_default_parser` are deprecated but they are + available at least Mroonga 6.XX. +* Renamed parameter name for flags of index column. + * `index_flags` -> `flags`. + * `index_flags` is deprecated but it will be usable on Mroonga 6.XX. It + may be removed at Mroonga 7.00. +* [storage] Show error message when nonexistent Groonga type is specified to column. +* [storage] Renamed parameter name for column's Groonga type. + * `type` -> `groonga_type`. + * `type` is deprecated but it will be usable on Mroonga 6.XX. It may be + removed at Mroonga 7.00. + +### Thanks + +* GMO Media, Inc. + +``` # 5.04 ja -------------- next part -------------- HTML����������������������������... Download