Navigation Menu

Skip to content

Commit

Permalink
Merge pull request #6 from mroonga/fix-tense-and-sentence
Browse files Browse the repository at this point in the history
Fix tense and sentence

Patch by Hiroshi Hatake. Thanks!
  • Loading branch information
Masafumi Yokoyama committed Dec 29, 2015
2 parents 9a7c483 + 1faeb7d commit 314b733
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions en/_posts/2015-12-29-mroonga-5.11.md
Expand Up @@ -28,15 +28,15 @@ Supported MySQL 5.6.28 and 5.7.10 for RPM packages (mysql56-community-mroonga an

#### Supported index table in `match_columns` 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. However, there is no impact for many users who uses Mroonga via SQL normally.
Mroonga 5.10 or earlier, `-` (hyphen) was used as separator character against an index table. But `-` could't be used in `match_columns` in script syntax (`mroonga_command`), so index table could't be used in `match_columns` in script syntax. Since Mroonga 5.11, index table name separator has been changed to `#` from `-`. It makes that index table can be used in `match_columns` in script syntax. However, there is no impact for many users who uses Mroonga via SQL normally.

#### Added a new UDF `mroonga_normalize`

Mroonga 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`).

`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.
`CHECK TABLE FOR UPGRADE` (`mysql_update`) has been supported since Mroonga 5.10. But this version had 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 314b733

Please sign in to comment.