Skip to content

Commit

Permalink
add --skip-lock-tables
Browse files Browse the repository at this point in the history
  • Loading branch information
Hermsi1337 authored Jun 14, 2022
1 parent 4826b93 commit 6359f82
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/source/mysqldump/cli.go
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,7 @@ type Flags struct {
SkipCompact bool `flag:"--skip-compact"`
SkipDisableKeys bool `flag:"--skip-disable-keys"`
SkipExtendedInsert bool `flag:"--skip-extended-insert"`
SkipLockTables bool `flag:"--skip-lock-tables"`
SkipOpt bool `flag:"--skip-opt"`
SkipQuick bool `flag:"--skip-quick"`
SkipQuoteNames bool `flag:"--skip-quote-names"`
Expand Down

0 comments on commit 6359f82

Please sign in to comment.