Skip to content

Commit d9f8600

Browse files
Add new skipTriggers option
1 parent e291b8a commit d9f8600

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

doc/config/source/mysqldump.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
"compress": true,
1616
"extendedInsert": true,
1717
"hexBlob": true,
18+
"skipTriggers": false,
1819
"routines": true,
1920
"gtidPurged": "AUTO",
2021
"pathToMysqldump": "/path/to/custom/bin"

doc/config/source/mysqldump.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,9 @@
4242
<!-- optional, default=false -->
4343
<option name="hexBlob" value="true" />
4444

45+
<!-- optional, default=false -->
46+
<option name="skipTriggers" value="false" />
47+
4548
<!-- optional, default=false -->
4649
<option name="routines" value="true" />
4750

0 commit comments

Comments
 (0)