title | date | summary | tags | ||||
---|---|---|---|---|---|---|---|
Weekly update (January 22 ~ January 28, 2018) |
2018-01-29 |
Last week, we landed 28 PRs in the TiDB repositories, 4 PRs in the TiSpark repositories, and 17 PRs in the TiKV and PD repositories. |
|
Last week, we landed 28 PRs in the TiDB repositories.
- Add the importer tool
- Add metrics for GC failure count
- Add metrics for TiDB-server panic
- Add metrics for async secondary lock cleanup
- Support create time in
information_schema
- Remove
GetSessionVars()
in expression evaluation - Remove
varsutil
package, and makeSystems
a private member ofSessionVars
- Keep slow query log entry in order
- Make
list.MemoryUsage()
more efficient - Limit statement count in a transaction
- Remove
WithCancel
incopIterator
- Uniform the way of iterating rows within a
Chunk
Last week, we landed 4 PRs in the TiSpark repositories.
- Fix test for between expression
- Add placeholder for unsupported type preventing schema reading crash
Last week, we landed 17 PRs in the TiKV and PD repositories.
- Convert int to decimal in sum
- Fix join failure when log dir is the same as data dir
- Disable the portable on MacOS
- Limit data size for scan lock
- Add metrics for checkers
- Remove schedule empty apply task
- Ignore Prometheus encoding error
- Debug trait for snapshot
- Reduce the lock overhead
- Update the region size
- TiDB: yuananf