1. 13 Aug, 2002 1 commit
  2. 12 Aug, 2002 8 commits
  3. 11 Aug, 2002 2 commits
    • heikki@hundin.mysql.fi's avatar
      trx0trx.h, trx0trx.c, ha_innobase.cc, ha_innobase.h: · 1239863b
      heikki@hundin.mysql.fi authored
        Add tentative code which can be used in HANDLER implementation for InnoDB
      1239863b
    • heikki@hundin.mysql.fi's avatar
      ha_innobase.cc, ut0ut.c, univ.i, ut0ut.h: · bee3f072
      heikki@hundin.mysql.fi authored
        Redefine sprintf as ut_sprintf inside InnoDB code; some old Unixes may have a pointer as the return type of sprintf
      lock0lock.c:
        Add safety against buffer overruns in latest deadlock info
      srv0srv.c:
        Add safety against buffer overruns in SHOW INNODB STATUS
      os0thread.h, os0thread.c:
        Fix a portability bug introduced in Windows when we changed os_thread_id_t to be the same as os_thread_t
      bee3f072
  4. 10 Aug, 2002 4 commits
  5. 09 Aug, 2002 5 commits
  6. 08 Aug, 2002 4 commits
  7. 07 Aug, 2002 2 commits
  8. 06 Aug, 2002 7 commits
  9. 05 Aug, 2002 6 commits
  10. 03 Aug, 2002 1 commit
    • heikki@hundin.mysql.fi's avatar
      os0thread.c: · c282b73a
      heikki@hundin.mysql.fi authored
        Remove the complex typecast used to convert a HP-UX pthread struct to os_thread_id_t; the typecast seemed to work wrong in gcc-3.1 on HP-UX-10.20
      c282b73a