[Groonga-mysql-commit] mroonga/mroonga at 6fb253a [master] test: follow Groonga change to fix a test

Back to archive index

Masafumi Yokoyama null+****@clear*****
Mon May 28 14:27:22 JST 2018


Masafumi Yokoyama	2018-05-28 14:27:22 +0900 (Mon, 28 May 2018)

  New Revision: 6fb253a29522e7e745297a0e0082d9e7e072f962
  https://github.com/mroonga/mroonga/commit/6fb253a29522e7e745297a0e0082d9e7e072f962

  Message:
    test: follow Groonga change to fix a test
    
    ref: https://github.com/groonga/groonga/commit/2eaf53784cd5035a44090c505273bd8d211bc5d1#diff-aaf04cad70106b22b9cdff81f8a532b6R119

  Modified files:
    mysql-test/mroonga/storage/create/table/index/normalizer/r/no_utf8_charset_with_utf8_normalizer.result

  Modified: mysql-test/mroonga/storage/create/table/index/normalizer/r/no_utf8_charset_with_utf8_normalizer.result (+1 -1)
===================================================================
--- mysql-test/mroonga/storage/create/table/index/normalizer/r/no_utf8_charset_with_utf8_normalizer.result    2018-05-28 12:33:17 +0900 (9d12e2d0)
+++ mysql-test/mroonga/storage/create/table/index/normalizer/r/no_utf8_charset_with_utf8_normalizer.result    2018-05-28 14:27:22 +0900 (c3d17808)
@@ -6,7 +6,7 @@ content VARCHAR(64) NOT NULL,
 FULLTEXT INDEX (content) COMMENT 'normalizer "NormalizerMySQLGeneralCI"'
 ) DEFAULT CHARSET=latin1;
 INSERT INTO diaries VALUES ("2013-04-23", "I drunk a black cookie.");
-ERROR HY000: [tokenizer] failed to open normalized string
+ERROR HY000: [tokenizer][normalize] failed to open normalized string
 SELECT * FROM diaries;
 day	content
 DROP TABLE diaries;
-------------- next part --------------
HTML����������������������������...
URL: https://lists.osdn.me/mailman/archives/groonga-mysql-commit/attachments/20180528/2bfa3afa/attachment-0001.htm 



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