Navigation Menu

Skip to content

Commit

Permalink
blog: add more description
Browse files Browse the repository at this point in the history
  • Loading branch information
Masafumi Yokoyama committed May 1, 2018
1 parent 7b5ea6d commit 8fd359b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion en/_posts/2018-04-29-mroonga-8.02.md
Expand Up @@ -24,7 +24,7 @@ The main changes are as follows. We recommend you to upgrade because some bugs a
* Fixed a crash bug when some complex condition in `ORDER BY` such as `ORDER BY 1 + 1, id, content`.
* 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.
* Fixed a memory leak.
* Fixed a memory leak for column caches.

### Conclusion

Expand Down
2 changes: 1 addition & 1 deletion ja/_posts/2018-04-29-mroonga-8.02.md
Expand Up @@ -21,7 +21,7 @@ description: Mroonga 8.02をリリースしました!
* [\[groonga-dev,04616\] Re: percona-serverバージョンアップに伴うエラーについて](https://lists.osdn.me/mailman/archives/groonga-dev/2018-April/004619.html)
* `ORDER BY` の中に `ORDER BY 1 + 1, id, content` のような複雑な条件があるとクラッシュするバグを修正しました。
* コンディションプッシュダウンが有効になっているときに `AND (x = 1 OR x = 2)` などがSQLに含まれていると `MATCH AGAINST` 条件が無視されるバグを修正しました。
* メモリリークを修正しました
* カラムキャッシュのメモリリークを修正しました

### おわりに

Expand Down

0 comments on commit 8fd359b

Please sign in to comment.