title | date | summary | tags | ||||
---|---|---|---|---|---|---|---|
Weekly update (May 14 ~ May 20, 2018) |
2018-05-21 |
Last week, we landed 40 PRs in the TiDB repositories, 4 PRs in the TiSpark repositories, and 35 PRs in the TiKV and PD repositories. |
|
Last week, we landed 40 PRs in the TiDB repositories.
- Support
TIME
andTIMESTAMP
binary types for thePREPARE
/EXECUTE
statements - Make
tidb_build_stats_concurrency
a global variable - Support
USE INDEX
in theDELETE FROM
statement
- Fix the compatibility problem of the
UNION
statement - Fix range calculation of
Index Scan
whenPrepared Plan Cache
is enabled - Check the
AUTO_INCREMENT
column for theSHARD_ROW_ID_BITS
statement - Set PB code for
builtinArithmeticDivideDecimalSig
- Refine the error message about
Invalid default value
- Make the error log for
WriteConflict
more friendly - Add the schema version to the log
- Support warnings when using Coprocessor streaming
- Add the DDL Callback log
- Do not log
handshake error
- Log slow processing and waiting Coprocessor tasks separately with different labels
- Do not bind graceful shutdown to
SIGTERM
Last week, we landed 4 PRs in the TiSpark repositories.
- Fix the
DateTime
parse error whenDateTime
is in DST gap - Fix the
count(1)
function used with thelimit
clause
Last week, we landed 35 PRs in the TiKV and PD repositories.