master
兔子 9 months ago
parent f22123d788
commit a70c7c2f3c

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

Loading…
Cancel
Save