An error occurred fetching the project authors.
  1. 08 May, 2006 1 commit
  2. 15 Apr, 2006 1 commit
  3. 11 Apr, 2006 1 commit
  4. 23 Mar, 2006 1 commit
  5. 24 Jan, 2006 1 commit
  6. 19 Oct, 2005 1 commit
    • aivanov@mysql.com's avatar
      Fix for BUG#4375: Windows specific directories are copied · e203a42d
      aivanov@mysql.com authored
       during replication.
       Modified my_dir(). Now this function skips hidden and system
       files which sometimes are created by Windows.
       NOTE. The fix is similar to the previuos one (05 July 2004)
       except for correct setting of the 'attrib' variable value
       (within the previous fix this variable was left uninitialized
       when my_dir() was called with My_flags & MY_WANT_STAT == 0).
      e203a42d
  7. 24 Aug, 2004 1 commit
  8. 23 Aug, 2004 1 commit
  9. 29 Jul, 2004 1 commit
  10. 05 Jul, 2004 2 commits
    • guilhem@mysql.com's avatar
      my_lib.c: · 2d5fbe0a
      guilhem@mysql.com authored
        more accurate comment
      2d5fbe0a
    • guilhem@mysql.com's avatar
      Windows-specific: · 912eb811
      guilhem@mysql.com authored
      Fix for BUG#4375 "Windows specific directories are copied during
      replication": in the Windows version of my_dir(), do not show hidden
      or system files which Windows sometimes creates in the root directory
      of drive (like RECYCLER and SYSTEM VOLUME INFORMATION directories) (so
      this problem showed up only when the datadir was the root dir of a
      drive).
      This will make SHOW DATABASES display better, and will do no harm to
      MySQL. For example, DROP DATABASE will not miss some files, as MySQL
      creates no hidden or system files.
      912eb811
  11. 12 Dec, 2003 1 commit
    • dlenev@mysql.com's avatar
      Fix for Bug #1952 · d7ebfbab
      dlenev@mysql.com authored
      "SHOW TABLE STATUS very slow w/large number of tables"
      Replaced old algorithm which were used in my_dir() and stored
      all information about directory entries in one chunk of memory
      with new one which stores file names and MY_STAT structures in
      separate memroot, so now we don't need to copy this data during
      reallocation of dir_entry array.
      d7ebfbab
  12. 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
  13. 11 Mar, 2003 1 commit
  14. 06 Dec, 2001 1 commit
  15. 08 Nov, 2001 1 commit
  16. 14 Sep, 2001 1 commit
  17. 21 Aug, 2001 1 commit
  18. 19 Aug, 2001 1 commit
    • monty@hundin.mysql.fi's avatar
      Fix of UNION code · a1be2a89
      monty@hundin.mysql.fi authored
      Added heap_delete_table
      Added HA_EXTRA_PREPARE_FOR_DELETE
      Added and use my_dup() for faster open of tables.
      Removed not working no-mix-table-type
      a1be2a89
  19. 15 Aug, 2000 1 commit
  20. 31 Jul, 2000 1 commit