An error occurred fetching the project authors.
  1. 08 Oct, 2005 1 commit
  2. 06 Oct, 2005 1 commit
    • kent@mysql.com's avatar
      my_pthread.h: · 3af12c47
      kent@mysql.com authored
        Let pthread_mutex_init() macro return 0 on Windows
      mysql_priv.h:
        Return type is to be 'my_bool' for 'opt_enable_shared_memory'
      3af12c47
  3. 07 Sep, 2005 1 commit
  4. 27 Apr, 2005 2 commits
  5. 05 Apr, 2005 1 commit
  6. 10 Feb, 2005 1 commit
  7. 27 Jan, 2005 1 commit
  8. 16 Jan, 2005 1 commit
  9. 05 Jan, 2005 1 commit
  10. 17 Nov, 2004 1 commit
  11. 09 Nov, 2004 1 commit
  12. 04 Nov, 2004 1 commit
  13. 04 Oct, 2004 1 commit
  14. 05 Feb, 2004 1 commit
  15. 11 Dec, 2003 1 commit
    • monty@mysql.com's avatar
      Fixed a possible memory leak on MacOSX when using the shared libmysql.so library (Bug #2061) · 7e92336b
      monty@mysql.com authored
      mysql_server_init() now returns error code if something went wrong (Bug #2062)
      Don't use my_fopen() when reading symlink information as this may cause problems when a lot of files are opened.
      Free thread keys with pthread_key_delete() instead of relying on automatic free. (Bug #2062)
      Fixed bug in UNION statement with alias '*'. (Bug #1249)
      Fixed a bug in DELETE ... ORDER BY ... LIMIT where the rows where not deleted in the proper order. (Bug #1024).
      FOUND_ROWS() could return incorrect number of rows after a query with an impossible WHERE condition.
      HOW DATABASES doesn't anymore show .sym files (on windows) that doesn't point to a valid directory. (Bug #1385)
      7e92336b
  16. 20 Nov, 2003 1 commit
  17. 23 Oct, 2003 1 commit
  18. 16 Oct, 2003 1 commit
  19. 22 Sep, 2003 1 commit
  20. 28 Aug, 2003 1 commit
  21. 11 Aug, 2003 1 commit
  22. 29 May, 2003 1 commit
  23. 25 Apr, 2003 1 commit
  24. 28 Mar, 2003 1 commit
  25. 21 Mar, 2003 1 commit
  26. 25 Feb, 2003 1 commit
  27. 17 Feb, 2003 1 commit
  28. 28 Jan, 2003 3 commits
    • 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
    • igor@hundin.mysql.fi's avatar
      my_pthread.h: · 6fea54dd
      igor@hundin.mysql.fi authored
        Missing merge in changeset 1.1435
      6fea54dd
    • venu@hundin.mysql.fi's avatar
      Introduced a scalable key cache management. · 961d2c3e
      venu@hundin.mysql.fi authored
      Added some fields to the st_my_thread_var structure to be
        able to link such structures into a list.
      961d2c3e
  29. 14 Jan, 2003 1 commit
  30. 24 Oct, 2002 1 commit
  31. 21 Aug, 2002 1 commit
    • monty@hundin.mysql.fi's avatar
      Use our version of RWLOCKS on UNIXWARE 7 · 03b0179a
      monty@hundin.mysql.fi authored
      More DBUG info for replication
      Better error messages from replication
      Fixed bug in replication code when connecting to 'localhost' (time was not released properly)
      Block ALARM signal on Linux for signal handler thread (Fixes problem with running mysqld with --debug)
      Removed warning when setting an AUTO_INCREMENT field to NULL
      03b0179a
  32. 16 Aug, 2002 2 commits
  33. 08 Aug, 2002 2 commits
    • monty@hundin.mysql.fi's avatar
      Fix for Intel compiler (ecc) · a31406e3
      monty@hundin.mysql.fi authored
      Minor cleanups to other patches.
      Make --temp-pool default
      a31406e3
    • 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
  34. 06 Aug, 2002 2 commits