title | date | summary | tags | |||
---|---|---|---|---|---|---|
Weekly update (August 06 ~ August 12, 2018) |
2018-08-13 |
Last week, we landed 46 PRs in the TiDB repositories and 27 PRs in the TiKV and PD repositories. |
|
Last week, we landed 46 PRs in the TiDB repositories.
- Fix behaviors of builtin
LTrim
,RTrim
andTrim
- Fix
group_concat(a)
whena
is null - Make
USE INDEX(PRIMARY)
work on the integer primary key - Fix
admin check table
false alarm when the index contains thepkIsHandle
column - Fix inconsistent row count estimation
- Fix a bug when applying the
RenameTable
diff
- Perform the batch check for the constrains when adding a unique index
- Remove
Exists
inplan
andexecutor
- Disable the Read Committed isolation level
- Refactor
joinResultGenerator
to handle the unmatched outer records - Adjust the way of checking all the schema versions
- Update the import path from
coreos/gofail
toetcd-io/gofail
to fix CI
Last week, we landed 27 PRs in the TiKV and PD repositories.
-
Support more functions in Coprocessor:
-
Make PD support allocating timestamp after recovering from incorrect system time
- Fix the TiKV panic when the decimal overflows
- Prevent
dynamic-level-size
from being turned on for existing TiKV clusters
-
Improve the TiKV performance:
docs-cn:
- Lunatictwo
TiKV: