Navigation Menu

Skip to content

Commit

Permalink
blog: add missing limitation about MySQL 8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kenhys committed Jul 2, 2019
1 parent 22be873 commit 4e97c84
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions en/_posts/2019-06-29-mroonga-9.04.md
Expand Up @@ -36,6 +36,11 @@ Here is the documentation about "How to report a bug".

* [How to report a bug](/docs/contribution/report.html)

Here are already known issues about MySQL 8.0

* [Wrapper mode](/docs/tutorial/wrapper.html) Wrapper mode is not supported yet
* [Storage mode](/docs/tutorial/wrapper.html) `JSON` data type is not supported yet

### Fixed a crash bug with ``((MATCH OR MATCH) AND (MATCH))`` query.

In this release, a crash bug was fixed. This crash bug was occurred when `((MATCH AGAINST (...) OR MATCH AGAINST(...)) AND (MATCH AGAINST(...)))` was used in where clause.
Expand Down
5 changes: 5 additions & 0 deletions ja/_posts/2019-06-29-mroonga-9.04.md
Expand Up @@ -31,6 +31,11 @@ description: Mroonga 9.04をリリースしました!

* [見つけたバグを報告するには](/ja/docs/contribution/report.html)

なお、MySQL8.0に関する既知の問題は以下の通りです。

* ラッパーモードは未対応
* ストレージモードでも `JSON` データ型は未対応

### ((MATCH OR MATCH) AND (MATCH)) というパターンのクエリーでクラッシュする不具合を修正しました

SELECT文のWHERE句で`((MATCH AGAINST (...) OR MATCH AGAINST(...)) AND (MATCH AGAINST(...)))` というパターンのクエリーを実行するとMroongaがクラッシュする不具合を修正しました。
Expand Down

0 comments on commit 4e97c84

Please sign in to comment.