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

Back to archive index

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


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

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

  Message:
    test: remove needless check

  Modified files:
    mysql-test/mroonga/storage/geometry/mysql_57_or_later/r/contains.result
    mysql-test/mroonga/storage/geometry/mysql_57_or_later/t/contains.test
    mysql-test/mroonga/storage/geometry/r/contains.result
    mysql-test/mroonga/storage/geometry/t/contains.test

  Modified: mysql-test/mroonga/storage/geometry/mysql_57_or_later/r/contains.result (+0 -9)
===================================================================
--- mysql-test/mroonga/storage/geometry/mysql_57_or_later/r/contains.result    2016-08-25 09:08:12 +0900 (69a8954)
+++ mysql-test/mroonga/storage/geometry/mysql_57_or_later/r/contains.result    2016-08-25 09:09:50 +0900 (2f432fc)
@@ -5,15 +5,6 @@ name TEXT,
 location GEOMETRY NOT NULL,
 SPATIAL KEY location_index (location)
 );
-SHOW CREATE TABLE shops;
-Table	Create Table
-shops	CREATE TABLE `shops` (
-  `id` int(11) NOT NULL AUTO_INCREMENT,
-  `name` text,
-  `location` geometry NOT NULL,
-  PRIMARY KEY (`id`),
-  SPATIAL KEY `location_index` (`location`)
-) ENGINE=Mroonga DEFAULT CHARSET=latin1
 INSERT INTO shops (name, location)
 VALUES ('nezu-no-taiyaki',
 ST_GeomFromText('POINT(139.762573 35.720253)'));

  Modified: mysql-test/mroonga/storage/geometry/mysql_57_or_later/t/contains.test (+0 -1)
===================================================================
--- mysql-test/mroonga/storage/geometry/mysql_57_or_later/t/contains.test    2016-08-25 09:08:12 +0900 (aefdb4b)
+++ mysql-test/mroonga/storage/geometry/mysql_57_or_later/t/contains.test    2016-08-25 09:09:50 +0900 (848e76f)
@@ -27,7 +27,6 @@ CREATE TABLE shops (
   location GEOMETRY NOT NULL,
   SPATIAL KEY location_index (location)
 );
-SHOW CREATE TABLE shops;
 
 INSERT INTO shops (name, location)
            VALUES ('nezu-no-taiyaki',

  Modified: mysql-test/mroonga/storage/geometry/r/contains.result (+0 -9)
===================================================================
--- mysql-test/mroonga/storage/geometry/r/contains.result    2016-08-25 09:08:12 +0900 (95959f6)
+++ mysql-test/mroonga/storage/geometry/r/contains.result    2016-08-25 09:09:50 +0900 (5095232)
@@ -5,15 +5,6 @@ name TEXT,
 location GEOMETRY NOT NULL,
 SPATIAL KEY location_index (location)
 );
-SHOW CREATE TABLE shops;
-Table	Create Table
-shops	CREATE TABLE `shops` (
-  `id` int(11) NOT NULL AUTO_INCREMENT,
-  `name` text,
-  `location` geometry NOT NULL,
-  PRIMARY KEY (`id`),
-  SPATIAL KEY `location_index` (`location`)
-) ENGINE=Mroonga DEFAULT CHARSET=latin1
 INSERT INTO shops (name, location)
 VALUES ('nezu-no-taiyaki',
 ST_GeomFromText('POINT(139.762573 35.720253)'));

  Modified: mysql-test/mroonga/storage/geometry/t/contains.test (+0 -1)
===================================================================
--- mysql-test/mroonga/storage/geometry/t/contains.test    2016-08-25 09:08:12 +0900 (a6a0675)
+++ mysql-test/mroonga/storage/geometry/t/contains.test    2016-08-25 09:09:50 +0900 (bcb3244)
@@ -29,7 +29,6 @@ CREATE TABLE shops (
   location GEOMETRY NOT NULL,
   SPATIAL KEY location_index (location)
 );
-SHOW CREATE TABLE shops;
 
 INSERT INTO shops (name, location)
            VALUES ('nezu-no-taiyaki',
-------------- next part --------------
HTML����������������������������...
下载 



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