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: droonga/droonga-engine
base: 10709a8f0601
Choose a base ref
...
head repository: droonga/droonga-engine
compare: 29306a4981d8
Choose a head ref
  • 1 commit
  • 2 files changed
  • 1 contributor

Commits on Apr 30, 2014

  1. test: use catalog.json to define schema

    Groonga can't detect index source change without restart a process
    that already opens a Groonga database.
    
    In Droonga, worker processes opens their database and server process
    defines tables and columns in the database by table_create and
    column_create. So worker processes can't detect index source change by
    server process. If we use catalog.json to define tables and columns,
    server process defines them and then worker processes run and open the
    database. So worker processes can know the latest index source.
    
    We need more work about them. There are some tests that face the case.
    See test results on Travis CI.
    kou committed Apr 30, 2014
    Copy the full SHA
    29306a4 View commit details
    Browse the repository at this point in the history