An error occurred fetching the project authors.
  1. 07 Aug, 2007 1 commit
  2. 01 Jun, 2007 1 commit
  3. 23 Apr, 2007 1 commit
  4. 16 Apr, 2007 1 commit
    • ramil/ram@mysql.com/ramil.myoffice.izhnet.ru's avatar
      Fix for · e62dbcf7
      bug #27715: mysqld --character-sets-dir buffer overflow
      bug ##26851: Mysql Client --pager Buffer Overflow
      
      Using strmov() to copy an argument may cause overflow 
      if the argument's length is bigger than the buffer:
      use strmake instead.
      Also, we have to encrease the error message buffer size to fit 
      the longest message.
      e62dbcf7
  5. 20 Feb, 2007 2 commits
  6. 19 Feb, 2007 1 commit
    • kaa@polly.local's avatar
      Bug#18743: Several test cases fails if "classic" configuration in 5.0 · 315819fe
      kaa@polly.local authored
      The problem happened because those tests were using "cp932" and "ucs2" without checking whether these character sets are available. This fix moves test parts to make character set specific parts be tested only if they are:
      - some parts were moved to "ctype_ucs.test" and "ctype_cp932.test"
      - some parts were moved to the newly added tests "innodb-ucs2.test", "mysqlbinglog-cp932.test" and "sp-ucs2.test"
      315819fe
  7. 16 Feb, 2007 1 commit
  8. 17 Jan, 2007 1 commit
  9. 14 Dec, 2006 1 commit
    • monty@mysql.com/narttu.mysql.fi's avatar
      Fixed compiler warnings detected by option -Wshadow and -Wunused: · 88dd873d
      monty@mysql.com/narttu.mysql.fi authored
      - Removed not used variables and functions
      - Added #ifdef around code that is not used
      - Renamed variables and functions to avoid conflicts
      - Removed some not used arguments
      
      Fixed some class/struct warnings in ndb
      Added define IS_LONGDATA() to simplify code in libmysql.c
      
      I did run gcov on the changes and added 'purecov' comments on almost all lines that was not just variable name changes
      88dd873d
  10. 28 Nov, 2006 1 commit
  11. 13 Nov, 2006 1 commit
  12. 03 Nov, 2006 2 commits
  13. 26 Oct, 2006 1 commit
  14. 09 Oct, 2006 1 commit
  15. 02 Oct, 2006 1 commit
  16. 13 Sep, 2006 1 commit
  17. 06 Sep, 2006 1 commit
  18. 24 Aug, 2006 1 commit
  19. 16 Aug, 2006 1 commit
  20. 02 Aug, 2006 1 commit
  21. 31 Jul, 2006 1 commit
  22. 24 Jul, 2006 1 commit
  23. 17 Jul, 2006 1 commit
  24. 10 May, 2006 1 commit
  25. 16 Apr, 2006 1 commit
  26. 04 Apr, 2006 1 commit
  27. 03 Mar, 2006 1 commit
  28. 24 Feb, 2006 1 commit
  29. 09 Feb, 2006 1 commit
    • aelkin@mysql.com's avatar
      BUG#16217 forced to introduce a separate mysql client command to adopt its · dd2a44c4
      aelkin@mysql.com authored
      internal charset to one associated with currently being handled query. 
      To note such a query can come from interactive client either.
      
      There was a discussion within replication team and Monty who's suggestion won.
      It avoids straightforward parsing of all `set' queries that could affect client side 
      character set. 
      According to the idea, mysql client does not parse `set' queries but rather cares of
      `charset new_cs_name' command.
      This command is generated by mysqlbinlog in form of exclaiming comment (Lars' suggestion)
      so that enlightened clients like `mysql' knows what to do with it.
      
      Interactive human can switch between many multi-byte charsets during the session 
      providing the command explicitly. 
      To note that setting new internal mysql's charset does not
      trigger sending any `SET' sql statement to the server. 
      dd2a44c4
  30. 06 Oct, 2005 1 commit
    • monty@mysql.com's avatar
      Review of code pushed since last 5.0 pull: · 78e828d3
      monty@mysql.com authored
      Ensure that ccache is also used for C programs
      mysql: Ensure that 'delimiter' works the same way in batch mode as in normal mode
      mysqldump: Change to use ;; (instead of //) as a stored procedure/trigger delimiter
      Fixed test cases by adding missing DROP's and rename views to be of type 'v#'
      Removed MY_UNIX_PATH from fn_format()
      Removed current_db_used from TABLE_LIST
      Removed usage of 'current_thd' in Item_splocal
      Removed some compiler warnings
      A bit faster longlong2str code
      78e828d3
  31. 24 Sep, 2005 1 commit
    • kent@mysql.com's avatar
      mysqlbinlog.test: · 4e289272
      kent@mysql.com authored
        Windows have no 'cat' command, use <
      mysql.test:
        Windows can't handle single quotes in --exec line
      4e289272
  32. 03 Jun, 2005 1 commit
  33. 17 May, 2005 1 commit