@@ -333,26 +333,26 @@ |
||
| 333 | 333 | { |
| 334 | 334 | $executable = new Executable\Mysqldump($this->pathToMysqldump); |
| 335 | 335 | $executable->credentials($this->user, $this->password) |
| 336 | - ->useHost($this->host) |
|
| 337 | - ->usePort($this->port) |
|
| 338 | - ->useProtocol($this->protocol) |
|
| 339 | - ->useQuickMode($this->quick) |
|
| 340 | - ->lockTables($this->lockTables) |
|
| 341 | - ->dumpBlobsHexadecimal($this->hexBlob) |
|
| 342 | - ->addGTIDStatement($this->gtidPurged) |
|
| 343 | - ->useSslCa($this->sslCa) |
|
| 344 | - ->useCompression($this->compress) |
|
| 345 | - ->skipExtendedInsert($this->skipExtendedInsert) |
|
| 346 | - ->dumpTables($this->tables) |
|
| 347 | - ->singleTransaction($this->singleTransaction) |
|
| 348 | - ->dumpDatabases($this->databases) |
|
| 349 | - ->ignoreTables($this->ignoreTables) |
|
| 350 | - ->produceFilePerTable($this->filePerTable) |
|
| 351 | - ->dumpNoData($this->noData) |
|
| 352 | - ->dumpRoutines($this->routines) |
|
| 353 | - ->skipTriggers($this->skipTriggers) |
|
| 354 | - ->dumpStructureOnly($this->structureOnly) |
|
| 355 | - ->dumpTo($this->getDumpTarget($target)); |
|
| 336 | + ->useHost($this->host) |
|
| 337 | + ->usePort($this->port) |
|
| 338 | + ->useProtocol($this->protocol) |
|
| 339 | + ->useQuickMode($this->quick) |
|
| 340 | + ->lockTables($this->lockTables) |
|
| 341 | + ->dumpBlobsHexadecimal($this->hexBlob) |
|
| 342 | + ->addGTIDStatement($this->gtidPurged) |
|
| 343 | + ->useSslCa($this->sslCa) |
|
| 344 | + ->useCompression($this->compress) |
|
| 345 | + ->skipExtendedInsert($this->skipExtendedInsert) |
|
| 346 | + ->dumpTables($this->tables) |
|
| 347 | + ->singleTransaction($this->singleTransaction) |
|
| 348 | + ->dumpDatabases($this->databases) |
|
| 349 | + ->ignoreTables($this->ignoreTables) |
|
| 350 | + ->produceFilePerTable($this->filePerTable) |
|
| 351 | + ->dumpNoData($this->noData) |
|
| 352 | + ->dumpRoutines($this->routines) |
|
| 353 | + ->skipTriggers($this->skipTriggers) |
|
| 354 | + ->dumpStructureOnly($this->structureOnly) |
|
| 355 | + ->dumpTo($this->getDumpTarget($target)); |
|
| 356 | 356 | // if compression is active and commands can be piped |
| 357 | 357 | if ($this->isHandlingCompression($target)) { |
| 358 | 358 | $executable->compressOutput($target->getCompression()); |