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

Back to archive index

Kouhei Sutou null+****@clear*****
Wed Aug 24 15:36:23 JST 2016


Kouhei Sutou	2016-08-24 15:36:23 +0900 (Wed, 24 Aug 2016)

  New Revision: 3aa24cb06c73ba0247b4a674708a9796b5bd586b
  https://github.com/mroonga/mroonga/commit/3aa24cb06c73ba0247b4a674708a9796b5bd586b

  Message:
    test: remove needless check

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

  Modified: mysql-test/mroonga/storage/r/truncate.result (+0 -13)
===================================================================
--- mysql-test/mroonga/storage/r/truncate.result    2016-08-24 15:35:33 +0900 (104d1d5)
+++ mysql-test/mroonga/storage/r/truncate.result    2016-08-24 15:36:23 +0900 (3525e23)
@@ -10,19 +10,6 @@ content TEXT,
 FULLTEXT INDEX(content),
 KEY(day)
 ) DEFAULT CHARSET UTF8;
-SHOW CREATE TABLE diaries;
-Table	Create Table
-diaries	CREATE TABLE `diaries` (
-  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
-  `year` int(10) unsigned DEFAULT NULL,
-  `month` int(10) unsigned DEFAULT NULL,
-  `day` int(10) unsigned DEFAULT NULL,
-  `title` varchar(255) DEFAULT NULL,
-  `content` text,
-  PRIMARY KEY (`id`),
-  KEY `day` (`day`),
-  FULLTEXT KEY `content` (`content`)
-) ENGINE=Mroonga DEFAULT CHARSET=utf8
 INSERT INTO diaries VALUES(1, 2011, 11, 9, "Hello", "今日からはじめました。");
 INSERT INTO diaries VALUES(2, 2011, 11, 10, "天気", "明日の富士山の天気について");
 INSERT INTO diaries VALUES(3, 2011, 11, 11, "富士山", "今日も天気がよくてきれいに見える。");

  Modified: mysql-test/mroonga/storage/t/truncate.test (+0 -1)
===================================================================
--- mysql-test/mroonga/storage/t/truncate.test    2016-08-24 15:35:33 +0900 (dac3217)
+++ mysql-test/mroonga/storage/t/truncate.test    2016-08-24 15:36:23 +0900 (f25c191)
@@ -31,7 +31,6 @@ CREATE TABLE diaries (
   FULLTEXT INDEX(content),
   KEY(day)
 ) DEFAULT CHARSET UTF8;
-SHOW CREATE TABLE diaries;
 
 INSERT INTO diaries VALUES(1, 2011, 11, 9, "Hello", "今日からはじめました。");
 INSERT INTO diaries VALUES(2, 2011, 11, 10, "天気", "明日の富士山の天気について");
-------------- next part --------------
HTML����������������������������...
Download 



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