An error occurred fetching the project authors.
  1. 11 Jan, 2005 1 commit
  2. 02 Dec, 2004 1 commit
  3. 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
  4. 30 Jul, 2004 1 commit
  5. 24 Jun, 2004 2 commits
  6. 27 May, 2004 1 commit
  7. 25 May, 2004 3 commits
  8. 24 May, 2004 3 commits
  9. 19 May, 2004 1 commit
  10. 06 May, 2004 1 commit
  11. 22 Mar, 2004 1 commit
  12. 19 Feb, 2004 1 commit
  13. 03 Nov, 2003 1 commit
    • monty@narttu.mysql.fi's avatar
      Simplified 'wrong xxx name' error messages by introducing 'general' ER_WRONG_NAME error · a444a344
      monty@narttu.mysql.fi authored
      Cleaned up (and disabled part of) date/time/datetime format patch. One can't anymore change default read/write date/time/formats.
      This is becasue the non standard datetime formats can't be compared as strings and MySQL does still a lot of datetime comparisons as strings
      Changed flag argument to str_to_TIME() and get_date() from bool to uint
      Removed THD from str_to_xxxx functions and Item class.
      Fixed core dump when doing --print-defaults
      Move some common string functions to strfunc.cc
      Dates as strings are now of type my_charset_bin instead of default_charset()
      Introduce IDENT_QUOTED to not have to create an extra copy of simple identifiers (all chars < 128)
      Removed xxx_FORMAT_TYPE enums and replaced them with the old TIMESTAMP_xxx enums
      Renamed some TIMESTAMP_xxx enums to more appropriate names
      Use defines instead of integers for date/time/datetime string lengths
      Added to build system and use the new my_strtoll10() function.
      a444a344
  14. 25 Aug, 2003 1 commit
  15. 24 Jun, 2003 1 commit
  16. 08 Jun, 2003 1 commit
  17. 04 Jun, 2003 2 commits
  18. 28 Feb, 2003 1 commit
  19. 21 Jan, 2003 1 commit
  20. 18 Jan, 2003 1 commit
  21. 12 Dec, 2002 1 commit
  22. 08 Oct, 2002 1 commit
  23. 02 Oct, 2002 1 commit
  24. 24 Sep, 2002 1 commit
  25. 29 Aug, 2002 1 commit
  26. 15 Aug, 2002 1 commit
  27. 28 Jun, 2002 1 commit
  28. 22 Oct, 2001 1 commit