An error occurred fetching the project authors.
  1. 30 Jan, 2007 1 commit
  2. 22 Jan, 2007 1 commit
  3. 12 Jan, 2006 1 commit
  4. 14 Sep, 2005 1 commit
  5. 06 Sep, 2005 1 commit
  6. 28 Aug, 2005 1 commit
  7. 24 Aug, 2005 1 commit
  8. 18 Aug, 2005 1 commit
  9. 03 Mar, 2005 2 commits
  10. 25 Jan, 2005 1 commit
  11. 12 Jan, 2005 1 commit
  12. 24 Dec, 2004 1 commit
  13. 01 Nov, 2004 1 commit
  14. 27 Oct, 2004 1 commit
  15. 20 Oct, 2004 2 commits
  16. 17 Oct, 2004 1 commit
    • dellis@goetia.(none)'s avatar
      mysqld.cc: · b9509655
      dellis@goetia.(none) authored
        BUG #5731 key_buffer_size not properly restricted to 4GB; use UINT_MAX32 for clarity.
      b9509655
  17. 13 Oct, 2004 1 commit
  18. 03 Oct, 2004 1 commit
  19. 30 Sep, 2004 1 commit
  20. 24 Sep, 2004 1 commit
  21. 03 Sep, 2004 1 commit
  22. 02 Sep, 2004 1 commit
  23. 01 Sep, 2004 1 commit
  24. 31 Aug, 2004 1 commit
  25. 27 Aug, 2004 1 commit
    • monty@mysql.com's avatar
      Code style fixes. · f574cd4e
      monty@mysql.com authored
      Initialize LOG_error_log before get_options to not use an uninitalized mutex in case of an error from handle_options()
      f574cd4e
  26. 23 Aug, 2004 1 commit
  27. 19 Aug, 2004 1 commit
  28. 18 Aug, 2004 1 commit
    • rburnett@build.mysql.com's avatar
      BUG# 4466 - Nothing in .err when mysql service ends because of malformed my.ini options · a22cdab9
      rburnett@build.mysql.com authored
      mysqld.cc:
        Changed option_error_reporter to match new function header that includes LOGLEVEL enum
      mysql_priv.h:
        Removed the MY_ERROR style bitmask.  Changed function headers to use new LOGLEVEL enum
      log.cc:
        Changed print_buffer_to_log to print_buffer_to_file.  Remove the timestamp bool and now all log entries written to stderr are timestamped.  Removed some unused commented code.  changed to use the new LOGLEVEL enum.  
      my_getopt.c:
        Changed functions to use the new LOGLEVEL enum and changed the included error reporter to be default_reporter.  This reporter is used in handle_options if a reporter is not given
      my_getopt.h:
        changed typedefs to use better naming convention.  Moved error bitmask into the LOGLEVEL enum and included it here.
      a22cdab9
  29. 17 Aug, 2004 1 commit
    • heikki@hundin.mysql.fi's avatar
      srv0start.c, ut0mem.c, ut0dbg.c, ut0dbg.h, srv0start.h: · 6feb6ea5
      heikki@hundin.mysql.fi authored
        Changes for NetWare to exit the InnoDB gracefully instead of crashing the server (patch by PRam@novell.com, polished a little by Heikki Tuuri)
      mysqld.cc, ha_innodb.cc:
        Changes for NetWare to exit the InnoDB gracefully instead of crashing the server (patch by PRam@novell.com, polished a little by Heikki Tuuri) 
      6feb6ea5
  30. 14 Aug, 2004 1 commit
    • rburnett@build.mysql.com's avatar
      mysql_priv.h: · 67003d1c
      rburnett@build.mysql.com authored
        Added declarations for print_msg_to_log and vprint_msg_to_log.  sql_print_error are simple functions that wrap calls to print_msg_to_log.  Define the different error types with MY_ERROR_TYPE, MY_WARNING_TYPE, and MY_INFORMATION_TYPE
      gen_lex_hash.cc:
        Added NULL error reporting parameter to handle_options
      log.cc:
        Add print_msg_to_log, print_buffer_to_log, and vprint_msg_to_log.  Print_msg_to_log will write the message to the windows event log if on NT.  We now have error, warning, and information versions of sql_print_xxxx.  T his is a variation of a similar changeset WAX did.
      mysqld.cc:
        Added option_error_reporter callback function and pass that into handle_options
      mysql.cc:
        Added NULL as error reporter arg to the end of handle_options
      Many files:
        Added NULL error reporter parameter as the last paramter to handle_options
      my_getopt.c:
        Added second function pointer to server as an error reporting callback.  Added local function report_option_error that will either write the error to stderr or to the error reporting callback.  changed all calls in handle_options from fprintf(stderr, ... ) to report_option_error
      my_getopt.h:
        Changed declaration of handle_options to use typedefs for the two function pointers.  added second function pointer to server as an error reporting callback
      mysqld.dsp:
        Added custom build step for compiling message file and added message resource file (output of mc)
      67003d1c
  31. 13 Aug, 2004 1 commit
    • guilhem@mysql.com's avatar
      Escaping [] so that darwin[7-8] gets into 'configure' and not darwin7-8 · c9a46a43
      guilhem@mysql.com authored
      Adding a compilation define so that on recent Darwin mysqld does not react to SIGHUP and SIGQUIT:
      this fixes a rpl000001 problem on our Powermac G5 machine (popping after an upgrade from 10.3.4 to
      10.3.5) and is expected to fix 
      BUG#2030 "relay bin log on slave resets multiple times a second"
      (i.e. under some Mac OS X Panther versions, mysqld receives many SIGHUP and SIGQUIT).
      So this fix is more a problem-hider than a real understanding of why mysqld receives so many signals.
      Note that we saw other problems on this OS where mysqld reacts to Ctrl-Z but apparently only once,
      where using SSL seems to make the problem more frequent...
      c9a46a43
  32. 06 Aug, 2004 1 commit
  33. 04 Aug, 2004 1 commit
  34. 10 Jun, 2004 1 commit
  35. 01 Jun, 2004 1 commit
  36. 26 May, 2004 1 commit
  37. 25 May, 2004 1 commit
  38. 24 May, 2004 1 commit