1. 23 Aug, 2002 2 commits
  2. 22 Aug, 2002 1 commit
    • heikki@hundin.mysql.fi's avatar
      pars0grm.h, pars0grm.c, lexyy.c: · 4bdaf9c2
      heikki@hundin.mysql.fi authored
        The lexer of InnoDB to 8-bit, it was 7-bit which made it crash on table names containing char codes > 127
      pars0lex.l, pars0grm.y:
        Add InnoDB internal SQL interpreter grammar and lexer sources
      4bdaf9c2
  3. 18 Aug, 2002 1 commit
  4. 16 Aug, 2002 5 commits
  5. 15 Aug, 2002 2 commits
  6. 13 Aug, 2002 7 commits
  7. 12 Aug, 2002 10 commits
  8. 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
  9. 10 Aug, 2002 4 commits
  10. 09 Aug, 2002 5 commits
  11. 08 Aug, 2002 1 commit