@@ -217,19 +217,19 @@ |
||
217 | 217 | if (null == $this->executable) { |
218 | 218 | $this->executable = new Executable\Mysqldump($this->pathToMysqldump); |
219 | 219 | $this->executable->credentials($this->user, $this->password) |
220 | - ->useHost($this->host) |
|
221 | - ->useQuickMode($this->quick) |
|
222 | - ->lockTables($this->lockTables) |
|
223 | - ->dumpBlobsHexadecimal($this->hexBlob) |
|
224 | - ->useCompression($this->compress) |
|
225 | - ->useExtendedInsert($this->extendedInsert) |
|
226 | - ->dumpTables($this->tables) |
|
227 | - ->dumpDatabases($this->databases) |
|
228 | - ->ignoreTables($this->ignoreTables) |
|
229 | - ->dumpNoData($this->noData) |
|
230 | - ->dumpStructureOnly($this->structureOnly) |
|
231 | - ->dumpTo($this->dumpPathname) |
|
232 | - ->showStdErr($this->showStdErr); |
|
220 | + ->useHost($this->host) |
|
221 | + ->useQuickMode($this->quick) |
|
222 | + ->lockTables($this->lockTables) |
|
223 | + ->dumpBlobsHexadecimal($this->hexBlob) |
|
224 | + ->useCompression($this->compress) |
|
225 | + ->useExtendedInsert($this->extendedInsert) |
|
226 | + ->dumpTables($this->tables) |
|
227 | + ->dumpDatabases($this->databases) |
|
228 | + ->ignoreTables($this->ignoreTables) |
|
229 | + ->dumpNoData($this->noData) |
|
230 | + ->dumpStructureOnly($this->structureOnly) |
|
231 | + ->dumpTo($this->dumpPathname) |
|
232 | + ->showStdErr($this->showStdErr); |
|
233 | 233 | } |
234 | 234 | return $this->executable; |
235 | 235 | } |