title | date | summary | tags | ||||
---|---|---|---|---|---|---|---|
Weekly update (March 26 ~ April 01, 2018) |
2018-04-02 |
Last week, we landed 49 PRs in the TiDB repositories, 6 PRs in the TiSpark repositories, and 21 PRs in the TiKV and PD repositories. |
|
Last week, we landed 49 PRs in the TiDB repositories.
- Support
show grants for current_user();
- Add manual GC back for some KV API users
- Support using decimal in
INTERNAL
- Fix an unsigned decimal
- Fix a potential goroutine leak problem in
copIterator
- Fix the
AdminCheckTable
bug when the column is nil and has a default value - Fix type infer for the binary literal
- Fix a bug that
lexer.Reset()
cannot be reset to the initial state - Handle the truncate error in
BinaryLiteral.ToInt
- Fix a bug when applying the
top-n push down
rule
- Recover a panic in adding index workers
- Improve performance of
DecodeBytes
inDecodeOneToChunk
- Use scientific notation to format float value
- Check the gRPC error message before returning a critical error
Last week, we landed 6 PRs in the TiSpark repositories.
Last week, we landed 21 PRs in the TiKV and PD repositories.
- Add import-mode arguments to tune configurations for importing data
- Add
RegionOption
for picking Region randomly - Add the diagnose API
- Set
eval_warnings
inSelectResponse.warnings
orStreamResponse.warnings
- Clean up obsoleted SST files periodically
- Initiate the half split Region
- Support
admin
splitting Region
- Remove redundant configuration
- Fix the bug of
ThreadSafeCache Get
method lock - Fix metrics of the replica checker
- Fix a bug of
config show all
- Relax the abnormal leader missing check
- Make sending snapshots asynchronous in a
CpuPool
- Avoid passing
CpuPool
intoOnResponse
TiDB:
TiKV: