Skip to content

Commit

Permalink
Add new skipTriggers option
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianfeldmann committed Oct 16, 2019
1 parent e291b8a commit d9f8600
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions doc/config/source/mysqldump.json
Expand Up @@ -15,6 +15,7 @@
"compress": true,
"extendedInsert": true,
"hexBlob": true,
"skipTriggers": false,
"routines": true,
"gtidPurged": "AUTO",
"pathToMysqldump": "/path/to/custom/bin"
Expand Down
3 changes: 3 additions & 0 deletions doc/config/source/mysqldump.xml
Expand Up @@ -42,6 +42,9 @@
<!-- optional, default=false -->
<option name="hexBlob" value="true" />

<!-- optional, default=false -->
<option name="skipTriggers" value="false" />

<!-- optional, default=false -->
<option name="routines" value="true" />

Expand Down

0 comments on commit d9f8600

Please sign in to comment.