1. 08 Jul, 2003 1 commit
    • unknown's avatar
      Error message edits. (Change sentence ending with period + sentence · 1be34f26
      unknown authored
      not ending with period into single sentence.)
      
      
      sql/share/czech/errmsg.txt:
        Error message edits.
      sql/share/danish/errmsg.txt:
        Error message edits.
      sql/share/dutch/errmsg.txt:
        Error message edits.
      sql/share/english/errmsg.txt:
        Error message edits.
      sql/share/french/errmsg.txt:
        Error message edits.
      sql/share/german/errmsg.txt:
        Error message edits.
      sql/share/italian/errmsg.txt:
        Error message edits.
      sql/share/norwegian-ny/errmsg.txt:
        Error message edits.
      sql/share/norwegian/errmsg.txt:
        Error message edits.
      sql/share/polish/errmsg.txt:
        Error message edits.
      sql/share/portuguese/errmsg.txt:
        Error message edits.
      sql/share/romanian/errmsg.txt:
        Error message edits.
      sql/share/serbian/errmsg.txt:
        Error message edits.
      sql/share/slovak/errmsg.txt:
        Error message edits.
      sql/share/spanish/errmsg.txt:
        Error message edits.
      sql/share/swedish/errmsg.txt:
        Error message edits.
      1be34f26
  2. 07 Jul, 2003 1 commit
  3. 06 Jul, 2003 2 commits
    • unknown's avatar
      fixed subselect with to temporary tables executing · 51b26a4d
      unknown authored
      (now it return correct results. Test was commited before, but it is not pushed,
      BUG# is not registered, because bug was introduced after release)
      
      
      sql/sql_select.cc:
        fixed subselect with to temporary tables executing
      sql/sql_select.h:
        fixed subselect with to temporary tables executing
      51b26a4d
    • unknown's avatar
      fixed memory leak in group_concat function (BUG#796) · cd3e15a6
      unknown authored
      fixed test func_gconcat to be repeatable independent of presend tables and avoid removing user tables
      
      
      mysql-test/r/func_gconcat.result:
        removed warning in test
        fixed table tnames (should be tN, where N is number)
      mysql-test/t/func_gconcat.test:
        removed warning in test
        fixed table tnames (should be tN, where N is number)
      sql/item_sum.cc:
        added debug information
        fixed memory leak in group_concat function
      cd3e15a6
  4. 05 Jul, 2003 1 commit
    • unknown's avatar
      reduced using of slow current_thd/current_lex macro · 0f792995
      unknown authored
      initialization of item_thd moved to constructor (in any case we need thd in constructor)
      initialization of group_concat_max_len to constructor to avoid incorrect length reporting (BUG#757)
      removed Item_func_group_concat::fix_length_and_dec() because item have its own fix_fields and will not have inherited items
      
      
      mysql-test/r/func_gconcat.result:
        test for BUG#757
      mysql-test/t/func_gconcat.test:
        test for BUG#757
      sql/item_sum.cc:
        reduced using of slow current_thd/current_lex macro
        initialization of item_thd moved to constructor (in any case we need thd in constructor)
        initialization of group_concat_max_len to constructor to avoid incorrect length reporting (BUG#757)
      sql/item_sum.h:
        removed Item_func_group_concat::fix_length_and_dec() because item have its own fix_fields and will not have inherited items
      0f792995
  5. 04 Jul, 2003 12 commits
  6. 03 Jul, 2003 12 commits
  7. 02 Jul, 2003 4 commits
  8. 01 Jul, 2003 7 commits