1. 25 Apr, 2003 5 commits
  2. 24 Apr, 2003 6 commits
  3. 23 Apr, 2003 9 commits
  4. 22 Apr, 2003 8 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 2 commits
    • 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
    • heikki@hundin.mysql.fi's avatar
      ha_innodb.h, ha_innodb.cc: · b914d2e3
      heikki@hundin.mysql.fi authored
        Make InnoDB to restore old active_index value after a table scan: MySQL may assume that a scan does NOT change active_index; this partially fixes bug 241 of UPDATE ... ORDER BY ... but it still remains that MySQL actually ignores the ORDER BY for both MyISAM and InnoDB tables
      log0recv.c:
        Use fflush to make sure report of a corrupt log record is printed to .err log before mysqld crashes
      b914d2e3
  9. 16 Apr, 2003 7 commits