1. 15 Feb, 2005 1 commit
    • unknown's avatar
      Fixed failing test cases 'row.test' when running with --ps-protocol · 67b16d20
      unknown authored
      Simple optimzations done while reviewing code
      
      
      client/mysqltest.c:
        Added options --enable-ps-warnings and --disable-ps-warnings
        (to fix failing test case)
      mysql-test/t/row.test:
        Disable warnings that comes from 'parse' parth
      sql/field.cc:
        Removed calls to is_null() in field functions.
        (Not needed as NULL handling is done on the level above fields)
        Indentation fixes
        Removed calls to alloca() as buffer needed was quite small.
      sql/field.h:
        Indentation changes and comment fixes
      sql/filesort.cc:
        Simple optimization during code review
      sql/item.cc:
        Indentation fixes
        Removed some unnecessary tests (added DBUG_ASSERTS() instead)
      sql/item_buff.cc:
        Indentation fixes
      sql/my_decimal.cc:
        Indentation fixes
        Simple optimization
        Fixed compiler warning
      sql/sql_update.cc:
        Removed unnessessary assignment
      67b16d20
  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 3 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
  5. 11 Feb, 2005 13 commits
  6. 10 Feb, 2005 8 commits