An error occurred fetching the project authors.
  1. 05 Jan, 2006 1 commit
  2. 28 Dec, 2005 1 commit
  3. 22 Dec, 2005 1 commit
  4. 19 Dec, 2005 1 commit
    • kent@mysql.com's avatar
      my_sys.h: · 6e276f03
      kent@mysql.com authored
        Added MAP_NORESERVE set to 0 for Windows
      config-win.h:
        If MAX_INDEXES is not set, set it to 64 on Windows
      6e276f03
  5. 13 Dec, 2005 1 commit
  6. 28 Nov, 2005 1 commit
  7. 14 Nov, 2005 1 commit
  8. 11 Oct, 2005 1 commit
  9. 01 Aug, 2005 1 commit
  10. 29 Jul, 2005 1 commit
  11. 22 Jul, 2005 1 commit
  12. 18 Jul, 2005 1 commit
    • monty@mishka.local's avatar
      Cleanups during review · 78c65b5a
      monty@mishka.local authored
      Changed defaults option --instance to --defaults-group-suffix
      Changed option handling to allow --defaults-file, --defaults-extra-file and --defaults-group-suffix to be given in any order
      Changed MYSQL_INSTANCE to MYSQL_GROUP_SUFFIX
      mysql_print_defaults now understands --defaults-group-suffix
      Remove usage of my_tempnam() (not safe function)
      if( -> if ( and while( to while (
      78c65b5a
  13. 09 Jun, 2005 1 commit
    • kent@mysql.com's avatar
      config-win.h: · 4d0a81aa
      kent@mysql.com authored
        Enabled yaSSL on Windows
      Many files:
        Added yaSSL to Visual Studio 6 project files
      4d0a81aa
  14. 03 Jun, 2005 1 commit
  15. 02 Jun, 2005 1 commit
  16. 24 May, 2005 1 commit
  17. 29 Apr, 2005 1 commit
  18. 07 Apr, 2005 1 commit
  19. 05 Apr, 2005 1 commit
  20. 05 Mar, 2005 1 commit
  21. 23 Feb, 2005 1 commit
  22. 20 Feb, 2005 1 commit
  23. 19 Feb, 2005 1 commit
  24. 16 Feb, 2005 1 commit
  25. 04 Jan, 2005 1 commit
  26. 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
  27. 04 Nov, 2004 1 commit
  28. 04 Oct, 2004 1 commit
    • vva@eagle.mysql.r18.ru's avatar
      patch fixing after review on patch-fixing of · 91e8afac
      vva@eagle.mysql.r18.ru authored
      Bug #5492 
      "set @@session.read_rnd_buffer_size=33554432" crashes server on query
      
      1. added warning comments for uint3korr (need one more byte allocated)
      2. unsigned long in uint3korr was replaced by unsigned int to 
         avoid problems on 64-bits platforms
      3. shorten warning comments in init_rr_cache in sql/records.cc
      91e8afac
  29. 31 Aug, 2004 1 commit
  30. 24 Aug, 2004 1 commit
  31. 06 Jul, 2004 2 commits
  32. 29 Apr, 2004 1 commit
  33. 15 Mar, 2004 1 commit
  34. 19 Feb, 2004 2 commits
  35. 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
  36. 05 Dec, 2003 1 commit
  37. 04 Dec, 2003 1 commit
  38. 27 Oct, 2003 1 commit