1. 08 Jul, 2003 2 commits
    • unknown's avatar
      SAPDB date/time finctions · 550bdded
      unknown authored
      
      mysql-test/r/cast.result:
        Changes for SAPDB date/time finctions
      550bdded
    • unknown's avatar
      Merge gluh@gw:/home/bk/mysql-4.1 · b1108b40
      unknown authored
      into gluh.mysql.r18.ru:/home/gluh/mysql-4.1.DTFUNC
      
      
      sql/field.cc:
        Auto merged
      sql/item_create.cc:
        Auto merged
      sql/mysql_priv.h:
        Auto merged
      sql/protocol.cc:
        Auto merged
      sql/sql_yacc.yy:
        Auto merged
      b1108b40
  2. 07 Jul, 2003 1 commit
  3. 06 Jul, 2003 2 commits
    • unknown's avatar
      fixed subselect with to temporary tables executing · 9277fde7
      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
      9277fde7
    • unknown's avatar
      fixed memory leak in group_concat function (BUG#796) · 603c89a0
      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
      603c89a0
  4. 05 Jul, 2003 1 commit
    • unknown's avatar
      reduced using of slow current_thd/current_lex macro · 51bd4512
      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
      51bd4512
  5. 04 Jul, 2003 12 commits
  6. 03 Jul, 2003 12 commits
  7. 02 Jul, 2003 4 commits
  8. 01 Jul, 2003 6 commits
    • unknown's avatar
      Merge sanja.is.com.ua:/home/bell/mysql/bk/mysql-4.1 · 13dc4209
      unknown authored
      into sanja.is.com.ua:/home/bell/mysql/bk/work-alloc_group-4.1
      
      
      mysql-test/r/subselect.result:
        Auto merged
      mysql-test/t/subselect.test:
        Auto merged
      sql/sql_select.cc:
        Auto merged
      sql/sql_select.h:
        Auto merged
      13dc4209
    • unknown's avatar
      Merge sanja.is.com.ua:/home/bell/mysql/bk/mysql-4.1 · 40ff37c6
      unknown authored
      into sanja.is.com.ua:/home/bell/mysql/bk/work-err-4.1
      
      
      mysql-test/r/subselect.result:
        Auto merged
      sql/sql_parse.cc:
        Auto merged
      sql/sql_select.cc:
        Auto merged
      40ff37c6
    • unknown's avatar
      fixed uninitialized pointer · 86c50d8c
      unknown authored
      86c50d8c
    • unknown's avatar
      Merge bk-internal.mysql.com:/home/bk/mysql-4.1 · f69252e7
      unknown authored
      into mashka.mysql.fi:/home/my/mysql-4.1
      
      
      mysql-test/r/grant_cache.result:
        Auto merged
      f69252e7
    • unknown's avatar
      Fixed testcases and bug introduced by last changeset · eb9cf31d
      unknown authored
      
      mysql-test/r/func_gconcat.result:
        Fixed test case after merge
      mysql-test/r/grant_cache.result:
        Updated test case (Wrong push by some developer)
      mysys/mf_loadpath.c:
        Fix for my_load_path() and ./directory handling from last changeset
      eb9cf31d
    • unknown's avatar
      merge · 8101222a
      unknown authored
      
      acinclude.m4:
        Auto merged
      mysql-test/r/subselect.result:
        Auto merged
      scripts/mysql_create_system_tables.sh:
        Auto merged
      sql/sql_class.h:
        Auto merged
      sql/sql_yacc.yy:
        Auto merged
      8101222a