1. 05 May, 2003 2 commits
  2. 03 May, 2003 3 commits
  3. 02 May, 2003 2 commits
  4. 30 Apr, 2003 2 commits
  5. 28 Apr, 2003 3 commits
  6. 26 Apr, 2003 3 commits
  7. 25 Apr, 2003 1 commit
  8. 24 Apr, 2003 7 commits
  9. 23 Apr, 2003 7 commits
  10. 22 Apr, 2003 8 commits
  11. 21 Apr, 2003 2 commits
    • Sinisa@sinisa.nasamreza.org's avatar
      Fix for a bug record #307. · adb52cfc
      Sinisa@sinisa.nasamreza.org authored
      Very nasty bug.
      It was caused by double free()-ing memory of join->select and 
      join->quick. 
      
      I was able to pinpoint it only after using Valgrind.
      
      Plus better fix for bug with TMP_TABLE_PARAM.
      
      Plus new constructor for SELECT_LEX.
      adb52cfc
    • bar@bar.mysql.r18.ru's avatar
      my_vsnprintf.c: · 5610c4de
      bar@bar.mysql.r18.ru authored
        The last character was not printed into out string
      5610c4de