An error occurred fetching the project authors.
  1. 10 Mar, 2006 1 commit
  2. 24 Feb, 2006 1 commit
  3. 23 Feb, 2006 1 commit
  4. 18 Feb, 2006 1 commit
    • guilhem@mysql.com's avatar
      Fix for BUG#14769 "Function fails to replicate if fails half-way (slave stops)": · 56bed24c
      guilhem@mysql.com authored
      if the function, invoked in a non-binlogged caller (e.g. SELECT, DO), failed half-way on the master,
      slave would stop and complain that error code between him and master mismatch. 
      To solve this, when a stored function is invoked in a non-binlogged caller (e.g. SELECT, DO), we binlog the function
      call as SELECT instead of as DO (see revision comment of sp_head.cc for more).
      And: minor wording change in the help text.
      This cset will cause conflicts in 5.1, I'll merge.
      56bed24c
  5. 14 Feb, 2006 1 commit
    • bar@mysql.com's avatar
      Many files: · cc3623ae
      bar@mysql.com authored
        Backporting character_set_filesystem from 5.0 to 5.1.
      cc3623ae
  6. 19 Jan, 2006 1 commit
  7. 18 Jan, 2006 2 commits
  8. 12 Jan, 2006 1 commit
  9. 04 Jan, 2006 1 commit
  10. 28 Dec, 2005 1 commit
  11. 24 Dec, 2005 1 commit
  12. 23 Dec, 2005 1 commit
  13. 14 Dec, 2005 1 commit
  14. 08 Dec, 2005 1 commit
    • kent@mysql.com's avatar
      mysqld.cc: · e8198e79
      kent@mysql.com authored
        Bug#14960, reverted code to make symdir work on Windows
      symlink.test:
        Disabled test case on Windows
      e8198e79
  15. 03 Dec, 2005 1 commit
  16. 24 Nov, 2005 1 commit
  17. 22 Nov, 2005 1 commit
  18. 20 Nov, 2005 1 commit
    • bell@sanja.is.com.ua's avatar
      Inefficient usage of String::append() fixed. · 806f9e24
      bell@sanja.is.com.ua authored
      Bad examples of usage of a string with its length fixed.
      The incorrect length in the trigger file configuration descriptor
        fixed (BUG#14090).
      A hook for unknown keys added to the parser to support old .TRG files.
      806f9e24
  19. 17 Nov, 2005 1 commit
    • grog@mysql.com's avatar
      set_var.cc, mysqld.cc, ha_innodb.h: · e91e55d6
      grog@mysql.com authored
        BUG#12701: SHOW VARIABLES does not show correct size of buffer pool.
      ha_innodb.cc:
        BUG#12701: SHOW VARIABLES does not show correct size of buffer pool
      e91e55d6
  20. 10 Nov, 2005 1 commit
    • guilhem@mysql.com's avatar
      WL#2971 "change log-bin-trust-routine-creators=0 to apply only to functions". · ff46e549
      guilhem@mysql.com authored
      Indeed now that stored procedures CALL is not binlogged, but instead the invoked substatements are,
      the restrictions applied by log-bin-trust-routine-creators=0 are superfluous for procedures.
      They still need to apply to functions where function calls are written to the binlog (for example as "DO myfunc(3)").
      We rename the variable to log-bin-trust-function-creators but allow the old name until some future version (and issue a warning if old name is used).
      ff46e549
  21. 03 Nov, 2005 2 commits
  22. 01 Nov, 2005 1 commit
  23. 26 Oct, 2005 1 commit
  24. 24 Oct, 2005 1 commit
  25. 23 Oct, 2005 1 commit
  26. 21 Oct, 2005 1 commit
  27. 17 Oct, 2005 1 commit
  28. 14 Oct, 2005 1 commit
  29. 12 Oct, 2005 2 commits
  30. 11 Oct, 2005 3 commits
  31. 09 Oct, 2005 1 commit
  32. 08 Oct, 2005 1 commit
  33. 04 Oct, 2005 2 commits
    • jani@ua141d10.elisa.omakaista.fi's avatar
      Fixed several boolean type options used in my_long_options[]. · 4099872e
      jani@ua141d10.elisa.omakaista.fi authored
      Some options were declared as 'bool', but since those are being
      handled in my_getopt.c, bool can be machine dependent. To make
      sure it works in all circumstances, the type should be my_bool
      for C (not C++) programs.
      4099872e
    • msvensson@neptunus.(none)'s avatar
      Improved testing of ssl and compression · cb96f195
      msvensson@neptunus.(none) authored
       - Added show status variable "compression" for checking that compression is turned on.
       - Updated show status variable "have_openssl" to be set to DISABLED if server supports ssl but it's not turned on to accept incoming ssl connections.  
       - Setup server to accept ssl connections from clients ig that is supported by server
       - New tests 
         - ssl - Run with ssl turned on
         - ssl_compress - Run with ssl and compression turned on
         - compress - Run with compression turned in 
       - Updated test 
         - openssl_1, rpl_openssl1 - Changed to run if server supports ssl
      cb96f195
  34. 29 Sep, 2005 1 commit
    • kent@mysql.com's avatar
      Many files: · 844d964f
      kent@mysql.com authored
        Prefix regex functions/types with "my_" as our
        library is not compatible with normal regex lib.
      my_regex.h:
        Rename: regex/regex.h -> regex/my_regex.h
      844d964f