1. 31 Jul, 2005 1 commit
  2. 29 Jul, 2005 2 commits
    • igor@rurik.mysql.com's avatar
      func_gconcat.result, func_gconcat.test: · a5f2c752
      igor@rurik.mysql.com authored
        Added a test case for bug #12095.
      sql_class.h:
        Fixed bug #12095: a join query with GROUP_CONCAT over a single row table.
        Added a flag to the TMP_TABLE_PARAM class forcing to put constant
        items generated after elimination of a single row table into temp table
        in some cases (e.g. when GROUP_CONCAT is calculated over a single row
        table).
        bk ci sql/item_sum.cc
        Fixed bug #12095: a join query with GROUP_CONCAT over a single row table.
        If GROUP_CONCAT is calculated we always put its argument into a temp
        table, even when the argument is a constant item.
      sql_select.cc:
        Fixed bug #12095: a join query with GROUP_CONCAT over one row table.
        If temp table is used to calculate GROUP_CONCAT the argument should
        be always put into this table, even when it is a constant item.
      a5f2c752
    • igor@rurik.mysql.com's avatar
      null_key.test, null_key.result: · f503c415
      igor@rurik.mysql.com authored
        Made the test case for bug #12144 independent on other tests.
      f503c415
  3. 28 Jul, 2005 6 commits
  4. 27 Jul, 2005 11 commits
  5. 26 Jul, 2005 11 commits
  6. 25 Jul, 2005 9 commits