An error occurred fetching the project authors.
  1. 30 Sep, 2005 1 commit
  2. 14 Sep, 2005 2 commits
  3. 30 Aug, 2005 1 commit
  4. 19 Aug, 2005 1 commit
  5. 17 Aug, 2005 1 commit
    • elliot@mysql.com's avatar
      BUG#11338 (logging of prepared statement w/ blob type) · 19778260
      elliot@mysql.com authored
      In cp932, '\' character can be the second byte in a 
      multi-byte character stream. This makes it difficult to use
      mysql_escape_string. Added flag to indicate which languages allow
      '\' as second byte of multibyte sequence so that when putting a prepared
      statement into the binlog we can decide at runtime whether hex encoding
      is really needed.
      19778260
  6. 08 Aug, 2005 1 commit
    • bar@mysql.com's avatar
      Bug#5439 : mysql_server_init() crashes if ShiftJIS path is passed · 281c8ec1
      bar@mysql.com authored
      (important for Adobe).
      
      mf_pack.c, mf_dirname.c, charset.c, my_sys.h:
      
        - adding fs_character_set() function on Windows
        - ignoring fake slashes which are just multibyte
          parts in several functions in /mysys
      
      Verified by Shu to work on WinXP and Win2k.
      Test is not possible, or very hard to do.
      281c8ec1
  7. 31 Jul, 2005 1 commit
    • monty@mishka.local's avatar
      Fixes during review of new pushed code · 8437e9c1
      monty@mishka.local authored
      Change bool in C code to my_bool
      Added to mysqltest --enable_parsning and --disable_parsing to avoid to have to comment parts of tests
      Added comparison of LEX_STRING's and use this to compare file types for view and trigger files.
      8437e9c1
  8. 20 Jul, 2005 1 commit
  9. 18 Jul, 2005 2 commits
    • monty@mishka.local's avatar
      Fixes to previous changeset · 21ae9632
      monty@mishka.local authored
      get_defaults_file() -> get_defaults_options()
      21ae9632
    • monty@mishka.local's avatar
      Cleanups during review · 78c65b5a
      monty@mishka.local authored
      Changed defaults option --instance to --defaults-group-suffix
      Changed option handling to allow --defaults-file, --defaults-extra-file and --defaults-group-suffix to be given in any order
      Changed MYSQL_INSTANCE to MYSQL_GROUP_SUFFIX
      mysql_print_defaults now understands --defaults-group-suffix
      Remove usage of my_tempnam() (not safe function)
      if( -> if ( and while( to while (
      78c65b5a
  10. 24 Jun, 2005 1 commit
  11. 07 Jun, 2005 1 commit
  12. 06 Jun, 2005 1 commit
  13. 25 May, 2005 1 commit
  14. 20 May, 2005 1 commit
    • reggie@mdk10.(none)'s avatar
      BUG# 9148: Denial of service · 48c58453
      reggie@mdk10.(none) authored
      The problem was that on Windows the access method indicates that access to file 
      such as "com1" and "lpt1" is allowed (since they are device names) and
      this causes mysql to attempt to open them as databases or tables.
      
      The fix was to write our own my_access method that uses other Win32 functions
      to determine if the given argument is indeed a file and has to requested
      mode.
      48c58453
  15. 19 May, 2005 1 commit
  16. 18 May, 2005 1 commit
  17. 15 May, 2005 1 commit
  18. 05 May, 2005 1 commit
  19. 28 Apr, 2005 2 commits
  20. 05 Apr, 2005 1 commit
  21. 25 Mar, 2005 1 commit
  22. 17 Mar, 2005 1 commit
    • serg@serg.mylan's avatar
      Field::quote_data(): · 376a4ee0
      serg@serg.mylan authored
        don't call escape_string_for_mysql() unnecesary
        don't overwrite local buffer
      escape_string_for_mysql():
        take a length of the destination buffer as an argument
      376a4ee0
  23. 15 Mar, 2005 1 commit
  24. 08 Mar, 2005 1 commit
  25. 04 Mar, 2005 1 commit
  26. 03 Mar, 2005 2 commits
  27. 22 Feb, 2005 1 commit
  28. 20 Feb, 2005 1 commit
  29. 19 Feb, 2005 1 commit
  30. 18 Feb, 2005 1 commit
  31. 26 Jan, 2005 1 commit
  32. 15 Jan, 2005 1 commit
  33. 03 Jan, 2005 1 commit
  34. 23 Dec, 2004 1 commit
    • ingo@mysql.com's avatar
      WL#1895 - Print message to error log in case of detected MyISAM corruption · c39be2d0
      ingo@mysql.com authored
      Changed my_error() to print error messages, which come from
      arbitrary registered ranges of error messages. Messages can
      be unregistered (and should be at end of the program).
      Added registration of handler error messages.
      Added a new mi_print_error() macro and a new 
      mi_report_error() function, which supply error
      messages with a table name.
      Added calls to mi_print_error() or mi_report_error()
      at all places in MyISAM, where table corruption is detected.
      c39be2d0
  35. 14 Dec, 2004 1 commit
  36. 28 Nov, 2004 1 commit