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 b48c502 commit 78dcf2cCopy full SHA for 78dcf2c
src/Backup/Source/Mysqldump.php
@@ -155,7 +155,7 @@ class Mysqldump extends SimulatorExecutable implements Simulator
155
156
/**
157
* Add general transaction id statement.
158
- * --set-gids-purged
+ * --set-gids-purged=['ON', 'OFF', 'AUTO']
159
*
160
* @var string
161
*/
@@ -165,7 +165,7 @@ class Mysqldump extends SimulatorExecutable implements Simulator
165
* Dump procedures and functions.
166
* --routines
167
168
- * @var string
+ * @var bool
169
170
private $routines;
171
0 commit comments