Skip to content

Commit eec9c26

Browse files
committed
MC-19407: Number of the rows increase very fast in changelog table
1 parent 2bc471e commit eec9c26

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/internal/Magento/Framework/Mview/View/Subscription.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@ protected function buildStatement($event, $changelog)
214214
$columns = [];
215215
foreach ($columnNames as $columnName) {
216216
$columns[] = sprintf(
217-
'NEW.%1$s <=> OLD.%1$s',
217+
'NOT(NEW.%1$s <=> OLD.%1$s)',
218218
$this->connection->quoteIdentifier($columnName)
219219
);
220220
}

0 commit comments

Comments
 (0)