Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
clearlock: fix backward incompatibility
A database that is create by groonga <= 2.0.3 has "add" command in database but "add" command doesn't load by default since groonga >= 2.0.4. So "object not found" error is occurred by traversing all objects in the old database. But it can be ignored because it's not desired backward incompatibility.
- Loading branch information