Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Don't use truncate for "DELETE FROM table"
Because truncate requires no other threads/processes are open the table but "DELETE FROM table" doesn't require it. TODO: Wrapper mode has the same problem. [groonga-dev,02222] Reported by yoku0825. Thanks!!!
- Loading branch information