Dumpling is a fast, easy-to-use tool written by Go for dumping data from the database(MySQL, TiDB...) to local/cloud(S3, GCP...) in multifarious formats(SQL, CSV...).
Apache License 2.0
281
stars
85
forks
source link
make dumpling adapted to old version TiDB problems #281
Is your feature request related to a problem? Please describe:
Old versions' TiDB has some bugs. Sometimes it's much easier to avoid these problems on dumpling rather than on TiDB.
Describe the feature you'd like:
wrong TiDB information.schema result
BUG: TiDB's information_schema.columns and information_schema.tables will miss some information if we drop <database> and then set a tidb_snapshot to dump dropped data.
Affected version: TiDB v3.0.5
Fix PR:
Feature Request
Is your feature request related to a problem? Please describe:
Old versions' TiDB has some bugs. Sometimes it's much easier to avoid these problems on dumpling rather than on TiDB.
Describe the feature you'd like:
wrong TiDB information.schema result
BUG: TiDB's
information_schema.columns
andinformation_schema.tables
will miss some information if wedrop <database>
and then set atidb_snapshot
to dump dropped data. Affected version: TiDB v3.0.5 Fix PR: