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

Back to archive index

Kouhei Sutou null+****@clear*****
Thu Aug 25 08:42:20 JST 2016


Kouhei Sutou	2016-08-25 08:42:20 +0900 (Thu, 25 Aug 2016)

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

  Message:
    test: remove needless check

  Modified files:
    mysql-test/mroonga/storage/column/time/fractional_seconds/r/with_index.result
    mysql-test/mroonga/storage/column/time/fractional_seconds/t/with_index.test
    mysql-test/mroonga/storage/column/time/r/with_index.result
    mysql-test/mroonga/storage/column/time/t/with_index.test

  Modified: mysql-test/mroonga/storage/column/time/fractional_seconds/r/with_index.result (+0 -10)
===================================================================
--- mysql-test/mroonga/storage/column/time/fractional_seconds/r/with_index.result    2016-08-25 08:41:36 +0900 (9c2a8e8)
+++ mysql-test/mroonga/storage/column/time/fractional_seconds/r/with_index.result    2016-08-25 08:42:20 +0900 (35434a0)
@@ -6,16 +6,6 @@ average TIME(6),
 max TIME(6),
 KEY (average)
 ) DEFAULT CHARSET UTF8;
-SHOW CREATE TABLE running_records;
-Table	Create Table
-running_records	CREATE TABLE `running_records` (
-  `id` int(11) NOT NULL AUTO_INCREMENT,
-  `title` text,
-  `average` time(6) DEFAULT NULL,
-  `max` time(6) DEFAULT NULL,
-  PRIMARY KEY (`id`),
-  KEY `average` (`average`)
-) ENGINE=Mroonga DEFAULT CHARSET=utf8
 INSERT INTO running_records (title, average, max)
 VALUES ("normal condition", "01:00:00.000001", "01:05:00.000001");
 INSERT INTO running_records (title, average, max)

  Modified: mysql-test/mroonga/storage/column/time/fractional_seconds/t/with_index.test (+0 -1)
===================================================================
--- mysql-test/mroonga/storage/column/time/fractional_seconds/t/with_index.test    2016-08-25 08:41:36 +0900 (ba14199)
+++ mysql-test/mroonga/storage/column/time/fractional_seconds/t/with_index.test    2016-08-25 08:42:20 +0900 (5e99807)
@@ -28,7 +28,6 @@ CREATE TABLE running_records (
   max TIME(6),
   KEY (average)
 ) DEFAULT CHARSET UTF8;
-SHOW CREATE TABLE running_records;
 
 INSERT INTO running_records (title, average, max)
        VALUES ("normal condition", "01:00:00.000001", "01:05:00.000001");

  Modified: mysql-test/mroonga/storage/column/time/r/with_index.result (+0 -10)
===================================================================
--- mysql-test/mroonga/storage/column/time/r/with_index.result    2016-08-25 08:41:36 +0900 (da75fd9)
+++ mysql-test/mroonga/storage/column/time/r/with_index.result    2016-08-25 08:42:20 +0900 (a0b0350)
@@ -6,16 +6,6 @@ average TIME,
 max TIME,
 KEY (average)
 ) DEFAULT CHARSET UTF8;
-SHOW CREATE TABLE running_records;
-Table	Create Table
-running_records	CREATE TABLE `running_records` (
-  `id` int(11) NOT NULL AUTO_INCREMENT,
-  `title` text,
-  `average` time DEFAULT NULL,
-  `max` time DEFAULT NULL,
-  PRIMARY KEY (`id`),
-  KEY `average` (`average`)
-) ENGINE=Mroonga DEFAULT CHARSET=utf8
 INSERT INTO running_records (title, average, max)
 VALUES ("normal condition", "01:00:00", "01:05:00");
 INSERT INTO running_records (title, average, max)

  Modified: mysql-test/mroonga/storage/column/time/t/with_index.test (+0 -1)
===================================================================
--- mysql-test/mroonga/storage/column/time/t/with_index.test    2016-08-25 08:41:36 +0900 (ec044c2)
+++ mysql-test/mroonga/storage/column/time/t/with_index.test    2016-08-25 08:42:20 +0900 (f214fba)
@@ -27,7 +27,6 @@ CREATE TABLE running_records (
   max TIME,
   KEY (average)
 ) DEFAULT CHARSET UTF8;
-SHOW CREATE TABLE running_records;
 
 INSERT INTO running_records (title, average, max)
        VALUES ("normal condition", "01:00:00", "01:05:00");
-------------- next part --------------
HTML����������������������������...
Télécharger 



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