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

Back to archive index

Kouhei Sutou null+****@clear*****
Thu Aug 25 09:26:13 JST 2016


Kouhei Sutou	2016-08-25 09:26:13 +0900 (Thu, 25 Aug 2016)

  New Revision: 1bfcd3e9cae29969d47f1ea39b2a8ca378c6748d
  https://github.com/mroonga/mroonga/commit/1bfcd3e9cae29969d47f1ea39b2a8ca378c6748d

  Message:
    test: remove needless check

  Modified files:
    mysql-test/mroonga/storage/optimization/order_limit/optimized/r/have_primary_key.result
    mysql-test/mroonga/storage/optimization/order_limit/optimized/r/select_match_against.result

  Modified: mysql-test/mroonga/storage/optimization/order_limit/optimized/r/have_primary_key.result (+0 -13)
===================================================================
--- mysql-test/mroonga/storage/optimization/order_limit/optimized/r/have_primary_key.result    2016-08-25 09:23:41 +0900 (529f0d5)
+++ mysql-test/mroonga/storage/optimization/order_limit/optimized/r/have_primary_key.result    2016-08-25 09:26:13 +0900 (5c18e22)
@@ -11,19 +11,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/optimization/order_limit/optimized/r/select_match_against.result (+0 -13)
===================================================================
--- mysql-test/mroonga/storage/optimization/order_limit/optimized/r/select_match_against.result    2016-08-25 09:23:41 +0900 (75ad884)
+++ mysql-test/mroonga/storage/optimization/order_limit/optimized/r/select_match_against.result    2016-08-25 09:26:13 +0900 (b3ed4bf)
@@ -12,19 +12,6 @@ FULLTEXT INDEX(content),
 KEY(month),
 KEY(day)
 ) DEFAULT CHARSET UTF8;
-SHOW CREATE TABLE diaries;
-Table	Create Table
-diaries	CREATE TABLE `diaries` (
-  `id` int(10) unsigned NOT NULL,
-  `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,
-  KEY `month` (`month`),
-  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, "富士山", "今日も天気がよくてきれいに見える。");
-------------- next part --------------
HTML����������������������������...
Descargar 



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