Navigation Menu

Skip to content

Commit

Permalink
doc: update 8.02 entry
Browse files Browse the repository at this point in the history
  • Loading branch information
Masafumi Yokoyama committed Apr 26, 2018
1 parent 1b4ca4d commit 5858fbd
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
10 changes: 6 additions & 4 deletions doc/locale/ja/LC_MESSAGES/news.po
Expand Up @@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: groonga storage engine 1.0.1\n"
"Report-Msgid-Bugs-To: \n"
"PO-Revision-Date: 2018-04-26 12:44+0900\n"
"PO-Revision-Date: 2018-04-26 13:16+0900\n"
"Last-Translator: Masafumi Yokoyama <yokoyama@clear-code.com>\n"
"Language-Team: Japanese\n"
"Language: ja\n"
Expand Down Expand Up @@ -78,11 +78,13 @@ msgstr ""
"ラッシュするバグを修正しました。"

msgid ""
"Fixed a bug when `MATCH AGAINST AND (x = 1 OR x = 2)`. [Gitter/"
"Fixed a bug that `MATCH AGAINST` condition is ignored if SQL containing such "
"as `AND (x = 1 OR x = 2)` when condition push down is enabled. [Gitter/"
"ja:5ae014842b9dfdbc3ac7ce1f][Reported by colt27]"
msgstr ""
"`MATCH AGAINST AND (x = 1 OR x = 2)` のバグを修正しました。 [Gitter/"
"ja:5ae014842b9dfdbc3ac7ce1f][colt27さんが報告]"
"コンディションプッシュダウンが有効になっているときに `AND (x = 1 OR x = 2)` "
"などがSQLに含まれていると `MATCH AGAINST` 条件が無視されるバグを修正しまし"
"た。 [Gitter/ja:5ae014842b9dfdbc3ac7ce1f][colt27さんが報告]"

msgid "Fixed a memory leak."
msgstr "メモリリークを修正しました。"
Expand Down
3 changes: 2 additions & 1 deletion doc/source/news.rst
Expand Up @@ -35,7 +35,8 @@ Fixes

* Fixed a crash bug when some complex condition in `ORDER BY` such as `ORDER BY 1 + 1, id, content`.

* Fixed a bug when `MATCH AGAINST AND (x = 1 OR x = 2)`.
* Fixed a bug that `MATCH AGAINST` condition is ignored if SQL containing such as
`AND (x = 1 OR x = 2)` when condition push down is enabled.
[Gitter/ja:5ae014842b9dfdbc3ac7ce1f][Reported by colt27]

* Fixed a memory leak.
Expand Down

0 comments on commit 5858fbd

Please sign in to comment.