1. 17 Feb, 2005 1 commit
    • unknown's avatar
      BUG#8547: Wrong errormessage when dropping table that does not exist in NDB · 329076db
      unknown authored
       - Added tescases
       - Added handling of HA_ERR_NO_SUCH_TABLE in mysql_rm_table_part2 so that 
         error messages now are consistent
      
      
      mysql-test/r/ndb_autodiscover.result:
        Added tess for dropping tables that does not exists in engine
      mysql-test/t/ndb_autodiscover.test:
        Added tess for dropping tables that does not exists in engine
      sql/ha_ndbcluster.cc:
        Updated delete_table and drop_table to retrn HA_ERR_NO_SUCH_TABLE if table was not found in engine.
        Clear error after calling mysql_rm_table_part2 from mysql_find_files
      sql/sql_table.cc:
        Added handling of the case when table does not exist in storage engine but on disk as .frm file.
      329076db
  2. 15 Feb, 2005 2 commits
  3. 14 Feb, 2005 13 commits
  4. 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
  5. 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
  6. 11 Feb, 2005 18 commits