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

Back to archive index

Kouhei Sutou null+****@clear*****
Wed Aug 24 15:35:33 JST 2016


Kouhei Sutou	2016-08-24 15:35:33 +0900 (Wed, 24 Aug 2016)

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

  Message:
    test: remove needless check

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

  Modified: mysql-test/mroonga/storage/r/temporary_table.result (+0 -7)
===================================================================
--- mysql-test/mroonga/storage/r/temporary_table.result    2016-08-24 15:32:55 +0900 (f6c036b)
+++ mysql-test/mroonga/storage/r/temporary_table.result    2016-08-24 15:35:33 +0900 (0a18d81)
@@ -3,13 +3,6 @@ CREATE TEMPORARY TABLE diaries (
 id INT PRIMARY KEY AUTO_INCREMENT,
 title TEXT
 ) DEFAULT CHARSET=UTF8;
-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
 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/storage/t/temporary_table.test (+0 -1)
===================================================================
--- mysql-test/mroonga/storage/t/temporary_table.test    2016-08-24 15:32:55 +0900 (56ebb43)
+++ mysql-test/mroonga/storage/t/temporary_table.test    2016-08-24 15:35:33 +0900 (de53580)
@@ -26,7 +26,6 @@ CREATE TEMPORARY TABLE diaries (
   id INT PRIMARY KEY AUTO_INCREMENT,
   title TEXT
 ) DEFAULT CHARSET=UTF8;
-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