An error occurred fetching the project authors.
  1. 27 Apr, 2005 1 commit
  2. 23 Feb, 2005 1 commit
  3. 30 Nov, 2004 1 commit
  4. 11 Oct, 2004 1 commit
    • guilhem@mysql.com's avatar
      Fix for BUG#5949 "error code 1223 in binlog when using innobackup": · 13af58aa
      guilhem@mysql.com authored
      when one connection had done FLUSH TABLES WITH READ LOCK, some updates, and then COMMIT,
      it was accepted but my_error() was called and so, while client got no error, error was logged in binlog.
      We now don't call my_error() in this case; we assume the connection know what it does.
      This problem was specific to 4.0.21. The change is needed to make replication work with existing versions of innobackup.
      13af58aa
  5. 31 Aug, 2004 1 commit
  6. 24 Aug, 2004 1 commit
  7. 20 Aug, 2004 1 commit
  8. 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
  9. 24 May, 2004 1 commit
  10. 30 Mar, 2004 1 commit
  11. 15 Mar, 2004 1 commit
  12. 10 Mar, 2004 1 commit
  13. 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
  14. 13 Sep, 2003 1 commit
  15. 04 Mar, 2003 1 commit
  16. 03 Mar, 2003 1 commit
  17. 21 Jan, 2003 1 commit
  18. 21 Nov, 2002 1 commit
  19. 16 Nov, 2002 1 commit
    • monty@mashka.mysql.fi's avatar
      Small improvement to alloc_root · 1a96948e
      monty@mashka.mysql.fi authored
      Add support for LIMIT # OFFSET #
      Changed lock handling:  Now all locks should be stored in TABLE_LIST instead of passed to functions.
      Don't call query_cache_invalidate() twice in some cases
      mysql_change_user() now clears states to be equal to close + connect.
      Fixed a bug with multi-table-update and multi-table-delete when used with LOCK TABLES
      Fixed a bug with replicate-do and UPDATE
      1a96948e
  20. 05 Nov, 2002 1 commit
  21. 30 Oct, 2002 1 commit
  22. 21 Sep, 2002 1 commit
  23. 20 Sep, 2002 1 commit
  24. 19 Sep, 2002 1 commit
  25. 08 Aug, 2002 1 commit
    • monty@mashka.mysql.fi's avatar
      Lots of code fixes to the replication code (especially the binary logging and... · 2c4fa340
      monty@mashka.mysql.fi authored
      Lots of code fixes to the replication code (especially the binary logging and index log file handling)
      Fixed bugs in my last changeset that made MySQL hard to compile.
      Added mutex around some data that could cause table cache corruptions when using OPTIMIZE TABLE / REPAIR TABLE or automatic repair of MyISAM tables.
      Added mutex around some data in the slave start/stop code that could cause THD linked list corruptions
      Extended my_chsize() to allow one to specify a filler character.
      Extend vio_blocking to return the old state (This made some usage of this function much simpler)
      Added testing for some functions that they caller have got the required mutexes before calling the function.
      Use setrlimit() to ensure that we can write core file if one specifies --core-file.
      Added --slave-compressed-protocol
      Made 2 the minimum length for ft_min_word_len
      Added variables foreign_key_checks & unique_checks.
      Less logging from replication code (if not started with --log-warnings)
      Changed that SHOW INNODB STATUS requre the SUPER privilege
      More DBUG statements and a lot of new code comments
      2c4fa340
  26. 11 Jun, 2002 1 commit
  27. 21 Mar, 2002 1 commit
  28. 29 Jan, 2002 1 commit
    • monty@hundin.mysql.fi's avatar
      New error messages · be462898
      monty@hundin.mysql.fi authored
      Test of unsigned BIGINT values
      Fixes for queries-per-hour
      Cleanup of replication code (comments and portability fixes)
      Make most of the binary log code 4G clean
      Changed syntax for GRANT ... QUERIES PER HOUR
      be462898
  29. 06 Dec, 2001 1 commit
  30. 26 Nov, 2001 1 commit
  31. 08 Sep, 2001 2 commits
  32. 03 Sep, 2001 1 commit
  33. 02 Sep, 2001 1 commit
  34. 01 Sep, 2001 1 commit
  35. 14 Aug, 2001 1 commit
  36. 29 May, 2001 1 commit
  37. 09 May, 2001 1 commit
  38. 17 Feb, 2001 1 commit
  39. 13 Nov, 2000 1 commit