Navigation Menu

Skip to content

Commit

Permalink
Fix a typo
Browse files Browse the repository at this point in the history
untile ->
until
     -
  • Loading branch information
cosmo0920 committed Dec 29, 2015
1 parent c1a004f commit 9350734
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion en/_posts/2015-12-29-mroonga-5.11.md
Expand Up @@ -28,7 +28,7 @@ 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.
An index table name uses `-` (hyphen) as separator until 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.

#### Added a new UDF `mroonga_normalize`

Expand Down

0 comments on commit 9350734

Please sign in to comment.