An error occurred while fetching folder content.
erp5_mysql_innodb_catalog : Normalize DELETE then INSERT indexation methods
Jérome Perrin authored
See discussions in nexedi/erp5!257 from background.

Here we try to reduce the differences in indexation methods that use `DELETE` and then `INSERT` (the one who does not always index the same number of rows).

In `z_catalog_predicate_list` the `DELETE` was missing, so in the case of predicate which stopped being a predicate, that predicate was never removed from the table.


/reviewed-on nexedi/erp5!294
c09bea2a
Name Last commit Last update