Skip to content

Commit

Permalink
fix(dbm-services): del use tmysqldump bin #8376
Browse files Browse the repository at this point in the history
  • Loading branch information
ymakedaq authored and iSecloud committed Dec 3, 2024
1 parent 36d19fc commit 74f9fe7
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -144,9 +144,7 @@ func (c *SemanticDumpSchemaComp) Init() (err error) {
}
c.dumpCmd = path.Join(cst.MysqldInstallPath, "bin", "mysqldump")
c.isSpider = strings.Contains(version, "tdbctl")
if strings.Contains(version, "tmysql") {
c.useTmysqldump = true
}

if cmutil.MySQLVersionParse(version) > cmutil.MySQLVersionParse("5.6.9") {
c.gtidPurgedOff = true
}
Expand Down

0 comments on commit 74f9fe7

Please sign in to comment.