title | date | summary | tags | ||||
---|---|---|---|---|---|---|---|
Weekly update (May 28 ~ June 03, 2018) |
2018-06-04 |
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 the
Trace
syntax - Support the
TIDB_IS_DDL_OWNER
builtin function - Support
ALL
for builtin aggregate functionBIT_AND
/BIT_OR
/BIT_XOR
- Check the correctness of decimal's exponent part
- Fix the affected row count for the
UPDATE
statement - Fix the range construction for the
IN
builtin function - Fix the empty result of the
JOIN
statement - Fix row count estimation for the
LIMIT
operator - Fix the error message of the
DIV
builtin function - Check the schema name of the column for the
CREATE TABLE
statement - Fix the side effect of casting one decimal to another decimal
- Push
ABS
to TiKV - Wait for a while when some errors occurred to avoid retrying the DDL job too many times
- Unify the log format of the connection ID
- Ignore foreign keys in the
SHOW CREATE TABLE
statement - Change statistics delta update duration to 1 minute
- Check invalid tasks after physical optimization
- Unify the DDL logs
Last week, we landed 2 PRs in the TiSpark repositories.
Last week, we landed 20 PRs in the TiKV and PD repositories.
- Report an error instead of getting a result if the divisor/dividend is 0 in
do_div_mod
- Fix the bug that the Learner flag mistakenly reports to PD
- Remove
NumberDecoder
trait fromcodec
- Use the average Region size to check if stores need balance
- Check the Region epoch before adding operators
TiDB:
TiKV: