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

Back to archive index

Kouhei Sutou null+****@clear*****
Thu Aug 25 09:14:12 JST 2016


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

  New Revision: 0a49dae5694cebf605312bcb5e7e5b788e3108ba
  https://github.com/mroonga/mroonga/commit/0a49dae5694cebf605312bcb5e7e5b788e3108ba

  Message:
    test: remove needless check

  Modified files:
    mysql-test/mroonga/storage/information_schema/tables/r/data_length.result
    mysql-test/mroonga/storage/information_schema/tables/t/data_length.test

  Modified: mysql-test/mroonga/storage/information_schema/tables/r/data_length.result (+0 -9)
===================================================================
--- mysql-test/mroonga/storage/information_schema/tables/r/data_length.result    2016-08-25 09:13:05 +0900 (d58afb1)
+++ mysql-test/mroonga/storage/information_schema/tables/r/data_length.result    2016-08-25 09:14:12 +0900 (3600c92)
@@ -6,15 +6,6 @@ title VARCHAR(255),
 content TEXT,
 FULLTEXT INDEX (content)
 ) DEFAULT CHARSET UTF8;
-SHOW CREATE TABLE diaries;
-Table	Create Table
-diaries	CREATE TABLE `diaries` (
-  `id` int(11) NOT NULL,
-  `title` varchar(255) DEFAULT NULL,
-  `content` text,
-  PRIMARY KEY (`id`),
-  FULLTEXT KEY `content` (`content`)
-) ENGINE=Mroonga DEFAULT CHARSET=utf8
 INSERT INTO diaries VALUES(1, "Hello", "今日からはじめました。");
 INSERT INTO diaries VALUES(2, "天気", "明日の富士山の天気について");
 INSERT INTO diaries VALUES(3, "富士山", "今日も天気がよくてきれいに見える。");

  Modified: mysql-test/mroonga/storage/information_schema/tables/t/data_length.test (+0 -1)
===================================================================
--- mysql-test/mroonga/storage/information_schema/tables/t/data_length.test    2016-08-25 09:13:05 +0900 (0030058)
+++ mysql-test/mroonga/storage/information_schema/tables/t/data_length.test    2016-08-25 09:14:12 +0900 (001c6e9)
@@ -27,7 +27,6 @@ CREATE TABLE diaries (
   content TEXT,
   FULLTEXT INDEX (content)
 ) DEFAULT CHARSET UTF8;
-SHOW CREATE TABLE diaries;
 
 INSERT INTO diaries VALUES(1, "Hello", "今日からはじめました。");
 INSERT INTO diaries VALUES(2, "天気", "明日の富士山の天気について");
-------------- next part --------------
HTML����������������������������...
Download 



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