Last two weeks, we landed 25 PRs in the TiDB repositories.
Support basic privilege framework: #2423, #2557, #2603, #2607,
Support changing default value and comment in alter table statement.
Fix a bug in HashJoin executor: some errors are ignored.
Change string default collation to utf8_bin. We do not support case insensitive comparation yet.
Last week, We landed 14 PRs in the TiKV repositories.
Use seek_for_prev directly.
Refactor cut_row and cut_idx_key for row value analysis in coprocessor.
Extract an interface to support different snapshot format.
Fix panic when stop scheduler worker.
Fix invalid link in PD readme.
Evaluate logic operations lazily.
Use prefix seek to speed up read for Write CF.
Separate advance to advance_ready and advance_apply for async-apply later.
Use shutdown to do cleanup when stop worker.
