1. 29 Jul, 2005 4 commits
    • georg@lmy002.wdf.sap.corp's avatar
      fix for bug#12665 · 10615d54
      georg@lmy002.wdf.sap.corp authored
      macro floatget was missing in config-win.h
      10615d54
    • lenz@mysql.com's avatar
      - fixed a typo in C++Files/client/mysqlclient_ia64.dsp: ctype-cp963.c -> ctype-cp932.c · c36a0fa5
      lenz@mysql.com authored
        (thanks to JoergB for spotting it)
      c36a0fa5
    • 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
  2. 28 Jul, 2005 6 commits
  3. 27 Jul, 2005 11 commits
  4. 26 Jul, 2005 11 commits
  5. 25 Jul, 2005 8 commits