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 0a5cb14 commit eb2bd34Copy full SHA for eb2bd34
mythtv/libs/libmythtv/dbcheck.cpp
@@ -5570,7 +5570,7 @@ NULL
5570
*
5571
* mysqldump --skip-comments --skip-opt --compact --skip-quote-names \
5572
* --create-options --ignore-table=mythconverg.schemalock mythconverg | \
5573
- * sed '/^SET.*;$/d;/^\/\*!40101.*$/d;s/^.*[^;]$/"&"/;s/^);$/");",/'
+ * sed '/^\(SET\|INS\).*;$/d;/^\/\*!40101.*$/d;s/^.*[^;]$/"&"/;s/^).*;$/"&",/'
5574
5575
* command to get the initial data:
5576
0 commit comments