Navigation Menu

Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: mroonga/mroonga
base: 2004560a276f
Choose a base ref
...
head repository: mroonga/mroonga
compare: 45273186b87c
Choose a head ref
  • 1 commit
  • 14 files changed
  • 1 contributor

Commits on Jun 18, 2015

  1. 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.
    kou committed Jun 18, 2015
    Copy the full SHA
    4527318 View commit details
    Browse the repository at this point in the history