1. 21 Nov, 2006 1 commit
    • gkodinov/kgeorge@macbook.gmz's avatar
      Bug#23556: TRUNCATE TABLE still maps to DELETE · 5e0f4e53
      gkodinov/kgeorge@macbook.gmz authored
       This is the 5.0 part of the fix.
       Currently TRUNCATE command will not call
       delete_all_rows() in the handler (that implements
       the "fast" TRUNCATE for InnoDB) when there are
       triggers on the table.
       As decided by the architecture team TRUNCATE must
       use "fast" TRUNCATE even when there are triggers.
       Thus it must ignore the triggers. 
       Made TRUNCATE to ignore the triggers and call
       delete_all_rows() for all storage engines
       to maintain engine consistency.
      5e0f4e53
  2. 19 Nov, 2006 2 commits
  3. 17 Nov, 2006 4 commits
  4. 16 Nov, 2006 4 commits
  5. 15 Nov, 2006 7 commits
  6. 14 Nov, 2006 10 commits
  7. 13 Nov, 2006 7 commits
  8. 12 Nov, 2006 3 commits
  9. 11 Nov, 2006 2 commits