This repository has been archived by the owner on Aug 21, 2023. It is now read-only.
v5.1.2
Feature enhancements
- Support for backing up MySQL compatible databases that do not support
START TRANSACTION ... WITH CONSISTENT SNAPSHOT
andSHOW CREATE TABLE
#309 - Add a global
gRPC
connection pool and sharegRPC
connections amongkv
clients #2534
Bug Fixes
- Fix the issue that Dumpling is pending when
show table status
returns incorrect results in some MySQL versions (8.0.3, 8.0.23) #322