Navigation Menu

Skip to content

Commit

Permalink
doc en: update news
Browse files Browse the repository at this point in the history
  • Loading branch information
kenhys committed Oct 24, 2012
1 parent 0048771 commit c115fa4
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion doc/source/news.rst
Expand Up @@ -8,12 +8,24 @@ News
Release 2.08 - 2012/10/29
-------------------------

.. caution::

This release has a backward incompatible change against multiple
column index. If you have any tables that uses
any multiple comlumn indexes against VARCHAR or CHAR,
please recreate those indexes by ``ALTER TABLE DISABLE KEYS``
and ``ALTER TABLE ENBALE KEYS``::

mysql> ALTER TABLE table_name DISABLE KEYS;
mysql> ALTER TABLE table_name ENABLE KEYS;

Improvements
^^^^^^^^^^^^

* [storage mode] Supported ``INFORMATION_SCHEMA.TABLES.DATA_LENGTH``.
[Suggested by @9m]
* Supported utf8mb4. [groonga-dev,01049] [Reported by warp kawada]
* Supported Ubuntu 12.10 (Quantal Quetzal)

Fixes
^^^^^
Expand All @@ -25,7 +37,8 @@ Fixes
* [rpm] Fixed missing ``DROP FUNCTION mroonga_snippet``.
[Reported by @tokuhy]
* Fixed range search by multi column index by int.

* [doc] Fixed wrong command line operation during build process.
[groonga-dev,01061] [Reported by Kazuhiro Isobe]

Thanks
^^^^^^
Expand All @@ -35,6 +48,7 @@ Thanks
* jd fonc
* @taro252
* @tokuhy
* Kazuhiro Isobe

.. _release-2-07:

Expand Down

0 comments on commit c115fa4

Please sign in to comment.