@@ -236,21 +236,21 @@ |
||
| 236 | 236 | { |
| 237 | 237 | $executable = new Executable\Mysqldump($this->pathToMysqldump); |
| 238 | 238 | $executable->credentials($this->user, $this->password) |
| 239 | - ->useHost($this->host) |
|
| 240 | - ->useQuickMode($this->quick) |
|
| 241 | - ->lockTables($this->lockTables) |
|
| 242 | - ->dumpBlobsHexadecimal($this->hexBlob) |
|
| 243 | - ->addGTIDStatement($this->gtidPurged) |
|
| 244 | - ->useCompression($this->compress) |
|
| 245 | - ->useExtendedInsert($this->extendedInsert) |
|
| 246 | - ->dumpTables($this->tables) |
|
| 247 | - ->singleTransaction($this->singleTransaction) |
|
| 248 | - ->dumpDatabases($this->databases) |
|
| 249 | - ->ignoreTables($this->ignoreTables) |
|
| 250 | - ->produceFilePerTable($this->filePerTable) |
|
| 251 | - ->dumpNoData($this->noData) |
|
| 252 | - ->dumpStructureOnly($this->structureOnly) |
|
| 253 | - ->dumpTo($this->getDumpTarget($target)); |
|
| 239 | + ->useHost($this->host) |
|
| 240 | + ->useQuickMode($this->quick) |
|
| 241 | + ->lockTables($this->lockTables) |
|
| 242 | + ->dumpBlobsHexadecimal($this->hexBlob) |
|
| 243 | + ->addGTIDStatement($this->gtidPurged) |
|
| 244 | + ->useCompression($this->compress) |
|
| 245 | + ->useExtendedInsert($this->extendedInsert) |
|
| 246 | + ->dumpTables($this->tables) |
|
| 247 | + ->singleTransaction($this->singleTransaction) |
|
| 248 | + ->dumpDatabases($this->databases) |
|
| 249 | + ->ignoreTables($this->ignoreTables) |
|
| 250 | + ->produceFilePerTable($this->filePerTable) |
|
| 251 | + ->dumpNoData($this->noData) |
|
| 252 | + ->dumpStructureOnly($this->structureOnly) |
|
| 253 | + ->dumpTo($this->getDumpTarget($target)); |
|
| 254 | 254 | // if compression is active and commands can be piped |
| 255 | 255 | if ($this->isHandlingCompression($target)) { |
| 256 | 256 | $executable->compressOutput($target->getCompression()); |