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

Back to archive index

Kouhei Sutou null+****@clear*****
Wed Aug 24 15:21:25 JST 2016


Kouhei Sutou	2016-08-24 15:21:25 +0900 (Wed, 24 Aug 2016)

  New Revision: 28466bc03de7dafa5a34d5f6350d20aa14eaaa59
  https://github.com/mroonga/mroonga/commit/28466bc03de7dafa5a34d5f6350d20aa14eaaa59

  Message:
    test: remove needless check

  Modified files:
    mysql-test/mroonga/wrapper/r/temporary_table.result
    mysql-test/mroonga/wrapper/t/temporary_table.test

  Modified: mysql-test/mroonga/wrapper/r/temporary_table.result (+0 -7)
===================================================================
--- mysql-test/mroonga/wrapper/r/temporary_table.result    2016-08-24 15:07:53 +0900 (b01e85a)
+++ mysql-test/mroonga/wrapper/r/temporary_table.result    2016-08-24 15:21:25 +0900 (d66b463)
@@ -3,13 +3,6 @@ CREATE TEMPORARY TABLE diaries (
 id INT PRIMARY KEY AUTO_INCREMENT,
 title TEXT
 ) DEFAULT CHARSET=UTF8 COMMENT = 'ENGINE "InnoDB"';
-SHOW CREATE TABLE diaries;
-Table	Create Table
-diaries	CREATE TEMPORARY TABLE `diaries` (
-  `id` int(11) NOT NULL AUTO_INCREMENT,
-  `title` text,
-  PRIMARY KEY (`id`)
-) ENGINE=Mroonga DEFAULT CHARSET=utf8 COMMENT='ENGINE "InnoDB"'
 INSERT INTO diaries (title) VALUES ("clear day");
 INSERT INTO diaries (title) VALUES ("rainy day");
 INSERT INTO diaries (title) VALUES ("cloudy day");

  Modified: mysql-test/mroonga/wrapper/t/temporary_table.test (+0 -1)
===================================================================
--- mysql-test/mroonga/wrapper/t/temporary_table.test    2016-08-24 15:07:53 +0900 (0eb5ef5)
+++ mysql-test/mroonga/wrapper/t/temporary_table.test    2016-08-24 15:21:25 +0900 (4a66669)
@@ -27,7 +27,6 @@ CREATE TEMPORARY TABLE diaries (
   id INT PRIMARY KEY AUTO_INCREMENT,
   title TEXT
 ) DEFAULT CHARSET=UTF8 COMMENT = 'ENGINE "InnoDB"';
-SHOW CREATE TABLE diaries;
 
 INSERT INTO diaries (title) VALUES ("clear day");
 INSERT INTO diaries (title) VALUES ("rainy day");
-------------- next part --------------
HTML����������������������������...
Download 



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