An error occurred fetching the project authors.
  1. 07 May, 2002 1 commit
  2. 19 Apr, 2002 1 commit
  3. 18 Apr, 2002 1 commit
  4. 16 Apr, 2002 1 commit
  5. 02 Apr, 2002 1 commit
  6. 22 Mar, 2002 1 commit
  7. 01 Mar, 2002 1 commit
  8. 31 Jan, 2002 1 commit
  9. 30 Jan, 2002 1 commit
  10. 20 Jan, 2002 1 commit
  11. 02 Jan, 2002 1 commit
    • monty@hundin.mysql.fi's avatar
      Added macros for nice TIMESPEC usage. · 4b877e00
      monty@hundin.mysql.fi authored
      Fixes for building MySQL with gcc 3.0
      Added SIGNED / UNSIGNED casts
      Fixed core dump bug in net_clear() with libmysqld.
      Back to using semaphores in query cache.
      Added 'Null' and 'Index_type' to SHOW INDEX.
      4b877e00
  12. 27 Dec, 2001 1 commit
  13. 17 Dec, 2001 1 commit
  14. 09 Dec, 2001 1 commit
    • monty@hundin.mysql.fi's avatar
      Removed compiler warnings. · 6b02f13c
      monty@hundin.mysql.fi authored
      Added new operators to be used with gcc 3.0.x
      Update of query cache code.
      Added semaphores for Windows (not yet in use)
      Added pthread_mutex_trylock for windows.
      6b02f13c
  15. 06 Dec, 2001 1 commit
  16. 02 Dec, 2001 1 commit
  17. 28 Nov, 2001 1 commit
  18. 22 Nov, 2001 2 commits
  19. 21 Nov, 2001 2 commits
  20. 18 Nov, 2001 1 commit
  21. 22 Oct, 2001 1 commit
  22. 09 Oct, 2001 1 commit
  23. 08 Oct, 2001 1 commit
    • monty@hundin.mysql.fi's avatar
      Updated manual about embedded version. · 88aff4bf
      monty@hundin.mysql.fi authored
      Speed up column-completion in 'mysql'
      Don't use ISAM if HAVE_ISAM is not defined
      A lot of fixes for the embedded version.  All libraries are now included in libmysqld.a
      Changed arguments to convert_dirname() to make it more general.
      Renamed files in the 'merge' directory to all use a common prefix.
      Don't compile both assembler and C functions on x86
      88aff4bf
  24. 03 Oct, 2001 2 commits
  25. 27 Sep, 2001 1 commit
  26. 25 Sep, 2001 1 commit
  27. 21 Sep, 2001 1 commit
  28. 02 Sep, 2001 1 commit
  29. 01 Sep, 2001 1 commit
  30. 31 Aug, 2001 1 commit
  31. 21 Aug, 2001 1 commit
  32. 18 Aug, 2001 1 commit
  33. 16 Aug, 2001 1 commit
    • sasha@mysql.sashanet.com's avatar
      fixed bug in Item_func_div::val_int() that broke all functions that · 8ca3b53a
      sasha@mysql.sashanet.com authored
      do val_int() on their arguments before starting the computation. 
      Similar fixes are need for +-* and probably several other but I want
      to make sure Monty is fine with my fix approach before changing a lot
      of code. 
      
      Amazingly,
      this bug is not as critical as you would expect since very few functions do val_int()
      on their arguments ( from_unixtime(), sec_to_time()), and those not
      very frequently perform a computation on their floating point arguments.
      which is probably why no one has yet reported this bug. Another 
      possibility is that the result is usually wrong by no more than 5%,
      which makes it hard to catch it. I found it when trying to compute mile
      splits for 30:47 10K - it told me 5:07, and I knew it was wrong because
      5:00 mile gives you 31:08. However, if I had not run as many 10K races,
      I would have easily believed that 30:47 10K is a 5:07 mile pace and 
      would not have noticed the bug.
      8ca3b53a
  34. 03 Aug, 2001 1 commit
  35. 02 Aug, 2001 1 commit
    • monty@tik.mysql.fi's avatar
      Fix UNION · b13d453d
      monty@tik.mysql.fi authored
      New faster list iterators
      Change list code to be simpler and faster
      Optimize count(distinct)
      New error messages for UNION
      Make create_tmp_table more general to be usable by UNION
      b13d453d
  36. 03 Jul, 2001 1 commit
  37. 11 Jun, 2001 1 commit