[Groonga-mysql-commit] mroonga/mroonga [fix-for-visual-studio] [wrapper][test] fix table definition property order.

Back to archive index

Kouhei Sutou null+****@clear*****
Thu Oct 4 10:59:06 JST 2012


Kouhei Sutou	2011-09-25 20:04:16 +0900 (Sun, 25 Sep 2011)

  New Revision: 4bd1a33a7d9cae34ed6a1572a9dad6ff6d287e88
  https://github.com/mroonga/mroonga/commit/4bd1a33a7d9cae34ed6a1572a9dad6ff6d287e88

  Log:
    [wrapper][test] fix table definition property order.

  Modified files:
    test/sql/groonga_wrapper/r/fulltext_tokenizer.result

  Modified: test/sql/groonga_wrapper/r/fulltext_tokenizer.result (+1 -1)
===================================================================
--- test/sql/groonga_wrapper/r/fulltext_tokenizer.result    2011-09-25 20:01:30 +0900 (4ad92b4)
+++ test/sql/groonga_wrapper/r/fulltext_tokenizer.result    2011-09-25 20:04:16 +0900 (1be77ab)
@@ -12,7 +12,7 @@ diaries	CREATE TABLE `diaries` (
   `body` text,
   PRIMARY KEY (`id`),
   FULLTEXT KEY `body_index` (`body`) COMMENT 'parser "TokenBigramSplitSymbolAlphaDigit"'
-) ENGINE=groonga COMMENT = 'engine "innodb"' DEFAULT CHARSET=utf8
+) ENGINE=groonga DEFAULT CHARSET=utf8 COMMENT='engine "innodb"'
 insert into diaries (body) values ("will start groonga!");
 insert into diaries (body) values ("starting groonga...");
 insert into diaries (body) values ("started groonga.");
-------------- next part --------------
HTML����������������������������...
Download 



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