An error occurred fetching the project authors.
  1. 14 Mar, 2006 1 commit
  2. 25 Feb, 2006 1 commit
    • kent@mysql.com's avatar
      config-win.h: · 9571e81f
      kent@mysql.com authored
        Enable row based replication for Windows build
      replication.m4:
        Made help text more clear, default is with row based replication enabled
      9571e81f
  3. 16 Feb, 2006 1 commit
  4. 13 Jan, 2006 1 commit
  5. 12 Jan, 2006 1 commit
  6. 11 Jan, 2006 1 commit
  7. 05 Jan, 2006 1 commit
  8. 28 Dec, 2005 1 commit
  9. 22 Dec, 2005 1 commit
  10. 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
  11. 13 Dec, 2005 1 commit
  12. 28 Nov, 2005 1 commit
  13. 14 Nov, 2005 1 commit
  14. 11 Oct, 2005 1 commit
  15. 01 Aug, 2005 1 commit
  16. 29 Jul, 2005 1 commit
  17. 22 Jul, 2005 1 commit
  18. 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
  19. 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
  20. 03 Jun, 2005 1 commit
  21. 02 Jun, 2005 1 commit
  22. 24 May, 2005 1 commit
  23. 29 Apr, 2005 1 commit
  24. 07 Apr, 2005 1 commit
  25. 05 Apr, 2005 1 commit
  26. 05 Mar, 2005 1 commit
  27. 23 Feb, 2005 1 commit
  28. 20 Feb, 2005 1 commit
  29. 19 Feb, 2005 1 commit
  30. 16 Feb, 2005 1 commit
  31. 04 Jan, 2005 1 commit
  32. 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
  33. 04 Nov, 2004 1 commit
  34. 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
  35. 31 Aug, 2004 1 commit
  36. 24 Aug, 2004 1 commit
  37. 06 Jul, 2004 2 commits
  38. 29 Apr, 2004 1 commit
  39. 15 Mar, 2004 1 commit