1. 15 Feb, 2005 3 commits
  2. 14 Feb, 2005 13 commits
  3. 13 Feb, 2005 2 commits
    • unknown's avatar
      row0mysql.c: · 602d9a03
      unknown authored
        Fix memory corruption bug reported by Georg Richter: if one created a table whose primary key contained at least 2 column prefixes, that could corrupt the memory heap of prebuilt_t
      
      
      innobase/row/row0mysql.c:
        Fix memory corruption bug reported by Georg Richter: if one created a table whose primary key contained at least 2 column prefixes, that could corrupt the memory heap of prebuilt_t
      602d9a03
    • unknown's avatar
      Merge mysql.com:/Users/kent/mysql/bk/mysql-4.1-perl · f37290b9
      unknown authored
      into mysql.com:/Users/kent/mysql/bk/mysql-5.0-compile
      
      
      f37290b9
  4. 12 Feb, 2005 4 commits
    • unknown's avatar
      Merge abotchkov@bk-internal.mysql.com:/home/bk/mysql-5.0 · faf5f254
      unknown authored
      into deer.(none):/home/hf/work/mysql-5.0.clean
      
      
      faf5f254
    • unknown's avatar
      Fix for bug 8416 (bigint test fails on PPC) · a0d5302e
      unknown authored
      
      strings/decimal.c:
        <0 doesn't work properly on PPC in that case.
      a0d5302e
    • unknown's avatar
      Fix for BUG#8218: · 84d11996
      unknown authored
      Remove TMP_TABLE_PARAM::copy_funcs_it. TMP_TABLE_PARAM is a member of JOIN which is 
      copied via memcpy, and List_iterator_fast TMP_TABLE_PARAM::copy_funcs_it ends up 
      pointing to the wrong List.
      
      
      mysql-test/r/subselect.result:
        Testcase for BUG#8218
      mysql-test/t/subselect.test:
        Testcase for BUG#8218
      sql/sql_select.cc:
        Fix for BUG#8218: Create/use own iterator since TMP_TABLE_PARAM::copy_funcs_it is removed.
      84d11996
    • unknown's avatar
      Manual merge · 2a2b0dcf
      unknown authored
      
      BitKeeper/triggers/post-commit:
        Auto merged
      mysql-test/r/distinct.result:
        Auto merged
      mysql-test/r/select.result:
        Auto merged
      2a2b0dcf
  5. 11 Feb, 2005 18 commits