An error occurred fetching the project authors.
  1. 25 Nov, 2004 1 commit
  2. 13 Nov, 2004 1 commit
  3. 12 Nov, 2004 1 commit
  4. 07 Nov, 2004 1 commit
    • monty@mysql.com's avatar
      Simpler arena swapping code · b903a129
      monty@mysql.com authored
      Now thd->mem_root is a pointer to thd->main_mem_root and THR_MALLOC is a pointer to thd->mem_root.
      This gives us the following benefits:
      - Allow us to easily detect if arena has already been swapped before (this fixes a bug in setup_conds() where arena was swaped twice in some cases)
      - Faster swaps of arenas (as we don't have to copy the whole MEM_ROOT)
      - We don't anymore have to call my_pthread_setspecific_ptr(THR_MALLOC,...) to change where memory is alloced. Now it's enough to set thd->mem_root
      b903a129
  5. 25 Oct, 2004 1 commit
  6. 20 Oct, 2004 1 commit
  7. 09 Sep, 2004 1 commit
  8. 03 Aug, 2004 1 commit
  9. 31 Jul, 2004 1 commit
    • guilhem@mysql.com's avatar
      Fix for: · dd023bc8
      guilhem@mysql.com authored
      Bug #4810 "deadlock with KILL when the victim was in a wait state"
      (I included mutex unlock into exit_cond() for future safety)
      and BUG#4827 "KILL while START SLAVE may lead to replication slave crash"
      dd023bc8
  10. 10 Jun, 2004 1 commit
  11. 11 May, 2004 1 commit
  12. 07 Apr, 2004 1 commit
  13. 04 Apr, 2004 1 commit
  14. 19 Mar, 2004 1 commit
  15. 17 Mar, 2004 1 commit
  16. 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
  17. 10 Mar, 2004 3 commits
  18. 01 Feb, 2004 1 commit
  19. 19 Dec, 2003 1 commit
  20. 09 Dec, 2003 1 commit
  21. 04 Dec, 2003 1 commit
  22. 23 Nov, 2003 1 commit
    • guilhem@gbichot2's avatar
      Replication: · 05e5a35b
      guilhem@gbichot2 authored
      Now the I/O thread (in flush_master_info()) flushes the relay log to disk
      after reading every event. Slower but provides additionnal safety in case
      of brutal crash.
      I had to make the flush optional (i.e. add a if(some_bool_argument) in the function)
      because sometimes flush_master_info() is called when there is no usable
      relay log (the relay log's IO_CACHE is not initialized so can't be flushed).
      05e5a35b
  23. 20 Nov, 2003 2 commits
  24. 08 Oct, 2003 1 commit
  25. 26 Sep, 2003 1 commit
    • hf@deer.(none)'s avatar
      SCRUM: · ba8fa76f
      hf@deer.(none) authored
      WL#604 Privileges in embedded library
      code added to check privileges in embedded library
      NO_EMBEDDED_ACCESS_CHECKS macros inserted in code so we can exclude
      access-checking parts. Actually we now can exclude these parts from
      standalone server as well. Do we need it?
      Access checks are disabled in embedded server by default. One should
      edit libmysqld/Makefile manually to get this working.
      We definitely need the separate configure for embedded server
      ba8fa76f
  26. 19 Sep, 2003 1 commit
    • hf@deer.(none)'s avatar
      SCRUM · a2dbfaef
      hf@deer.(none) authored
      embedded library
      hash_insert renamed to my_hash_insert to avoid name intersection
      with another libraries
      is there better idea?
      a2dbfaef
  27. 13 Sep, 2003 2 commits
  28. 11 Sep, 2003 1 commit
  29. 01 Sep, 2003 1 commit
    • dlenev@dlenev.mshome's avatar
      Implemented replication over SSL · 2486222c
      dlenev@dlenev.mshome authored
       Added proper options to CHANGE MASTER TO, new fields to SHOW SLAVE STATUS,
       Honoring this parameters during connection to master.
       Introduced new format of master.info file
      2486222c
  30. 19 Aug, 2003 1 commit
  31. 28 Jul, 2003 1 commit
  32. 14 Jul, 2003 1 commit
  33. 11 Jul, 2003 1 commit
    • guilhem@mysql.com's avatar
      Fix for BUG#791: · fbebac9a
      guilhem@mysql.com authored
      a safer way of initing the mutexes in MYSQL_LOG.
      is_open() is now always thread-safe.
      See each file for details.
      fbebac9a
  34. 14 Jun, 2003 1 commit
  35. 10 Jun, 2003 1 commit
  36. 03 Jun, 2003 1 commit