We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e291b8a commit d9f8600Copy full SHA for d9f8600
doc/config/source/mysqldump.json
@@ -15,6 +15,7 @@
15
"compress": true,
16
"extendedInsert": true,
17
"hexBlob": true,
18
+ "skipTriggers": false,
19
"routines": true,
20
"gtidPurged": "AUTO",
21
"pathToMysqldump": "/path/to/custom/bin"
doc/config/source/mysqldump.xml
@@ -42,6 +42,9 @@
42
<!-- optional, default=false -->
43
<option name="hexBlob" value="true" />
44
45
+ <!-- optional, default=false -->
46
+ <option name="skipTriggers" value="false" />
47
+
48
49
<option name="routines" value="true" />
50
0 commit comments