An error occurred fetching the project authors.
  1. 29 Jul, 2003 1 commit
  2. 24 Jul, 2003 1 commit
  3. 16 Jul, 2003 1 commit
  4. 15 Jul, 2003 1 commit
  5. 09 Jul, 2003 1 commit
  6. 08 Jul, 2003 2 commits
  7. 06 Jul, 2003 1 commit
  8. 26 Jun, 2003 1 commit
  9. 25 Jun, 2003 1 commit
  10. 06 Jun, 2003 1 commit
  11. 20 May, 2003 1 commit
  12. 13 May, 2003 1 commit
  13. 10 Apr, 2003 1 commit
  14. 04 Apr, 2003 1 commit
  15. 03 Mar, 2003 1 commit
  16. 02 Mar, 2003 1 commit
  17. 26 Feb, 2003 1 commit
  18. 25 Feb, 2003 1 commit
  19. 12 Feb, 2003 1 commit
  20. 26 Dec, 2002 1 commit
  21. 24 Dec, 2002 1 commit
  22. 03 Dec, 2002 1 commit
  23. 02 Dec, 2002 1 commit
  24. 28 Nov, 2002 2 commits
  25. 23 Nov, 2002 1 commit
  26. 21 Nov, 2002 2 commits
  27. 15 Nov, 2002 1 commit
  28. 13 Nov, 2002 1 commit
  29. 08 Nov, 2002 1 commit
  30. 29 Oct, 2002 2 commits
  31. 28 Oct, 2002 1 commit
  32. 27 Oct, 2002 1 commit
  33. 02 Oct, 2002 1 commit
    • monty@mashka.mysql.fi's avatar
      Fixes and code cleanups after merge with 4.0.3 · d69250a9
      monty@mashka.mysql.fi authored
      Warning handling and initial prepared statement handling (last not complete yet)
      Changed a lot of functions that returned 0/1 to my_bool type.
      GRANT handling now uses read/write locks instead of mutex
      Change basic net functions to use THD instead of NET
      (needed for 4.1 protocol)
      Use my_sprintf instead of sprintf() + strlen()
      Added alloc_query() to be able to chare query initialization code with
      prepared statements.
      Cleanup handling of SHOW COUNT(*) WARNINGS and SELECT LAST_INSERT_ID()
      
      Note that the following test fails (will be fixed ASAP):
      sub_select, union, rpl_rotate_logs and rpl_mystery22
      d69250a9
  34. 27 Sep, 2002 1 commit
  35. 21 Aug, 2002 1 commit
    • monty@hundin.mysql.fi's avatar
      Use our version of RWLOCKS on UNIXWARE 7 · 03b0179a
      monty@hundin.mysql.fi authored
      More DBUG info for replication
      Better error messages from replication
      Fixed bug in replication code when connecting to 'localhost' (time was not released properly)
      Block ALARM signal on Linux for signal handler thread (Fixes problem with running mysqld with --debug)
      Removed warning when setting an AUTO_INCREMENT field to NULL
      03b0179a
  36. 08 Aug, 2002 1 commit