1. 23 May, 2003 1 commit
  2. 22 May, 2003 7 commits
  3. 21 May, 2003 17 commits
  4. 20 May, 2003 4 commits
  5. 19 May, 2003 7 commits
  6. 18 May, 2003 1 commit
  7. 17 May, 2003 1 commit
    • heikki@hundin.mysql.fi's avatar
      buf0buf.c: · 526bb7dc
      heikki@hundin.mysql.fi authored
        When calculating the buf pool dirty pages ratio, add also free pages to the LRU list length: no need to active flushing if there are lots of free pages in the buffer pool
      526bb7dc
  8. 16 May, 2003 2 commits
    • guilhem@mysql.com's avatar
      e9c2a370
    • heikki@hundin.mysql.fi's avatar
      buf0lru.c, buf0flu.c, buf0buf.c, buf0lru.h: · 5359d046
      heikki@hundin.mysql.fi authored
        Search first only 10 % of the LRU list for a replaceable block before doing an LRU flush; enable again flushing of close pages also in a flush list (checkpointing) flush
      trx0trx.c:
        Add forgotten return value (it was not used anywhere, fortunately)
      ha_innodb.h, mysql_priv.h:
        Move declaration of srv_buf_pool_max_modified_pct to ha_innodb.h and enclose it to denote it is a C variable, not C++
      5359d046