1. 26 May, 2003 1 commit
  2. 22 May, 2003 2 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 4 commits
  9. 15 May, 2003 3 commits
    • guilhem@mysql.com's avatar
      changes to mysqladmin : use queries instead of commands (so that they have a chance to go · 3d784a41
      guilhem@mysql.com authored
      into the binlog), SLAVE START -> START SLAVE, error test changes.
      3d784a41
    • guilhem@mysql.com's avatar
      Merge gbichot@bk-internal.mysql.com:/home/bk/mysql-4.1 · 50c9a798
      guilhem@mysql.com authored
      into mysql.com:/home/mysql_src/mysql-4.1
      50c9a798
    • guilhem@mysql.com's avatar
      Scrum task 845. Thi is a behaviour change : · 4a0e0062
      guilhem@mysql.com authored
      now by default, FLUSH, OPTIMIZE, ANALYZE, REPAIR commands are written to the
      binlog, unless the new NO_WRITE_TO_BINLOG keyword was used :
      OPTIMIZE NO_WRITE_TO_BINLOG table t;
      
      Previously these commands were never written to the binlog, but there are
      2 reasons to change this :
      - the RENAME TABLE in MERGE table bug (#175) on slave
      - the possible "differently optimised queries may lead to different
      updates on the master and slave" bug, until we have automatic ORDER BY.
      
      FLUSH LOGS/SLAVE/MASTER/TABLES WITH READ LOCK are never written to the binlog.
      New test for the new logging behaviour.
      Other small change : reload_acl_and_cache() and reset_slave() don't send their errors themselves,
      this is more usual.
      4a0e0062