An error occurred fetching the project authors.
  1. 03 Sep, 2004 1 commit
  2. 31 Aug, 2004 1 commit
  3. 30 Aug, 2004 1 commit
  4. 27 Aug, 2004 1 commit
  5. 26 Aug, 2004 1 commit
  6. 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
  7. 24 Aug, 2004 3 commits
  8. 23 Aug, 2004 1 commit
  9. 20 Aug, 2004 1 commit
  10. 17 Aug, 2004 1 commit
  11. 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
  12. 13 Jul, 2004 1 commit
  13. 27 May, 2004 1 commit
  14. 26 May, 2004 1 commit
  15. 25 May, 2004 1 commit
  16. 21 May, 2004 1 commit
  17. 19 May, 2004 1 commit
  18. 18 May, 2004 1 commit
  19. 17 May, 2004 1 commit
  20. 06 May, 2004 2 commits
  21. 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
  22. 05 Apr, 2004 1 commit
  23. 15 Mar, 2004 1 commit
  24. 08 Mar, 2004 1 commit
  25. 03 Mar, 2004 1 commit
  26. 26 Feb, 2004 1 commit
  27. 11 Feb, 2004 1 commit
  28. 05 Feb, 2004 1 commit
  29. 14 Jan, 2004 3 commits
  30. 05 Jan, 2004 1 commit
  31. 30 Dec, 2003 1 commit
  32. 17 Dec, 2003 1 commit
  33. 14 Dec, 2003 1 commit
    • monty@mysql.com's avatar
      Extend max_allowed_packet to 2G in mysql and mysqldump (Bug #2105) · d47deebb
      monty@mysql.com authored
      Don't dump data for MRG_ISAM or MRG_MYISAM tables. (Bug #1846)
      Ensure that 'lower_case_table_names' is always set on case insensitive file systems. (Bug #1812)
      One can now configure MySQL as windows service as a normal user. (Bug #1802)
      Database names is now compared with lower case in ON clause when lower_case_table_names is set. (Bug #1736)
      IGNORE ... LINES option didn't work when used with fixed length rows. (Bug #1704)
      Change INSERT DELAYED ... SELECT... to INSERT .... SELECT (Bug #1983)
      Safety fix for service 'mysql start' (Bug #1815)
      d47deebb
  34. 13 Dec, 2003 1 commit
  35. 12 Dec, 2003 1 commit