Skip to content

Commit cecf062

Browse files
Fix mysqldump config examples
1 parent 84922e8 commit cecf062

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

doc/config/source/mysqldump.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"lockTables": true,
1414
"singleTransaction": true,
1515
"compress": true,
16-
"extendedInsert": true,
16+
"skipExtendedInsert": false,
1717
"hexBlob": true,
1818
"skipTriggers": false,
1919
"routines": true,

doc/config/source/mysqldump.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
<option name="compress" value="true" />
3838

3939
<!-- optional, default=false -->
40-
<option name="extendedInsert" value="true" />
40+
<option name="skipExtendedInsert" value="false" />
4141

4242
<!-- optional, default=false -->
4343
<option name="hexBlob" value="true" />

0 commit comments

Comments
 (0)