title | date | summary | tags | ||
---|---|---|---|---|---|
Weekly update (June 19 ~ June 25, 2017) |
2017-06-26 |
Last week, we landed 35 PRs in the TiDB repositories and 24 PRs in the TiKV repositories. |
|
Last week, we landed 35 PRs in the TiDB repositories.
- JSON type:
- Fix failed test cases on the ppc64le platform
- Fix a bug when naming table with the
auto_increment
column. - Use UTC time to compose index key for timestamp column.
- Consider fsp for MySQLDuration type in some scenarios.
- Reset transaction when error occurs during retrying.
- Fix a bug about adding index after adding column with default value.
- Suport time format 'YY-MM-DD HH:MM'.
- Fix the issue of parsing datetime
00-00-00
.
- Refactor the expression evaluation:
- Change the result format of the aggregation operator.
- Refactor range related code: #3489, #3496
- Code style cleanup:#3502, #3505
- Handle out-of-range data in the
load local file
command. - Remove the
TiDBSkipDDLWait
variable.
Last week, We landed 24 PRs in the TiKV repositories.
- Use individual thread to handle high priority command.
- Support JSON type.
- Support the
json_type
,unquote
,extract
,json_merge
functions for JSON. - Add the
TOPN
,limit
executors for coprocessor.
- Handling GC command in tombstone tests.
- Print readable message if the RocksDB configuration parsing fails.
- Split different JSON modules into independent files.
- Revise leader lease time log.
- Remove sever thread and directly send Raft messages to the gRPC thread.
- Remove unnecessary
read_quorum
anduuid
fields.