• unknown's avatar
    Applied patches for BDB tables · 53011a88
    unknown authored
    Fixes to InnoDB to compile on Windows
    Fix for temporary InnoDB tables
    Fixed bug in REPLACE()
    Fixed sub char keys for InnoDB
    
    
    Docs/manual.texi:
      Changelog + update of table types
    bdb/include/log.h:
      Patch from Sleepycat
    bdb/log/log.c:
      Patch from Sleepycat
    bdb/log/log_rec.c:
      Patch from Sleepycat
    client/mysqladmin.c:
      Cleanup
    innobase/include/univ.i:
      Fix for compilation on Windows
    innobase/os/os0file.c:
      cleanup
    innobase/pars/pars0grm.y:
      Fix for compilation on Windows
    mysql-test/r/innodb.result:
      New test case
    mysql-test/t/innodb.test:
      New test case
    sql/ha_innobase.cc:
      cleanup
    sql/ha_innobase.h:
      Fix for prefix keys
    sql/handler.h:
      Fix for temporary Innodb tables
    sql/item_strfunc.cc:
      Fixed bug in REPLACE()
    sql/lock.cc:
      Fix for temporary Innodb tables
    sql/mysqld.cc:
      Added --skip-stack-trace
    sql/share/english/errmsg.txt:
      Better error messages
    sql/sql_base.cc:
      Fix for temporary Innodb tables
    sql/sql_select.cc:
      Fix for temporary Innodb tables
    sql/sql_table.cc:
      Fixed sub char keys for InnoDB
    sql/table.h:
      Fix for temporary Innodb tables
    53011a88
handler.h 13.6 KB