An error occurred fetching the project authors.
  1. 18 Dec, 2004 1 commit
  2. 19 Nov, 2004 1 commit
  3. 22 Oct, 2004 1 commit
  4. 07 Oct, 2004 1 commit
  5. 15 Sep, 2004 2 commits
  6. 13 Sep, 2004 2 commits
  7. 08 Sep, 2004 2 commits
  8. 07 Sep, 2004 2 commits
  9. 06 Sep, 2004 1 commit
  10. 03 Sep, 2004 1 commit
  11. 31 Aug, 2004 1 commit
  12. 30 Aug, 2004 1 commit
  13. 27 Aug, 2004 1 commit
  14. 26 Aug, 2004 1 commit
  15. 25 Aug, 2004 1 commit
    • bar@mysql.com's avatar
      mysql.cc: · 65b70328
      bar@mysql.com authored
        Bug#3453: MySQL output formatting in multibyte character sets
      65b70328
  16. 24 Aug, 2004 3 commits
  17. 23 Aug, 2004 1 commit
  18. 20 Aug, 2004 1 commit
  19. 17 Aug, 2004 1 commit
  20. 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
  21. 13 Jul, 2004 1 commit
  22. 27 May, 2004 1 commit
  23. 26 May, 2004 1 commit
  24. 25 May, 2004 1 commit
  25. 21 May, 2004 1 commit
  26. 19 May, 2004 1 commit
  27. 18 May, 2004 1 commit
  28. 17 May, 2004 1 commit
  29. 06 May, 2004 2 commits
  30. 05 May, 2004 1 commit
    • serg@serg.mylan's avatar
      mysql.cc: · 803279f0
      serg@serg.mylan authored
        allow several -e on the command line
        clarify --help text
        make -B to work as advertised
        in force mode execute the rest of multi-statement line in case of error in one statement
      803279f0
  31. 05 Apr, 2004 1 commit
  32. 15 Mar, 2004 1 commit
  33. 08 Mar, 2004 1 commit