[Groonga-mysql-commit] Fixed: mroonga/mroonga#2233 (master - 4527318)

Back to archive index

Travis CI build****@travi*****
Thu Jun 18 22:12:06 JST 2015


Build Update for mroonga/mroonga
-------------------------------------

Build: #2233
Status: Fixed

Duration: 12 minutes and 33 seconds
Commit: 4527318 (master)
Author: Kouhei Sutou
Message: Change keyword to use custom tokenizer to "tokenizer" from "parser"

Because we can't use "PARSER" for custom index parameter. It conflicts
with SQL syntax in MySQL.  The custom index parameter feature is
available in MariaDB:
https://mariadb.com/kb/en/mariadb/engine-defined-new-tablefieldindex-attributes/

And "parser" isn't natural in Groonga.

Changes:

  * In index comment:
    "parser" ->
    "tokenizer"

  * Server variable:
    "mroonga_default_parser" ->
    "mroonga_default_tokenizer"

"parser" and "mroonga_default_parser" are deprecated but they are
available at least Mroonga 6.XX.

TODO:

  * Update document.

View the changeset: https://github.com/mroonga/mroonga/compare/2004560a276f...45273186b87c

View the full build log and details: https://travis-ci.org/mroonga/mroonga/builds/67361247

--

You can configure recipients for build notifications in your .travis.yml file. See http://docs.travis-ci.com/user/notifications


-------------- next part --------------
An HTML attachment was scrubbed...
Download 



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