1. 19 Jun, 2017 1 commit
    • Jérome Perrin's avatar
      erp5_mysql_innodb_catalog : Normalize DELETE then INSERT indexation methods · c09bea2a
      Jérome Perrin authored
      See discussions in !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 !294
      c09bea2a
  2. 16 Jun, 2017 4 commits
  3. 15 Jun, 2017 4 commits
  4. 14 Jun, 2017 7 commits
  5. 13 Jun, 2017 4 commits
  6. 12 Jun, 2017 5 commits
  7. 09 Jun, 2017 14 commits
  8. 08 Jun, 2017 1 commit