[Groonga-mysql-commit] mroonga/mroonga at 326bd2f [master] doc: remove incorrect items

Back to archive index

Masafumi Yokoyama null+****@clear*****
Thu Jun 25 19:07:53 JST 2015


Masafumi Yokoyama	2015-06-25 19:07:53 +0900 (Thu, 25 Jun 2015)

  New Revision: 326bd2f22c74d6994e8c6d6a8941c204baa0e3c2
  https://github.com/mroonga/mroonga/commit/326bd2f22c74d6994e8c6d6a8941c204baa0e3c2

  Message:
    doc: remove incorrect items

  Modified files:
    doc/source/news.rst

  Modified: doc/source/news.rst (+1 -14)
===================================================================
--- doc/source/news.rst    2015-06-25 18:59:52 +0900 (aac3a90)
+++ doc/source/news.rst    2015-06-25 19:07:53 +0900 (5c250d2)
@@ -17,7 +17,6 @@ Improvements
   Start mysqld when mysqld is not running within rpm-installation.
   (This topic is****@5*****) [GitHub#58] [Patch by GMO Media, Inc.]
 * [mariadb10.1] Followed recent API changes.
-* Dropped MySQL 5.4 support.
 * [mariadb] Supported custom parameters in DDL.
   This feature can be used only with MariaDB.
 
@@ -51,6 +50,7 @@ Improvements
         FULLTEXT INDEX (content) FLAGS='WITH_POSITION|WITH_WEIGHT'
       ) ENGINE = Mroonga COMMENT = 'engine "InnoDB"' DEFAULT CHARSET utf8;
 
+
   * Supported "GROONGA_TYPE" parameter for field ::
 
       CREATE TABLE tags (
@@ -141,19 +141,6 @@ Improvements
     may be removed at Mroonga 7.00.
 
 * [storage] Show error message when nonexistent Groonga type is specified to column.
-* [storage] Supported "GROONGA_TYPE" field parameter in ALTER TABLE ::
-
-    ALTER TABLE bugs ADD COLUMN name VARCHAR(64) GROONGA_TYPE='tags';
-
-* [storage] Supported "FLAGS" field parameter ::
-
-    ALTER TABLE tags ADD COLUMN name VARCHAR(64) FLAGS='COLUMN_VECTOR';
-
-    CREATE TABLE bugs (
-      id INT UNSIGNED PRIMARY KEY,
-      tags TEXT FLAGS='COLUMN_VECTOR'
-    ) ENGINE = Mroonga DEFAULT CHARSET utf8;
-
 * [storage] Renamed parameter name for column's Groonga type.
 
   * "type" -> "groonga_type".
-------------- next part --------------
HTML����������������������������...
Download 



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