1. 25 Apr, 2003 6 commits
  2. 24 Apr, 2003 6 commits
  3. 23 Apr, 2003 15 commits
  4. 22 Apr, 2003 9 commits
  5. 21 Apr, 2003 1 commit
  6. 20 Apr, 2003 1 commit
    • heikki@hundin.mysql.fi's avatar
      univ.i: · 4f77f6a4
      heikki@hundin.mysql.fi authored
        If HAVE_purify is defined, define UNIV_SET_MEM_TO_ZERO to eliminate Purify warnings
      4f77f6a4
  7. 19 Apr, 2003 1 commit
    • heikki@hundin.mysql.fi's avatar
      buf0buf.c: · 90e23ebe
      heikki@hundin.mysql.fi authored
        Do not set buffer pool to zero when we start up: that takes too much time for big buffer pools; Purify users must define UNIV_SET_MEM_TO_ZERO in univ.i to eliminate spurious (?) Purify warnings
      90e23ebe
  8. 18 Apr, 2003 1 commit
    • heikki@hundin.mysql.fi's avatar
      ha_innodb.cc: · e1b68cf1
      heikki@hundin.mysql.fi authored
        Prevent crash if MySQL calls rnd_end WITOUT calling rnd_init first: only restore active_index if it the old value was pushed in rnd_init
        Initialize active_index to a sensible value: prevent crash if we restore it to the original value after an table scan
      e1b68cf1