[Groonga-mysql-commit] mroonga/mroonga [master] doc en: update news

Back to archive index

HAYASHI Kentaro null+****@clear*****
Wed Oct 24 15:28:52 JST 2012


HAYASHI Kentaro	2012-10-24 15:28:52 +0900 (Wed, 24 Oct 2012)

  New Revision: c115fa456ca41005e6ec8141fe93e140368c25b6
  https://github.com/mroonga/mroonga/commit/c115fa456ca41005e6ec8141fe93e140368c25b6

  Log:
    doc en: update news

  Modified files:
    doc/source/news.rst

  Modified: doc/source/news.rst (+15 -1)
===================================================================
--- doc/source/news.rst    2012-10-24 14:42:14 +0900 (b353e0e)
+++ doc/source/news.rst    2012-10-24 15:28:52 +0900 (b71c143)
@@ -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
 ^^^^^
@@ -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
 ^^^^^^
@@ -35,6 +48,7 @@ Thanks
 * jd fonc
 * @taro252
 * @tokuhy
+* Kazuhiro Isobe
 
 .. _release-2-07:
 
-------------- next part --------------
HTML����������������������������...
Download 



More information about the Groonga-mysql-commit mailing list
Back to archive index