An error occurred fetching the project authors.
  1. 28 Jun, 2005 1 commit
    • igor@rurik.mysql.com's avatar
      group_by.result, group_by.test: · be1478f6
      igor@rurik.mysql.com authored
        Added a test case for bug #11414.
      sql_select.cc:
        Fixed bug #11414: crash on Windows with some simple
        GROUP BY queries.
        It happened to an allocation of an array containing
        0 Copy_field elements in setup_copy_fields.
        The bug had been already fixed in 5.0.
      be1478f6
  2. 21 Jun, 2005 1 commit
    • igor@rurik.mysql.com's avatar
      group_by.result, group_by.test: · 2104e9e6
      igor@rurik.mysql.com authored
        Added a test case for bug #11295.
      item_buff.cc:
        Fixed bug #11295.
        This a correction for the patch of bug #11088 that takes into
        account a possible NULL values of the BLOB column.
      2104e9e6
  3. 20 Jun, 2005 1 commit
    • igor@rurik.mysql.com's avatar
      group_by.result: · acc6651d
      igor@rurik.mysql.com authored
        Added  a test case for bug #11385.
      group_by.test:
        Added  a test case for bug #11385.
      field.h:
        Fixed bug #11385.
        The bug was due to not defined method decimals for the class
        Field_datetime.
      acc6651d
  4. 16 Jun, 2005 1 commit
  5. 07 Jun, 2005 1 commit
    • igor@rurik.mysql.com's avatar
      sql_select.cc, item_buff.cc, item.h: · 90dd8690
      igor@rurik.mysql.com authored
        Fixed bug #11088: a crash for queries with GROUP BY a BLOB column
        + COUNT(DISTINCT...) due to an attempt to allocate a too large
        buffer for the BLOB field.
        Now the size of the buffer is limited by max_sort_length.
      group_by.test, group_by.result:
        Added a test case for bug #11088.
      90dd8690
  6. 18 Apr, 2005 1 commit
  7. 31 Mar, 2005 1 commit
  8. 30 Mar, 2005 1 commit
  9. 15 Feb, 2005 1 commit
  10. 08 Feb, 2005 1 commit
  11. 07 Feb, 2005 1 commit
  12. 11 Dec, 2004 1 commit
    • sergefp@mysql.com's avatar
      Fix for BUG#6976: · f78a6059
      sergefp@mysql.com authored
      In Item_ref::Item_ref set maybe_null (and other fields fix_fields sets) to be the 
      same as in (*ref), because Item_ref::fix_fields() will not be called.  Previously 
      maybe_null was 0 always and this produced a bogus state where 
      maybe_null==0 && is_null() == true 
      which broke evaluation for some upper-level Items, like AND and OR.
      f78a6059
  13. 08 Sep, 2004 1 commit
  14. 10 Dec, 2003 1 commit
  15. 09 Dec, 2003 2 commits
  16. 30 Oct, 2003 1 commit
  17. 18 Aug, 2003 1 commit
    • monty@mashka.mysql.fi's avatar
      After merge fixes · 4f751216
      monty@mashka.mysql.fi authored
      Use server character set if --default-character-set is not used
      Added convert_string() for more efficient alloc+character-set convert of strings
      4f751216
  18. 09 Jul, 2003 1 commit
  19. 23 Apr, 2003 2 commits
  20. 25 Mar, 2003 1 commit
  21. 22 Mar, 2003 1 commit
  22. 11 Mar, 2003 1 commit
  23. 29 Jan, 2003 1 commit
  24. 28 Jan, 2003 1 commit
    • monty@mashka.mysql.fi's avatar
      Fixes for Netware · 689578a0
      monty@mashka.mysql.fi authored
      Call pthread_mutex_destroy() on not used mutex.
      Changed comments in .h and .c files from // -> /* */
      Added detection of mutex on which one didn't call pthread_mutex_destroy()
      Fixed bug in create_tmp_field() which causes a memory overrun in queries that uses "ORDER BY constant_expression"
      Added optimisation for ORDER BY NULL
      689578a0
  25. 05 Jan, 2003 1 commit
  26. 27 Dec, 2002 1 commit
  27. 02 Dec, 2002 2 commits
  28. 30 Nov, 2002 1 commit
  29. 28 Nov, 2002 1 commit
  30. 24 Nov, 2002 1 commit
  31. 09 Nov, 2002 1 commit
  32. 05 Aug, 2002 1 commit
  33. 09 Jun, 2002 1 commit
  34. 08 Jun, 2002 1 commit
  35. 24 May, 2002 2 commits
  36. 16 Jan, 2002 1 commit