[Groonga-mysql-commit] mroonga/mroonga at d2f2821 [master] test: remove needless ENGINE=mroonga

Back to archive index

Kouhei Sutou null+****@clear*****
Fri Feb 14 11:53:47 JST 2014


Kouhei Sutou	2014-02-14 11:53:47 +0900 (Fri, 14 Feb 2014)

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

  Message:
    test: remove needless ENGINE=mroonga
    
    In the Mroonga test suite, ENGINE=mroonga is the default.

  Modified files:
    mysql-test/mroonga/storage/alter_table/t/fulltext_with_reference_table.test

  Modified: mysql-test/mroonga/storage/alter_table/t/fulltext_with_reference_table.test (+2 -2)
===================================================================
--- mysql-test/mroonga/storage/alter_table/t/fulltext_with_reference_table.test    2014-02-13 17:04:57 +0900 (cd03d0a)
+++ mysql-test/mroonga/storage/alter_table/t/fulltext_with_reference_table.test    2014-02-14 11:53:47 +0900 (22df4ac)
@@ -24,12 +24,12 @@ DROP TABLE IF EXISTS bugs;
 
 CREATE TABLE tags (
   name VARCHAR(64) PRIMARY KEY
-) ENGINE=mroonga DEFAULT CHARSET=utf8 COMMENT='default_tokenizer "TokenDelimit"';
+) DEFAULT CHARSET=utf8 COMMENT='default_tokenizer "TokenDelimit"';
 
 CREATE TABLE bugs (
   id INT UNSIGNED PRIMARY KEY,
   tags VARCHAR(40) COMMENT 'type "tags"'
-) ENGINE=mroonga DEFAULT CHARSET=utf8;
+) DEFAULT CHARSET=utf8;
 
 INSERT INTO tags (name) VALUES ("Groonga");
 INSERT INTO bugs (id, tags) VALUES (1, "Groonga Mroonga");
-------------- next part --------------
HTML����������������������������...
다운로드 



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