1. 29 Nov, 2006 2 commits
  2. 09 Nov, 2006 1 commit
    • msvensson@neptunus.(none)'s avatar
      Bug#19371 VARBINARY() have trailing zeros after upgrade from 4.1 · 4c26bf9c
      msvensson@neptunus.(none) authored
       - Detect if a table has field of type MYSQL_TYPE_VAR_STRING while running
         "CHECK TABLE t FOR UPGRADE" and indicate it need to be fixed
         with "REPAIR TABLE t".
       - When running a "REPAIR TABLE t" or "ALTER TABLE t FORCE" on the above
         table, install a special copy function to trim off the trailing spaces
         which we safely can say that the pre 5.0 mysqld didn't put there. 
      4c26bf9c
  3. 18 Oct, 2006 17 commits
  4. 17 Oct, 2006 8 commits
  5. 16 Oct, 2006 4 commits
  6. 15 Oct, 2006 1 commit
    • msvensson@shellback.(none)'s avatar
      Cleanup mtr_timer · 947d219d
      msvensson@shellback.(none) authored
      Add verbose printouts making it possible to see what happens.
      Make it an error if trying to stop a non existing timer
      Print warning if fork fails.
      947d219d
  7. 14 Oct, 2006 7 commits