1. 15 Jun, 2007 1 commit
    • mats@kindahl-laptop.dnsalias.net's avatar
      BUG#29130 (The logic for using delete_all_rows() is wrong): · a35a3cff
      mats@kindahl-laptop.dnsalias.net authored
      Correcting the logic for deciding when to use delete_all_rows() so that
      the behavior of TRUNCATE to not be dependent on binary logging
      format in effect.
      
      A TRUNCATE statement is always logged as a statement, so in this case,
      delete_all_rows() can always be used provided the other logic is correct.
      If a DELETE FROM without a WHERE clause is used, and row-based binlogging
      is used, the rows has to be deleted from the table on a per-row basis.
      a35a3cff
  2. 14 Jun, 2007 1 commit
  3. 13 Jun, 2007 3 commits
  4. 12 Jun, 2007 4 commits
  5. 11 Jun, 2007 14 commits
  6. 09 Jun, 2007 2 commits
  7. 08 Jun, 2007 6 commits
  8. 07 Jun, 2007 9 commits