title | date | summary | tags | |||
---|---|---|---|---|---|---|
Weekly update (January 08 ~ January 14, 2018) |
2018-01-15 |
Last week, we landed 43 PRs in the TiDB repositories and 25 PRs in the TiKV and PD repositories. |
|
Last week, we landed 43 PRs in the TiDB repositories.
- Support the ODBC syntax of
time/date/timestamp
literal - Add
MaxProcs
and make theruntime.GOMAXPROCS
parameter configurable
- Fix a bug about index join
- Close
HashJoin
goroutines as soon as possible to avoid unexpected errors fetchShowTableStatus
should append an integer to the third column instead of a string- Correct the behavior when
RunWorker
is false - Refine the
typeInfer
ofgroup_concat
- Avoid the Children type assertion
- Merge
IntColumnRange
withNewRange
- Upgrade the username length limit to 32 to be compatible with MySQL 5.7
- Garbage collects useless stats info
InsertExec
eliminates unnecessaryCastValue
operations- Speed up row count estimation
- Support encoding a
Chunk
row - Use
dep
instead ofglide
- Optimize the
insert ignore
statement - Support
Chunk
in:
Last week, we landed 25 PRs in the TiKV and PD repositories.
- Use
dep
instead ofglide
- Optimize write type parsing for MVCC properties collector
- Update README and upgrade Dockerfile golang:1.9.2
- Specify gRPC event engine
- Add the debug log
- Fix some
ineffassign
to improve the GoReport Result - Rename
AggregationExecutor
toHashAggExecutor
- Improve the GoReport Result
- Dump the
ConfChange
type Raft log entry - Make meta key return array
- PD: maiyang