1. 13 Sep, 2002 1 commit
    • heikki@hundin.mysql.fi's avatar
      row0mysql.c: · 69f571db
      heikki@hundin.mysql.fi authored
        Allow CREATE TABLE and DROP TABLE even if innodb_force_recovery is used, the user can drop a problematic table
      69f571db
  2. 11 Sep, 2002 1 commit
    • heikki@hundin.mysql.fi's avatar
      srv0srv.c, srv0srv.h: · db8f4fd3
      heikki@hundin.mysql.fi authored
        Change srv_flush_log_at_trx_commit to ulint, note that ibool is defined as ulint, so this is purely formal change
      os0file.c:
        Start using unbuffered i/o again in Windows because sequential read using normal i/o was 4 times slower in XP
      db8f4fd3
  3. 10 Sep, 2002 4 commits
  4. 09 Sep, 2002 1 commit
  5. 08 Sep, 2002 3 commits
    • heikki@hundin.mysql.fi's avatar
      trx0undo.c: · 8192d040
      heikki@hundin.mysql.fi authored
        Remove an assertion in trx0undo.c which could erroneously fail when we ran out of tablespace
      8192d040
    • heikki@hundin.mysql.fi's avatar
      sync0arr.c: · 51f83ae1
      heikki@hundin.mysql.fi authored
        Increase max latch wait time to 600 seconds before we assert
      51f83ae1
    • heikki@hundin.mysql.fi's avatar
      btr0cur.c: · deedcb3a
      heikki@hundin.mysql.fi authored
        Remove long latch hold which happened if we scanned long an index without finding any record visible to the current consistent read
      deedcb3a
  6. 07 Sep, 2002 2 commits
    • heikki@hundin.mysql.fi's avatar
      os0sync.c: · 6cc7c598
      heikki@hundin.mysql.fi authored
        Add diagnostics to track why a semaphore creation failed on Windows ME
      6cc7c598
    • heikki@hundin.mysql.fi's avatar
      srv0srv.c: · d7bf8c2e
      heikki@hundin.mysql.fi authored
        The option (= default) innodb_fast_shutdown did not always make the shutdown quickly, fix that
      d7bf8c2e
  7. 04 Sep, 2002 1 commit
  8. 03 Sep, 2002 3 commits
  9. 31 Aug, 2002 2 commits
  10. 29 Aug, 2002 1 commit
  11. 28 Aug, 2002 3 commits
  12. 25 Aug, 2002 1 commit
    • heikki@hundin.mysql.fi's avatar
      os0file.c: · 42d46eb9
      heikki@hundin.mysql.fi authored
        Put 'last millisecond' test to make sure page checksum errors do not result from memory corruption in InnoDB
      os0thread.c, configure.in:
        Make sure stack size in InnoDB threads in AIX is at least 32 kB
      42d46eb9
  13. 23 Aug, 2002 5 commits
  14. 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
  15. 18 Aug, 2002 1 commit
  16. 16 Aug, 2002 5 commits
  17. 15 Aug, 2002 2 commits
  18. 13 Aug, 2002 3 commits