An error occurred fetching the project authors.
  1. 14 May, 2003 1 commit
  2. 02 May, 2003 1 commit
  3. 26 Apr, 2003 1 commit
  4. 24 Apr, 2003 1 commit
    • igor@hundin.mysql.fi's avatar
      Many files: · 80615fad
      igor@hundin.mysql.fi authored
         Added the MAX_LENGTH_FOR_SORT_DATA option
      filesort.cc:
        Added the MAX_LENGTH_FOR_SORT_DATA option
      80615fad
  5. 22 Apr, 2003 1 commit
  6. 21 Apr, 2003 1 commit
    • 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
  7. 04 Apr, 2003 1 commit
  8. 18 Mar, 2003 1 commit
  9. 17 Mar, 2003 3 commits
  10. 14 Mar, 2003 1 commit
  11. 12 Mar, 2003 3 commits
  12. 11 Mar, 2003 1 commit
  13. 10 Mar, 2003 1 commit
  14. 08 Mar, 2003 1 commit
  15. 06 Mar, 2003 1 commit
  16. 26 Feb, 2003 2 commits
  17. 21 Feb, 2003 1 commit
  18. 17 Feb, 2003 1 commit
  19. 10 Feb, 2003 1 commit
  20. 06 Feb, 2003 2 commits
  21. 03 Feb, 2003 1 commit
    • monty@mashka.mysql.fi's avatar
      Fix for MIN/MAX with empty tables · e3cd6352
      monty@mashka.mysql.fi authored
      MIN(key_column) could in some cases return NULL on a column with NULL and other values.
      MIN(key_column) and MAX(key_column) could in some cases return wrong values when used in OUTER JOIN.
      e3cd6352
  22. 02 Feb, 2003 1 commit
  23. 31 Jan, 2003 1 commit
  24. 30 Jan, 2003 3 commits
  25. 29 Jan, 2003 2 commits
  26. 28 Jan, 2003 2 commits
    • bell@sanja.is.com.ua's avatar
      fixed bugs in temporary tables in subselect implementation (SCRUM) · 0c5b323d
      bell@sanja.is.com.ua authored
      merging with switching on static tables optimization (SCRUM)
      fixed subselects with uncacheable results
      added test for fixed bugs from bugreports
      0c5b323d
    • monty@mashka.mysql.fi's avatar
      Fixes for Netware · 689578a0
      monty@mashka.mysql.fi authored
      Call pthread_mutex_destroy() on not used mutex.
      Changed comments in .h and .c files from // -> /* */
      Added detection of mutex on which one didn't call pthread_mutex_destroy()
      Fixed bug in create_tmp_field() which causes a memory overrun in queries that uses "ORDER BY constant_expression"
      Added optimisation for ORDER BY NULL
      689578a0
  27. 27 Jan, 2003 1 commit
  28. 26 Jan, 2003 2 commits
  29. 25 Jan, 2003 1 commit