title | date | summary | tags | ||||
---|---|---|---|---|---|---|---|
Weekly update (April 23 ~ April 29, 2018) |
2018-05-02 |
Last week, we landed 49 PRs in the TiDB repositories, 18 PRs in the TiSpark repositories, and 21 PRs in the TiKV and PD repositories. |
|
Last week, we landed 49 PRs in the TiDB repositories.
- Add the
CHANGELOG.md
file to the TiDB repository - Support more
ODBC
syntaxes - Support
PARTITION BY RANGE COLUMNS
inSHOW CREATE TABLE
- Support the
ALTER CONVERT TO
syntax - Support the
ALTER TABLE AUTO_INCREMENT
syntax - Support the
SET NAMES COLLATE DEFAULT
syntax
- Fix
Dump
/Load
statistics information - Fix data race on the
LockKeys()
function - Fix range calculating in the
TableHandlesToKVRanges()
function - Fix the compatibility problem of the
UNION
statement - Fix the wrong behavior of the
tryToGetMemTask()
function - Refine the optimization rule of "TopN Push Down"
- Add more log information about slow queries
- Log the slow Coprocessor task in detail
- Enhance the validation of column names when creating a table
Last week, we released TiSpark 1.0 GA and landed 18 PRs in the TiSpark repositories.
- Fix the leaky session
- Fix the unsigned index
- Fix the logic of handling the stale epoch error
- Fix the logic of handling zero store ID
- Fix the
map single table
method
Last week, we landed 21 PRs in the TiKV and PD repositories.