[Groonga-mysql-commit] mroonga/mroonga at 40a805e [master] test: remove needless check

Back to archive index

Kouhei Sutou null+****@clear*****
Thu Aug 25 08:48:12 JST 2016


Kouhei Sutou	2016-08-25 08:48:12 +0900 (Thu, 25 Aug 2016)

  New Revision: 40a805e8f5c75eb8f7fd7f0c8bc54b83888f555b
  https://github.com/mroonga/mroonga/commit/40a805e8f5c75eb8f7fd7f0c8bc54b83888f555b

  Message:
    test: remove needless check

  Modified files:
    mysql-test/mroonga/storage/column/year/r/with_index.result
    mysql-test/mroonga/storage/column/year/r/without_index.result
    mysql-test/mroonga/storage/column/year/t/with_index.test
    mysql-test/mroonga/storage/column/year/t/without_index.test

  Modified: mysql-test/mroonga/storage/column/year/r/with_index.result (+0 -9)
===================================================================
--- mysql-test/mroonga/storage/column/year/r/with_index.result    2016-08-25 08:43:14 +0900 (3ee91c1)
+++ mysql-test/mroonga/storage/column/year/r/with_index.result    2016-08-25 08:48:12 +0900 (be97d4f)
@@ -5,15 +5,6 @@ title TEXT,
 party_year YEAR,
 KEY (party_year)
 ) DEFAULT CHARSET UTF8;
-SHOW CREATE TABLE aniversary_memos;
-Table	Create Table
-aniversary_memos	CREATE TABLE `aniversary_memos` (
-  `id` int(11) NOT NULL AUTO_INCREMENT,
-  `title` text,
-  `party_year` year(4) DEFAULT NULL,
-  PRIMARY KEY (`id`),
-  KEY `party_year` (`party_year`)
-) ENGINE=Mroonga DEFAULT CHARSET=utf8
 INSERT INTO aniversary_memos (title, party_year)
 VALUES ("We need a big cake!", "11");
 INSERT INTO aniversary_memos (title, party_year)

  Modified: mysql-test/mroonga/storage/column/year/r/without_index.result (+0 -8)
===================================================================
--- mysql-test/mroonga/storage/column/year/r/without_index.result    2016-08-25 08:43:14 +0900 (254a0c0)
+++ mysql-test/mroonga/storage/column/year/r/without_index.result    2016-08-25 08:48:12 +0900 (a56271b)
@@ -4,14 +4,6 @@ id INT PRIMARY KEY AUTO_INCREMENT,
 title TEXT,
 party_year YEAR
 ) DEFAULT CHARSET UTF8;
-SHOW CREATE TABLE aniversary_memos;
-Table	Create Table
-aniversary_memos	CREATE TABLE `aniversary_memos` (
-  `id` int(11) NOT NULL AUTO_INCREMENT,
-  `title` text,
-  `party_year` year(4) DEFAULT NULL,
-  PRIMARY KEY (`id`)
-) ENGINE=Mroonga DEFAULT CHARSET=utf8
 INSERT INTO aniversary_memos (title, party_year)
 VALUES ("We need a big cake!", "11");
 INSERT INTO aniversary_memos (title, party_year)

  Modified: mysql-test/mroonga/storage/column/year/t/with_index.test (+0 -1)
===================================================================
--- mysql-test/mroonga/storage/column/year/t/with_index.test    2016-08-25 08:43:14 +0900 (cece774)
+++ mysql-test/mroonga/storage/column/year/t/with_index.test    2016-08-25 08:48:12 +0900 (0558e2a)
@@ -26,7 +26,6 @@ CREATE TABLE aniversary_memos (
   party_year YEAR,
   KEY (party_year)
 ) DEFAULT CHARSET UTF8;
-SHOW CREATE TABLE aniversary_memos;
 
 INSERT INTO aniversary_memos (title, party_year)
        VALUES ("We need a big cake!", "11");

  Modified: mysql-test/mroonga/storage/column/year/t/without_index.test (+0 -1)
===================================================================
--- mysql-test/mroonga/storage/column/year/t/without_index.test    2016-08-25 08:43:14 +0900 (ab3a17f)
+++ mysql-test/mroonga/storage/column/year/t/without_index.test    2016-08-25 08:48:12 +0900 (4270f21)
@@ -25,7 +25,6 @@ CREATE TABLE aniversary_memos (
   title TEXT,
   party_year YEAR
 ) DEFAULT CHARSET UTF8;
-SHOW CREATE TABLE aniversary_memos;
 
 INSERT INTO aniversary_memos (title, party_year)
        VALUES ("We need a big cake!", "11");
-------------- next part --------------
HTML����������������������������...
다운로드 



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