An error occurred fetching the project authors.
  1. 07 Jun, 2005 1 commit
  2. 02 Jun, 2005 4 commits
  3. 01 Jun, 2005 1 commit
  4. 30 May, 2005 3 commits
    • konstantin@mysql.com's avatar
      Preparatory (and the most problematic) patch for Bug#7306 · 2d6a70c4
      konstantin@mysql.com authored
      "the server side preparedStatement error for LIMIT placeholder",
      which moves all uses of LIMIT clause from PREPARE to OPTIMIZE
      and later steps.
      After-review fixes.
      2d6a70c4
    • igor@rurik.mysql.com's avatar
      sql_select.cc: · e8a6fa42
      igor@rurik.mysql.com authored
        Post-review modifications for the fix of bug #7894.
      e8a6fa42
    • igor@rurik.mysql.com's avatar
      olap.result, olap.test: · 10cc5a46
      igor@rurik.mysql.com authored
        Added test cases for bug #7894.
      sql_select.cc:
        Fixed bug #7894: GROUP BY queries with ROLLUP returned
        wrong results for expressions containing group by columns.
        The fix ensured correct results by replacement of all
        occurrences of group by fields in non-aggregate expressions
        for corresponding ref objects and preventing creation of
        fields in temporary tables for expression containing group
        by fields.
      10cc5a46
  5. 29 May, 2005 1 commit
  6. 26 May, 2005 1 commit
  7. 25 May, 2005 1 commit
  8. 21 May, 2005 2 commits
  9. 20 May, 2005 3 commits
  10. 18 May, 2005 3 commits
  11. 16 May, 2005 1 commit
  12. 12 May, 2005 1 commit
  13. 10 May, 2005 1 commit
    • igor@rurik.mysql.com's avatar
      Many files: · 9d4b228b
      igor@rurik.mysql.com authored
        Fixed bug #8528.
        Representation for single-table views was made similar to
        representation for multi-table views.
      view.test:
        Added test case for bug #8528.
      view.result:
        Added test case for bug #8528. Fixed other test cases.
      9d4b228b
  14. 09 May, 2005 1 commit
  15. 08 May, 2005 1 commit
  16. 07 May, 2005 1 commit
  17. 06 May, 2005 1 commit
  18. 05 May, 2005 2 commits
  19. 30 Apr, 2005 1 commit
  20. 29 Apr, 2005 1 commit
  21. 28 Apr, 2005 1 commit
    • sergefp@mysql.com's avatar
      Fix for BUG#10244: · a7a1d4dc
      sergefp@mysql.com authored
      Make get_quick_select_for_ref() accept estimated # records as parameter and 
      set QUICK_RANGE_SELECT::records, as this value is used to allocate buffers 
      in Multi-Range Read. 
      a7a1d4dc
  22. 26 Apr, 2005 2 commits
  23. 19 Apr, 2005 1 commit
    • igor@rurik.mysql.com's avatar
      sql_select.cc: · 25c39662
      igor@rurik.mysql.com authored
        Fixed bug #9681.
        The bug happened with queries using derived tables specified by
        a SELECT with ROLLUP, such as:
        SELECT * FROM (SELECT a, SUM(a) FROM t1 GROUP BY a WITH ROLLUP) t2,
        if column a of table t1 is declared as NOT NULL.
        This was to the fact that the first column of the temporary table
        created to contain the derived table erroneously inherited the NOT NULL
        attribute from column a.
      olap.result, olap.test:
        Added a test case for bug #9681.
      25c39662
  24. 18 Apr, 2005 1 commit
    • sergefp@mysql.com's avatar
      Fix for BUG#9103: · a76ecc5b
      sergefp@mysql.com authored
      Don't produce data truncation warnings from within cp_buffer_from_ref(). This function
      is only used to make index search tuples and data truncation that occurs here has no
      relation with truncated values being saved into tables.
      a76ecc5b
  25. 16 Apr, 2005 1 commit
    • igor@rurik.mysql.com's avatar
      subselect.result, subselect.test: · 0f043429
      igor@rurik.mysql.com authored
        Added a test case for bug #9338.
      sql_select.cc:
        Fixed bug #9338.
        When an occurence of a field reference has to be replaced
        by another field reference the whole Item_field must be
        replaced.
      item.cc:
        Fixed bug #9338.
        The method Item_field::replace_equal_field_processor was
        replaced by Item_field::replace_equal_field. The new method
        is used to replace the occurences of Item_field objects.
      item.h:
        Fixed bug #9338.
        The virtual function replace_equal_field_processor was replaced
        by replace_equal_field. The latter is supposed to be used as a
        callback function in calls of the method transform.
      0f043429
  26. 15 Apr, 2005 1 commit
  27. 07 Apr, 2005 2 commits