An error occurred fetching the project authors.
  1. 19 May, 2004 1 commit
  2. 17 Mar, 2004 1 commit
  3. 11 Mar, 2004 2 commits
    • 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
    • jani@ua72d24.elisa.omakaista.fi's avatar
      Small fixes. · 3b5a4693
      jani@ua72d24.elisa.omakaista.fi authored
      3b5a4693
  4. 06 Mar, 2004 1 commit
  5. 04 Mar, 2004 2 commits
  6. 02 Mar, 2004 1 commit
  7. 02 Feb, 2004 1 commit
  8. 30 Dec, 2003 1 commit
    • monty@mysql.com's avatar
      Some small portability fixes. · c1dd070b
      monty@mysql.com authored
      Added support for lower_case_table_names=2, which is to be used on case insensitive file systems.
      This tells MySQL to preserve the used case of filenames and database names to make it esier to move files between cases sensitive can case insensitive file systems (like Windows and Linux)
      c1dd070b
  9. 17 Dec, 2003 1 commit
  10. 26 Nov, 2003 1 commit
  11. 16 Oct, 2003 1 commit
  12. 14 Oct, 2003 1 commit
  13. 11 Oct, 2003 1 commit
  14. 06 Oct, 2003 1 commit
  15. 21 Aug, 2003 1 commit
  16. 17 Aug, 2003 1 commit
  17. 06 Jul, 2003 1 commit
  18. 29 Jun, 2003 1 commit
  19. 27 Jun, 2003 1 commit
  20. 19 Jun, 2003 1 commit
  21. 26 May, 2003 1 commit
  22. 19 May, 2003 1 commit
  23. 13 May, 2003 2 commits
  24. 04 May, 2003 2 commits
  25. 24 Apr, 2003 1 commit
  26. 19 Mar, 2003 1 commit
  27. 05 Mar, 2003 1 commit
  28. 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
  29. 27 Jan, 2003 3 commits
  30. 20 Dec, 2002 1 commit
  31. 05 Dec, 2002 1 commit
    • monty@mashka.mysql.fi's avatar
      Copy arguments given to mysql_server_init() · 7d681c44
      monty@mashka.mysql.fi authored
      Made keybuff_size longlong (To make show variables work similar on 32
      and 64 bit systems)
      Fixed some 'not initalized variable errors' in multi-table-update.
      Fixed memory leak in multi-table-update.
      Now all tests works under valgrind without any errors.
      7d681c44
  32. 19 Nov, 2002 1 commit
    • heikki@hundin.mysql.fi's avatar
      set_var.cc: · 00624434
      heikki@hundin.mysql.fi authored
        Fix potential bus error in 64-bit computers in SHOW VARIABLES, if int is only 32-bit in them
      00624434
  33. 14 Nov, 2002 1 commit
  34. 07 Nov, 2002 1 commit