We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 39e2e96 commit d67df91Copy full SHA for d67df91
cmd/go-mysqldump/main.go
@@ -33,7 +33,7 @@ func main() {
33
os.Exit(1)
34
}
35
36
- if len(*ignoreTables) == 0 {
+ if len(*ignoreTables) > 0 {
37
subs := strings.Split(*ignoreTables, ",")
38
for _, sub := range subs {
39
if seps := strings.Split(sub, "."); len(seps) == 2 {
0 commit comments