title | date | summary | tags | ||||
---|---|---|---|---|---|---|---|
Weekly update (June 04 ~ June 10, 2018) |
2018-06-11 |
Last week, we landed 50 PRs in the TiDB repositories, 2 PRs in the TiSpark repositories, and 20 PRs in the TiKV and PD repositories. |
|
Last week, we landed 50 PRs in the TiDB repositories.
- Support
ALTER TABLE RENAME KEY
- Support
SHOW MASTER STATUS
- Support setting TSO into the
tidb_snapshot
session variable - Support the
ALTER TABLE DROP COLUMN CASCADE
syntax
- Make
TIDB_SMJ
take effect when no index can be used - Fix the
SelectLock
option for theUNION
statement - Fix a bug of the
DROP USER
statement - Fix a bug of
WrapWithCastAsJSON
- Detect the duplication of table alias for the
JOIN
statement - Fix some bugs of the
DECIMAL
values - Do not allow the
YEAR
type to have theUNSIGNED
flag - Refine row count estimation
- Fix a bug of failing to fetch the profile by pprof
- Fix the wrong result of the
UNION
statement - Fix the wrong result of
Merge Join
- Handle
NULL datum
when converting it to a string in statistics - Fix the issue of checking
LIMIT
andORDER BY
in theUNION
statement
- Add max backoff settings for tikv-client
- Support parallel projection
- Make the error message of
ADMIN CHECK TABLE
more readable - Improve the constant folding for the
IF
andIFNULL
built-in functions - Push the
FLOOR
built-in function to TiKV - Push the built-in functions
IS TRUE
/IS FALSE
to TiKV - Append the current time into the error message when backoff occurs
- Refine the result of the
EXPLAIN
statement
Last week, we landed 2 PRs in the TiSpark repositories.
Last week, we landed 20 PRs in the TiKV and PD repositories.