[Groonga-mysql-commit] mroonga/mroonga.wiki at ec07f3e [master] Updated ReleaseNote (markdown)

Back to archive index

HAYASHI Kentaro null+****@clear*****
Wed May 27 12:55:25 JST 2015


HAYASHI Kentaro	2015-05-27 12:55:25 +0900 (Wed, 27 May 2015)

  New Revision: ec07f3e3c83465abcbd16ed83f53b0b8bbb1c749
  https://github.com/mroonga/mroonga/wiki/ReleaseNote/ec07f3e3c83465abcbd16ed83f53b0b8bbb1c749

  Message:
    Updated ReleaseNote (markdown)

  Modified files:
    ReleaseNote.md

  Modified: ReleaseNote.md (+24 -0)
===================================================================
--- ReleaseNote.md    2015-05-26 18:49:58 +0900 (68c09ee)
+++ ReleaseNote.md    2015-05-27 12:55:25 +0900 (0cb1d9d)
@@ -63,9 +63,33 @@ Topics
 
 ## Improvements
 
+  * mariadb10.1: Followed recent API changes.
+  * Supported FT_SORTED flag which is internally used in MySQL.
+    It improves compatibility with MySQL and can reduces redundant sorting in MySQL.
+  * mysql57: Followed recent API changes.
+
 ## Fixes
 
+  * [storage] Fixed a bug that unique index doesn't work for invalid datetime.
+    This bug is occurred when invalid datetime is inserted. The unique index is
+    created for invalid datetime instead of actual truncated datetime.
+    [groonga-dev,03219] [Reported by Hiroshi Kagami]
+  * [multiple column key] Fixed a potential bug that decoding value is broken.
+    This bug may occurs because proper byte order conversion between network and
+    host is missing on decoding.
+  * [windows] Fixed a bug that needless groonga-normalizer-mysql plugin search
+    is ran when it is embedded into Mroonga. [GitHub#53] [Reported by torinky]
+  * Fixed wrong keyword length when query includes Pragma. This bug causes that
+    it doesn't hit expected search results. [GitHub#54] [Patch by Naoya Murakami]
+  * [storage] Fixed a bug that unique check is ignored for multiple connections.
+    [groonga-dev,03243] [Reported by Hiroshi Kagami]
+
 ## Thanks
+
+  * Hiroshi Kagami
+  * torinky
+  * Naoya Murakami
+
 ```
 
 # 5.03 for groonga-dev
-------------- next part --------------
HTML����������������������������...
다운로드 



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