title | date | summary | tags | |||
---|---|---|---|---|---|---|
Weekly update (June 11 ~ June 17, 2018) |
2018-06-19 |
Last week, we landed 26 PRs in the TiDB repositories and 28 PRs in the TiKV and PD repositories. |
|
Last week, we landed 26 PRs in the TiDB repositories.
- Support the MySQL syntax
show privileges
- Add the limit for the number of columns when adding columns
- Add the sanity check of the precision and the scale for numeric types
- Fix the wrong results of the
CONCAT_WS
built-in function - Fix a bug in right join when some predicates are pushed to the right table
- Fix the missing start timestamp for
TableDual
in a transaction
- Refactor the structure of the DDL package
- Remove new lines and add the user information in the query log
- Make the limitation of query memory usage configurable
- Change the factor of the descending scan according to the improvement of descending scan performance in TiKV
Last week, we landed 28 PRs in the TiKV and PD repositories.
- Shrink the pending command queue in
ApplyDelegate
- Output a log when GC finds too many versions for a single key
- Upgrade
protobuf
andgrpcio
- Support initialization empty Region in
tikv-ctl
- Adjust the pending peer filter
TiDB:
TiKV: