1. 14 Feb, 2005 13 commits
  2. 13 Feb, 2005 2 commits
    • unknown's avatar
      row0mysql.c: · 26c1bc50
      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
      26c1bc50
    • unknown's avatar
      Merge mysql.com:/Users/kent/mysql/bk/mysql-4.1-perl · 2233f624
      unknown authored
      into mysql.com:/Users/kent/mysql/bk/mysql-5.0-compile
      
      2233f624
  3. 12 Feb, 2005 3 commits
    • unknown's avatar
      Merge abotchkov@bk-internal.mysql.com:/home/bk/mysql-5.0 · bd4a73f4
      unknown authored
      into deer.(none):/home/hf/work/mysql-5.0.clean
      
      bd4a73f4
    • unknown's avatar
      Fix for bug 8416 (bigint test fails on PPC) · 6d21f15a
      unknown authored
      
      strings/decimal.c:
        <0 doesn't work properly on PPC in that case.
      6d21f15a
    • unknown's avatar
      Fix for BUG#8218: · bc100544
      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.
      bc100544
  4. 11 Feb, 2005 13 commits
  5. 10 Feb, 2005 9 commits