[groonga-dev,04174] [ANN] Mroonga 6.10

Back to archive index

Kentaro Hayashi hayas****@clear*****
2016年 10月 29日 (土) 12:03:01 JST


Hi,

Mroonga 6.10 has been released!

Mroonga is a MySQL storage engine that supports fast fulltext search
and geolocation search.  It is CJK ready. It uses Groonga as a storage
and fulltext search engine.

Document:
   http://mroonga.org/docs/

How to install: Install Guide
   http://mroonga.org/docs/install.html

How to upgrade: Upgrade Guide
   http://mroonga.org/docs/upgrade.html

Blog:
   http://mroonga.org/en/blog/2016/10/29/mroonga-6.10.html

Changes:
   http://mroonga.org/docs/news.html#release-6.10

Here are the topics in this release.

  * Supported Ubuntu 16.10 (Yakkety Yak)
  * Supported Mroonga with MariaDB 10.x for Ubuntu 16.04 or later

## Supported Ubuntu 16.10 (Yakkety Yak)

In this release, we began to support Ubuntu 16.10 (Yakkety Yak).

Mroonga packages are provided on PPA, you can install as follows:

  $ sudo apt-get install -y -V software-properties-common lsb-release
  $ sudo add-apt-repository -y universe
  $ sudo add-apt-repository \
    "deb http://security.ubuntu.com/ubuntu $(lsb_release --short --codename)-security main restricted"
  $ sudo add-apt-repository -y ppa:groonga/ppa
  $ sudo apt-get update
  $ sudo apt-get install -y -V mysql-server-mroonga

## Supported Mroonga with MariaDB 10.x for Ubuntu 16.04 or later

In this release, we began to support Mroonga packages for MariaDB
10.x.

This support is provided for Ubuntu 16.04 or later because MariaDB
10.x packages are available on these releases and it aims to make it
easy to try Mroonga for user of MariaDB.

To install Mroonga package for MariaDB, use mariadb-server-mroonga.

  $ sudo apt-get install -y -V mariadb-server-mroonga


## Improvements

  * [deb][ubuntu] Supported MariaDB 10.x package for Ubuntu 16.04

  * [deb][ubuntu] Supported Ubuntu 16.10 (Yakkety Yak)

  * [Ubuntu] Added document how to install Mroonga for MariaDB on
  Ubuntu 16.04.

  * [Install][Tutorial] Improved sample SQL format for easy to copy
  and paste.

  * [rpm][centos] Supported latest MySQL 5.6.34, MySQL 5.7.16, Percona
  Server 5.6.33 and Percona Server 5.7.15. [groonga-dev,04169]
  [Reported by Hiroshi Kagami]

## Fixes


  * [mysql57][wrapper] Fixed a bug that COUNT(*) with InnoDB doesn't
  return correct number of records because behavior of InnoDB was
  changed since MySQL 5.7. [Reported by koyama_wataru_7]

## Thanks

  * Hiroshi Kagami
  * koyama_wataru_7


-- 
Kentaro Hayashi <hayas****@clear*****>
-------------- next part --------------
テキスト形式以外の添付ファイルを保管しました...
ファイル名: 無し
型:         application/pgp-signature
サイズ:     801 バイト
説明:       無し
下载 



groonga-dev メーリングリストの案内
Back to archive index