|
@@ -404,7 +404,7 @@ |
|
|
block discarded – undo |
|
404
|
404
|
$mysqlClientToolConnectionString = $database->getMysqlClientToolConnectionString(); |
|
405
|
405
|
|
|
406
|
406
|
$excludeTablesUserInput = $this->excludeTables($input, $output); // Unprefixed |
|
407
|
|
- $stripTablesUserInput = $this->stripTables($input, $output); // Unprefixed |
|
|
407
|
+ $stripTablesUserInput = $this->stripTables($input, $output); // Unprefixed |
|
408
|
408
|
$stripTablesUserInput = array_diff($stripTablesUserInput, $excludeTablesUserInput); |
|
409
|
409
|
|
|
410
|
410
|
// Structure dump part (for stripped tables) |
Please login to merge, or discard this patch.