Skip to content
This repository has been archived by the owner on Aug 21, 2023. It is now read-only.

v4.0.15

Compare
Choose a tag to compare
@zhouqiang-cl zhouqiang-cl released this 23 Sep 09:35
4b6a20a

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, because SHOW 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 the SHOW CREATE TABLE syntax #309
  • Refine the Dumpling warning log to avoid the misleading information that a dump fails #340