[Groonga-mysql-commit] mroonga/mroonga at 69a005c [master] doc: add more description for entry

Back to archive index

HAYASHI Kentaro null+****@clear*****
Wed Jan 28 17:21:49 JST 2015


HAYASHI Kentaro	2015-01-28 17:21:49 +0900 (Wed, 28 Jan 2015)

  New Revision: 69a005ce16d18ca296473031fd8cfb2602e10ddb
  https://github.com/mroonga/mroonga/commit/69a005ce16d18ca296473031fd8cfb2602e10ddb

  Message:
    doc: add more description for entry

  Modified files:
    doc/source/news.rst

  Modified: doc/source/news.rst (+9 -6)
===================================================================
--- doc/source/news.rst    2015-01-28 14:45:08 +0900 (8b460ff)
+++ doc/source/news.rst    2015-01-28 17:21:49 +0900 (6e3d2ce)
@@ -14,25 +14,28 @@ Improvements
 ^^^^^^^^^^^^
 
 * [storage] Supported static index construction in FULLTEXT
-  INDEX comment with 'table "XXX"'. ``DISABLE KEYS`` supports it.
+  INDEX comment with ``'table "XXX"'``. Execute ``DISABLE KEYS``, then
+  ``DISABLE KEYS`` for static index construction.
   [Reported by Naoya Murakami]
 * [rpm][centos] Built with MySQL 5.6.22 on CentOS 7.
   [groonga-dev,03047] [Reported by Hiroshi Kagami]
 * [rpm][centos] Built with MariaDB 5.5.40-2 on CentOS 7.
 * [storage][mysql56] Supported to report duplicated error
-  for ``ADD UNIQUE INDEX``.
+  for ``ADD UNIQUE INDEX``. [Reported by kazeburo]
 
 Fixes
 ^^^^^
 
 * [storage] Fixed a bug that referenced table is accidentally
-  removed on error. This means if index creation is failed such
-  as ``FULLTEXT INDEX (...)`` against "terms" table, "terms"
+  removed on error. This means that index creation is failed for
+  FULLTEXT INDEX comment with ``'table "terms"'``, "terms"
   table can be removed on error.
 * [storage] Fixed a bug that duplicated entry is removed in unique index
-  when duplicated error is occurred. [Reported by kazeburo]
+  when duplicated error is occurred. This bug makes consistency of indexes broken,
+  so recommended to recreate existing indexes again after upgrading Mroonga. [Reported by kazeburo]
 * [storage] Fixed a bug that ``INSERT ON DUPLICATE KEY UPDATE`` is
-  broken. This bug may change existing other records.
+  broken. This bug may change existing other records by executing update fallback when
+  insert error occurred. [Reported by kazeburo]
 
 Thanks
 ^^^^^^
-------------- next part --------------
HTML����������������������������...
Télécharger 



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