1. 23 Apr, 2003 9 commits
  2. 22 Apr, 2003 8 commits
  3. 21 Apr, 2003 1 commit
  4. 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
  5. 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
  6. 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
  7. 16 Apr, 2003 13 commits
  8. 15 Apr, 2003 4 commits
  9. 11 Apr, 2003 1 commit
    • lenz@mysql.com's avatar
      Distribution cleanups: · faad6726
      lenz@mysql.com authored
       - added Dummy file Docs/manual_toc.html to make "make dist" happy if the
         real manual.texi has not been copied into Docs/ (which would make sure
         a "real" manual_toc.html would be created
       - fixed symlinking in the bdb subdirectory (docs are not included anyway)
       - added dist-hook to Makefile.am to remove superfluous SCCS directories
         from the source distribution
      faad6726