1. 08 Mar, 2006 1 commit
  2. 06 Mar, 2006 4 commits
  3. 04 Mar, 2006 3 commits
  4. 03 Mar, 2006 3 commits
  5. 02 Mar, 2006 5 commits
  6. 01 Mar, 2006 11 commits
  7. 28 Feb, 2006 4 commits
  8. 23 Feb, 2006 1 commit
  9. 21 Feb, 2006 1 commit
  10. 16 Feb, 2006 1 commit
    • ingo@mysql.com's avatar
      Bug#11527 - Setting myisam_repair_threads to >1 leads to corruption · 718ae789
      ingo@mysql.com authored
      A wrong cast led to numeric overflow for data files
      greater than 4GB. The parallel repair assumed end of
      file after reading the amount of data that the file
      was bigger than 4GB. It truncated the data file and
      noted the number of records it found so far in the
      index file header as the number of rows in the table.
      Removing the cast fixed the problem.
      I added some cosmetic changes too.
      
      The normal repair worked because it uses a different
      function to read from the data file.
      718ae789
  11. 15 Feb, 2006 2 commits
  12. 13 Feb, 2006 4 commits