Skip to content

Commit

Permalink
MC-19407: Number of the rows increase very fast in changelog table
Browse files Browse the repository at this point in the history
  • Loading branch information
dhorytskyi committed Aug 19, 2019
1 parent 2bc471e commit eec9c26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/internal/Magento/Framework/Mview/View/Subscription.php
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ protected function buildStatement($event, $changelog)
$columns = [];
foreach ($columnNames as $columnName) {
$columns[] = sprintf(
'NEW.%1$s <=> OLD.%1$s',
'NOT(NEW.%1$s <=> OLD.%1$s)',
$this->connection->quoteIdentifier($columnName)
);
}
Expand Down

0 comments on commit eec9c26

Please sign in to comment.