tikv / client-c

The C++ TiKV client used by TiFlash.
Apache License 2.0
40 stars 48 forks source link

Remove deprecated split region param #167

Open JaySon-Huang opened 8 months ago

JaySon-Huang commented 8 months ago

Splitting region by only 1 key is deprecated. Split by multiple keys to suppress warnings.

Rely on https://github.com/tikv/mock-tikv/pull/12