Last week, we landed 33 PRs in the TiDB repositories.
Add system table mysql.stats_meta
: used for storing statistic information.
Add a system variable to control the behavior of unfolding subquery in in
expression.
Add many builtin functions: acos, asin, atan
, make_set
, oct
, pi
, lpad
, radians
, exp
, ip_v6
Refactor tikv coprocessor client: make code cleaner and fix memory leak.
Refactor code about aggregation pushdown and aggregation prunning: make code cleaner.
Thank you guys!
Last week, We landed 10 PRs in the TiKV repositories.
Use SSE
support by default.
Handle [CTRL + D
] in pd-ctl
(https://github.com/pingcap/pd/pull/570)
Avoid panic when get the tombstone store information.
Check epoch in ReadIndex to avoid stale read.
Clean ReadIndex callback when peer is destroyed to avoid deadlock.
Queue vote to prevent followers from discarding it if region hasn’t been split.
Improve random picking region from cache.