Last week, we landed 28 PRs in the TiDB repositories.
Set a limitation on the quantity of the data in a single transaction.
Improve mocked tikv: Split data in a table into multiple mocked regions. This will used in unit tests.
Speed up creating table: In some cases, it is not necessary to wait a long time to create table.
Use MySQL standard error code when meeting incorrect function argument count error.
Last week, We landed 19 PRs in the TiKV repositories.
Move raw_get
to thread pool.
Add ResourceKind
for operator and don't resend duplicated AddPeer
response when the peer is still pending, see #449.
Add member command for pd-ctl
.
Update default configuration to speed up scheduler.
Don't panic when receiving stale snapshot.
Remove unnecessary region cache.
Remove no used constraint feature.
Exit with error message if clusert ID mismatches directly.
Add replication section in configuration.