This commit is contained in:
兔子 2023-08-09 14:32:38 +08:00
parent f22123d788
commit a70c7c2f3c

View File

@ -499,7 +499,7 @@ func addTxtFile(f *os.File, tx binlog.Transaction, foundCount int) error {
return err return err
} }
if sql.SQL == "" { if sql.SQL == "" {
return nil continue
} }
f.WriteString("SQL:" + sql.SQL + "\n") f.WriteString("SQL:" + sql.SQL + "\n")
} }