title | date | summary | tags | |||
---|---|---|---|---|---|---|
Weekly update (July 30 ~ August 05, 2018) |
2018-08-06 |
Last week, we landed 68 PRs in the TiDB repositories and 30 PRs in the TiKV and PD repositories. |
|
Last week, we landed 68 PRs in the TiDB repositories.
- Fix the union result when mixing signed and unsigned columns
- Add
BatchPut
forRawKV
- Fix a bug about wrong copying in index join
- Fix a panic caused by the local feedback
- Fix a bug in decimal multiplication
- Sort user records in the privilege cache
- Fix
TruncateTo
- Fix a bug of update with an outer join
- Fix
admin cleanup index
for non-unique handles in a unique index - Fix a bug when eliminating a projection
- Skip inner rows when the join keys contain
NULL
- Support fast path point select
- Always choose the smaller child as the outer table for
IndexJoin
- Remove
FromID
fromexpression.Column
- Add default value check of the primary key when creating a table
- Use the revive linter
Last week, we landed 30 PRs in the TiKV and PD repositories.
- Support specifying the time zone by name
- Add etcd Raft state metrics
- Add hierarchy in the error code
- Fix the issue that the operator kind is not set correctly
- Fix a bug in
from_bytes
- Perform GC on stale peers which send pre-vote messages
- Use
RangeProperties
instead ofSizeProperties
- Optimize
scan_lock
- Refactor Row in the executor
- Avoid reading etcd if possible
- Reduce
Key
relatedmemcpy
- Export the
seek_region
interface
TiDB:
TiKV:
TiSpark:
docs-cn: