An error occurred fetching the project authors.
  1. 03 Mar, 2003 2 commits
  2. 28 Feb, 2003 1 commit
  3. 27 Feb, 2003 1 commit
  4. 10 Feb, 2003 1 commit
  5. 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
  6. 02 Feb, 2003 1 commit
  7. 30 Jan, 2003 2 commits
  8. 28 Jan, 2003 1 commit
    • 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
  9. 26 Jan, 2003 3 commits
  10. 25 Jan, 2003 1 commit
  11. 24 Jan, 2003 1 commit
  12. 22 Jan, 2003 1 commit
  13. 21 Jan, 2003 1 commit
  14. 20 Jan, 2003 1 commit
  15. 16 Jan, 2003 1 commit
  16. 14 Jan, 2003 1 commit
  17. 05 Jan, 2003 3 commits
  18. 04 Jan, 2003 1 commit
  19. 31 Dec, 2002 1 commit
  20. 27 Dec, 2002 1 commit
  21. 26 Dec, 2002 1 commit
  22. 25 Dec, 2002 1 commit
  23. 19 Dec, 2002 4 commits
  24. 15 Dec, 2002 1 commit
  25. 14 Dec, 2002 2 commits
  26. 13 Dec, 2002 1 commit
  27. 11 Dec, 2002 1 commit
  28. 10 Dec, 2002 1 commit
  29. 09 Dec, 2002 1 commit
  30. 07 Dec, 2002 1 commit
    • venu@myvenu.com's avatar
      item.cc: · 9100688c
      venu@myvenu.com authored
        Fix for save_in_field to take extra bool argumnet (4.0 merge compatibility)
      9100688c