[Groonga-mysql-commit] mroonga/mroonga at d17ccc6 [master] test: update expected results

Back to archive index

Kenji Maruyama null+****@clear*****
Thu Feb 20 17:42:57 JST 2014


Kenji Maruyama	2014-02-20 17:42:57 +0900 (Thu, 20 Feb 2014)

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

  Message:
    test: update expected results

  Modified files:
    mysql-test/mroonga/storage/alter_table/fulltext/r/add_reference_table.result

  Modified: mysql-test/mroonga/storage/alter_table/fulltext/r/add_reference_table.result (+2 -2)
===================================================================
--- mysql-test/mroonga/storage/alter_table/fulltext/r/add_reference_table.result    2014-02-20 15:27:59 +0900 (abc55d8)
+++ mysql-test/mroonga/storage/alter_table/fulltext/r/add_reference_table.result    2014-02-20 17:42:57 +0900 (dc20cc9)
@@ -25,12 +25,12 @@ bugs	CREATE TABLE `bugs` (
 ) ENGINE=mroonga DEFAULT CHARSET=utf8
 SELECT * FROM bugs;
 id	tags
-1	groonga mroonga
+1	GROONGA MROONGA
 ALTER TABLE bugs ADD FULLTEXT INDEX bugs_tags_index (tags) COMMENT 'table "tags"';
 SELECT * FROM bugs
 WHERE MATCH(tags) AGAINST("Groonga");
 id	tags
-1	groonga mroonga
+1	GROONGA MROONGA
 SHOW CREATE TABLE tags;
 Table	Create Table
 tags	CREATE TABLE `tags` (
-------------- next part --------------
HTML����������������������������...
Descargar 



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