An error occurred fetching the project authors.
  1. 07 Jun, 2004 1 commit
  2. 01 Jun, 2004 1 commit
  3. 11 May, 2004 2 commits
  4. 05 Apr, 2004 1 commit
    • monty@mysql.com's avatar
      Fixed many compiler warnings · 42cf92ce
      monty@mysql.com authored
      Fixed bugs in group_concat with ORDER BY and DISTINCT (Bugs #2695, #3381 and #3319)
      Fixed crash when doing rollback in slave and the io thread catched up with the sql thread
      Set locked_in_memory properly
      42cf92ce
  5. 25 Mar, 2004 2 commits
  6. 20 Mar, 2004 1 commit
  7. 19 Mar, 2004 1 commit
  8. 18 Mar, 2004 1 commit
  9. 17 Mar, 2004 2 commits
  10. 16 Mar, 2004 5 commits
  11. 15 Mar, 2004 1 commit
  12. 11 Mar, 2004 1 commit
    • guilhem@mysql.com's avatar
      Fix for BUG#2921 "Replication problem on mutex lock in mySQL-4.0.18": · cf287341
      guilhem@mysql.com authored
      re-using unused LOCK_active_mi to serialize all administrative
      commands related to replication:
      START SLAVE, STOP SLAVE, RESET SLAVE, CHANGE MASTER, init_slave()
      (replication autostart at server startup), end_slave() (replication
      autostop at server shutdown), LOAD DATA FROM MASTER.
      This protects us against a handful of deadlocks (like BUG#2921
      when two START SLAVE, but when two STOP SLAVE too).
      Removing unused variables.
      cf287341
  13. 04 Mar, 2004 1 commit
  14. 17 Feb, 2004 1 commit
  15. 13 Feb, 2004 1 commit
  16. 10 Feb, 2004 1 commit
  17. 09 Feb, 2004 1 commit
    • monty@mysql.com's avatar
      Added --compact to mysqlbinlog · 06432eac
      monty@mysql.com authored
      Fixed output from mysqlbinlog when using --skip-comments
      Fixed warnings from valgrind
      Fixed ref_length when used with HEAP tables
      More efficent need_conversion()
      Fixed error handling in UPDATE with not updateable tables
      Fixed bug in null handling in CAST to signed/unsigned
      06432eac
  18. 05 Feb, 2004 3 commits
  19. 03 Feb, 2004 1 commit
  20. 28 Jan, 2004 1 commit
  21. 19 Jan, 2004 2 commits
  22. 13 Jan, 2004 1 commit
  23. 31 Dec, 2003 1 commit
  24. 30 Dec, 2003 1 commit
    • hf@deer.(none)'s avatar
      Fix for prepared statements · bfe134b8
      hf@deer.(none) authored
      Here i added Item_*::cleanup() functions,
      removed a lot of ~Item_*'s,
      added code to restore order_list and group_list
      bfe134b8
  25. 21 Dec, 2003 1 commit
  26. 19 Dec, 2003 2 commits
  27. 10 Dec, 2003 1 commit
  28. 28 Nov, 2003 1 commit
    • monty@mysql.com's avatar
      Added missing SSL library (Should be in source distribution) · ede8169d
      monty@mysql.com authored
      Fixed compiler warnings (a lot of hidden variables detected by the Forte compiler)
      Added a lot of 'version_xxx' strings to 'show variables'
      Prevent copying of TMP_TABLE_PARAM (This caused core dump bug on Solaris)
      Fixed problem with printing sub selects to debug log
      ede8169d
  29. 23 Nov, 2003 1 commit