This repository has been archived by the owner on Aug 21, 2023. It is now read-only.
v5.2.0
Feature Enhancements
- Support backing up MySQL compatible databases but does not support
START TRANSACTION ... WITH CONSISTENT SNAPSHOT
orSHOW CREATE TABLE
#311
Improvements
- Support always splitting TiDB v3.x tables through
tidb_rowid
to save TiDB memory #301 - Reduce access of Dumpling to the
information_schema
to improve stability #305