Navigation Menu

Skip to content

Commit

Permalink
blog en: use appropriate word
Browse files Browse the repository at this point in the history
  • Loading branch information
kenhys committed Jul 31, 2019
1 parent 5c56680 commit f943ebd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions en/_posts/2019-07-30-mroonga-9.05.md
Expand Up @@ -29,7 +29,7 @@ Note that if you already created an unique index, you must recreate target table
In this release, added support for MySQL 5.6.45, 5.7.27 and 8.0.17.

For MySQL 8.0, TIMESTAMP data type is supported.
MySQL 8.0 support is still in experimental stage, so if you found a bug or doubt behavior, please report to us!
MySQL 8.0 support is still in experimental stage, so if you found a bug or suspicious behavior, please report to us!

Here is the documentation about "How to report a bug".

Expand Down Expand Up @@ -68,7 +68,7 @@ MySQL [test]> INSERT INTO fts_targets (source_id, source_type_id) VALUES (10, 10
ERROR 1062 (23000): Duplicate entry '10-100' for key 'source_id'
```

In above example, old index entry was not deleted correctly, therefore duplicated key error was occurred.
In above example, the old index entry was not deleted correctly, therefore duplicated key error was occurred.

In this case, you must recreate an target table because unique index may have garbage entries.
We recommend to recreate an target table with dump and restore, or execute the following queries.
Expand Down

0 comments on commit f943ebd

Please sign in to comment.