title | date | summary | tags | ||||
---|---|---|---|---|---|---|---|
Weekly update (April 30 ~ May 06, 2018) |
2018-05-07 |
Last week, we landed 24 PRs in the TiDB repositories, 1 PR in the TiSpark repositories, and 15 PRs in the TiKV and PD repositories. |
|
Last week, we landed 24 PRs in the TiDB repositories.
- Add
DB_NAME
andTABLE_NAME
in the result ofADMIN SHOW DDL JOBS
- Add an HTTP API to scatter Regions of a table
- Add the
tidb_retry_limit
session variable to control the transaction retry limit - Add the
auto_analyze_ratio
session variable to control the automatic analysis ratio - Support the
ALTER TABLE FORCE
syntax
- Restrict the column type in range partition
- Check the privilege for
SHOW CREATE TABLE
andinformation_schema.tables
- Check
nil
for Coprocessor stream response - Set the index name of
ADMIN CHECK INDEX
to be case insensitive
- Reduce the memory usage for duplicated key update
- Add the reorganization log to make trouble shooting easier
- Add failure metrics for
checkLeader
andprepare
Last week, we landed 1 PR in the TiSpark repositories.
Last week, we landed 15 PRs in the TiKV and PD repositories.