An error occurred fetching the project authors.
  1. 24 Oct, 2006 1 commit
  2. 19 Jun, 2006 1 commit
    • holyfoot@deer.(none)'s avatar
      bug #20318 (ctype_ucs2_def test fails with embedded) · d8d42948
      holyfoot@deer.(none) authored
      there was two problems about charsets in embedded server
      1. mysys/charset.c - defined there default_charset_info variable is
      modified by both server and client code (particularly when
      --default-charset option is handled)
      In embedded server we get two codelines modifying one variable.
      I created separate default_client_charset_info for client code
      
      2. mysql->charset and mysql->options.charset initialization isn't
      properly done for embedded server - necessary calls added
      d8d42948
  3. 02 Jun, 2006 1 commit
  4. 01 Jun, 2006 1 commit
    • holyfoot@deer.(none)'s avatar
      bug #16017 (memory leaks in embedded server) · bc35c500
      holyfoot@deer.(none) authored
      There actually was 3 different problems -
      hash_user_connections wasn't cleaned
      one strdupped database name wasn't freed
      and stmt->mem_root wasn't cleaned as it was
      replased with mysql->field_alloc for result
      For the last one - i made the library using stmt's
      fields to store result if it's the case.
      bc35c500
  5. 27 Sep, 2005 1 commit
  6. 28 Jul, 2005 1 commit
  7. 27 Jul, 2005 2 commits
  8. 26 Jul, 2005 1 commit
  9. 11 Jan, 2005 1 commit
  10. 21 Dec, 2004 2 commits
  11. 19 Dec, 2004 1 commit
  12. 23 Aug, 2004 1 commit
  13. 19 Aug, 2004 1 commit
  14. 30 Jul, 2004 1 commit
  15. 22 Jul, 2004 2 commits
  16. 18 Jun, 2004 1 commit
    • dlenev@brandersnatch.localdomain's avatar
      WL#1264 "Per-thread time zone support infrastructure". · 09ba29e5
      dlenev@brandersnatch.localdomain authored
      Added basic per-thread time zone functionality (based on public
      domain elsie-code). Now user can select current time zone
      (from the list of time zones described in system tables).
      All NOW-like functions honor this time zone, values of TIMESTAMP
      type are interpreted as values in this time zone, so now
      our TIMESTAMP type behaves similar to Oracle's TIMESTAMP WITH
      LOCAL TIME ZONE (or proper PostgresSQL type).
        
      WL#1266 "CONVERT_TZ() - basic time with time zone conversion 
      function".
        
      Fixed problems described in Bug #2336 (Different number of warnings 
      when inserting bad datetime as string or as number). This required
      reworking of datetime realted warning hadling (they now generated 
      at Field object level not in conversion functions).
        
      Optimization: Now Field class descendants use table->in_use member
      instead of current_thd macro.
      09ba29e5
  17. 09 Jun, 2004 1 commit
  18. 26 May, 2004 2 commits
  19. 19 May, 2004 1 commit
  20. 17 May, 2004 1 commit
  21. 15 May, 2004 1 commit
  22. 05 Apr, 2004 1 commit
    • monty@mysql.com's avatar
      Fixed many compiler warnings · 42cf92ce
      monty@mysql.com authored
      Fixed bugs in group_concat with ORDER BY and DISTINCT (Bugs #2695, #3381 and #3319)
      Fixed crash when doing rollback in slave and the io thread catched up with the sql thread
      Set locked_in_memory properly
      42cf92ce
  23. 28 Mar, 2004 1 commit
  24. 27 Mar, 2004 1 commit
  25. 18 Mar, 2004 1 commit
  26. 13 Mar, 2004 1 commit
  27. 10 Mar, 2004 1 commit
  28. 02 Mar, 2004 1 commit
  29. 16 Feb, 2004 1 commit
  30. 14 Feb, 2004 1 commit
  31. 13 Feb, 2004 2 commits
  32. 12 Feb, 2004 1 commit
  33. 10 Feb, 2004 1 commit
  34. 27 Jan, 2004 2 commits