title | date | summary | tags | |||
---|---|---|---|---|---|---|
Weekly update (November 20 ~ November 26, 2017) |
2017-11-27 |
Last week, we landed 60 PRs in the TiDB repositories, 5 PRs in the TiSpark repositories, and 10 PRs in the TiKV repositories. |
|
Last week, we landed 60 PRs in the TiDB repositories.
- Support the
Create View
syntax. - Support the
PAD_CHAR_TO_FULL_LENGTH
sql_mode. - Support the
PROXY
protocol.
- Fix a bug in
retry()
. - Fix a bug about parse duration when the fsp round overflows 60 seconds.
- Fix the missing index update about automatic updating for TIMESTAMP.
- Fix a bug when
val > MaxInt32
in thefrom_unixtime
argument. - Clean up the goroutine after closing a domain.
- Deep clone TopN when pushing it down through
Join
. - Add overflow
Truncate
when convertingStr
toFloat
. - The password used to grant the privilege should be a hash string.
- Throw out error if the index hint not exist.
- Fix an invalid time cast bug.
- Use
Chunk
inTableReader
. - Support
Chunk
inIndexLookupReader
. - Support
Chunk
inProjectionExec
. - Make
chunk.Row
iterable. - Load the
stats
table asynchronously. - Support vectorized execution of expressions.
- Avoid updating delta when the modified count is 0.
- Limit the length of the index name.
- Support the builtin aggregation function
bit_and
.
Last week, we landed 5 PRs in the TiSpark repositories.
- Fix a column binding error which prevents the pushdown.
- Fix the integration test loading.
- Fix the Stale Region error.
Last week, we landed 10 PRs in the TiKV repositories.
- Fix potential disk full due to too many stale snapshots.
- Fix
Chunk
count detection. - Fix a deadlock when trying to reconnect to PD.
TiDB: