An error occurred fetching the project authors.
  1. 02 Nov, 2004 1 commit
    • bar@mysql.com's avatar
      Many files: · 6a3b1d44
      bar@mysql.com authored
        Allow mixing of different character sets for more SQL functions.
      item_func.h:
        Allow mixing of different character sets for more SQL functions..
      6a3b1d44
  2. 29 Oct, 2004 2 commits
  3. 28 Oct, 2004 1 commit
  4. 21 Oct, 2004 1 commit
  5. 13 Oct, 2004 1 commit
    • konstantin@mysql.com's avatar
      A fix and test case for Bug#5985 ""prepare stmt from "select rand(?)" · 5abc3de2
      konstantin@mysql.com authored
      crashes server." The fix makes Item_func_rand prepared-statements
      aware plus it fixes the case when RAND is used in prepared
      statements and replication is on (as well as several similar issues).
      Until now we did not reset THD before every execution of a prepared
      statement, so if some execution had set thd->time_zone_used
      or thd->rand_used they would not be reset until next mysql_parse.
      Some of post-review fixes done.
      5abc3de2
  6. 09 Oct, 2004 1 commit
  7. 08 Oct, 2004 1 commit
  8. 07 Oct, 2004 1 commit
    • monty@mysql.com's avatar
      After merge fixes · 6239edc1
      monty@mysql.com authored
      Some bigger code changes was necessary becasue of the multi-table-update and the new HANDLER code
      6239edc1
  9. 11 Sep, 2004 1 commit
  10. 10 Sep, 2004 1 commit
  11. 01 Sep, 2004 1 commit
  12. 24 Aug, 2004 2 commits
  13. 31 Jul, 2004 1 commit
  14. 22 Jun, 2004 1 commit
  15. 21 Jun, 2004 1 commit
  16. 07 Jun, 2004 1 commit
  17. 01 Jun, 2004 1 commit
  18. 11 May, 2004 2 commits
  19. 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
  20. 25 Mar, 2004 2 commits
  21. 20 Mar, 2004 1 commit
  22. 19 Mar, 2004 1 commit
  23. 18 Mar, 2004 1 commit
  24. 17 Mar, 2004 2 commits
  25. 16 Mar, 2004 5 commits
  26. 15 Mar, 2004 1 commit
  27. 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
  28. 04 Mar, 2004 1 commit
  29. 17 Feb, 2004 1 commit
  30. 13 Feb, 2004 1 commit
  31. 10 Feb, 2004 1 commit