This repository has been archived by the owner on Aug 21, 2023. It is now read-only.
v4.0.15
Improvements
- Filter the skipped databases before getting the table information to improve the filtering efficiency of
SHOW TABLE STATUS
#337 - Use
SHOW FULL TABLES
to get table information for tables to be exported, becauseSHOW TABLE STATUS
cannot work properly in some MySQL versions #332 - Support backing up MySQL-compatible databases that do not support the
START TRANSACTION ... WITH CONSISTENT SNAPSHOT
or theSHOW CREATE TABLE
syntax #309 - Refine the Dumpling warning log to avoid the misleading information that a dump fails #340