Skip to content

Commit 6359f82

Browse files
authored
add --skip-lock-tables
1 parent 4826b93 commit 6359f82

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pkg/source/mysqldump/cli.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,7 @@ type Flags struct {
112112
SkipCompact bool `flag:"--skip-compact"`
113113
SkipDisableKeys bool `flag:"--skip-disable-keys"`
114114
SkipExtendedInsert bool `flag:"--skip-extended-insert"`
115+
SkipLockTables bool `flag:"--skip-lock-tables"`
115116
SkipOpt bool `flag:"--skip-opt"`
116117
SkipQuick bool `flag:"--skip-quick"`
117118
SkipQuoteNames bool `flag:"--skip-quote-names"`

0 commit comments

Comments
 (0)