[Groonga-mysql-commit] mroonga/mroonga at b3cf830 [master] Revert "test: add a test case for ALTER TABLE ALGORITHM=COPY"

アーカイブの一覧に戻る

Kouhei Sutou null+****@clear*****
Wed Apr 16 23:48:21 JST 2014


Kouhei Sutou	2014-04-16 23:48:21 +0900 (Wed, 16 Apr 2014)

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

  Message:
    Revert "test: add a test case for ALTER TABLE ALGORITHM=COPY"
    
    This reverts commit 21f9e8c787e5afaf3a9c5496ac4d10d0dde506fa.
    
    Because it is a needless test.

  Removed files:
    mysql-test/mroonga/storage/alter_table/r/algorithm_copy.result
    mysql-test/mroonga/storage/alter_table/t/algorithm_copy.test

  Deleted: mysql-test/mroonga/storage/alter_table/r/algorithm_copy.result (+0 -13) 100644
===================================================================
--- mysql-test/mroonga/storage/alter_table/r/algorithm_copy.result    2014-04-16 22:55:47 +0900 (3ded3d3)
+++ /dev/null
@@ -1,13 +0,0 @@
-DROP TABLE IF EXISTS memos;
-CREATE TABLE memos (
-title VARCHAR(32) PRIMARY KEY
-) DEFAULT CHARSET="utf8";
-ALTER TABLE memos ALGORITHM=COPY, ADD FULLTEXT INDEX (title) COMMENT "copy";
-SHOW CREATE TABLE memos;
-Table	Create Table
-memos	CREATE TABLE `memos` (
-  `title` varchar(32) NOT NULL,
-  PRIMARY KEY (`title`),
-  FULLTEXT KEY `title` (`title`) COMMENT 'copy'
-) ENGINE=mroonga DEFAULT CHARSET=utf8
-DROP TABLE memos;

  Deleted: mysql-test/mroonga/storage/alter_table/t/algorithm_copy.test (+0 -34) 100644
===================================================================
--- mysql-test/mroonga/storage/alter_table/t/algorithm_copy.test    2014-04-16 22:55:47 +0900 (0ed9cbd)
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright(C) 2014 Kouhei Sutou <kou �� clear-code.com>
-#
-# This library is free software; you can redistribute it and/or
-# modify it under the terms of the GNU Lesser General Public
-# License as published by the Free Software Foundation; either
-# version 2.1 of the License, or (at your option) any later version.
-#
-# This library is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
-# Lesser General Public License for more details.
-#
-# You should have received a copy of the GNU Lesser General Public
-# License along with this library; if not, write to the Free Software
-# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
-
---source include/not_embedded.inc
---source ../../../include/mroonga/have_mroonga.inc
-
---disable_warnings
-DROP TABLE IF EXISTS memos;
---enable_warnings
-
-CREATE TABLE memos (
-  title VARCHAR(32) PRIMARY KEY
-) DEFAULT CHARSET="utf8";
-
-ALTER TABLE memos ALGORITHM=COPY, ADD FULLTEXT INDEX (title) COMMENT "copy";
-
-SHOW CREATE TABLE memos;
-
-DROP TABLE memos;
-
---source ../../../include/mroonga/have_mroonga_deinit.inc
-------------- next part --------------
HTML����������������������������...
ダウンロード 



More information about the Groonga-mysql-commit mailing list
アーカイブの一覧に戻る