1. 30 Oct, 2003 2 commits
  2. 29 Oct, 2003 4 commits
  3. 28 Oct, 2003 3 commits
    • unknown's avatar
      Merge bk-internal.mysql.com:/home/bk/mysql-4.0 · ac7781ec
      unknown authored
      into narttu.mysql.fi:/my/mysql-4.0
      
      ac7781ec
    • unknown's avatar
      Fix for problem of installing MySQL as a service with · f9124c96
      unknown authored
      mysql --install mysql --defualts-file=path-to-file
      (Bug #1643)
      
      
      include/mysql_com.h:
        MySQL should install as default service "mysqld"
      sql/mysqld.cc:
        Fix for problem of installing MySQL as a service with
        mysql --install mysql --defualts-file=path-to-file
      f9124c96
    • unknown's avatar
      row0sel.c: · 191ca985
      unknown authored
        If innodb_force_recovery >= 5, do not try to fetch an old version of a clustered index record: this reduces crashes when dumping tables from a corrupt database
      
      
      innobase/row/row0sel.c:
        If innodb_force_recovery >= 5, do not try to fetch an old version of a clustered index record: this reduces crashes when dumping tables from a corrupt database
      191ca985
  4. 27 Oct, 2003 2 commits
  5. 25 Oct, 2003 4 commits
  6. 24 Oct, 2003 3 commits
  7. 23 Oct, 2003 4 commits
  8. 22 Oct, 2003 5 commits
  9. 21 Oct, 2003 6 commits
  10. 20 Oct, 2003 1 commit
    • unknown's avatar
      Fix for Bug #1595 "mysqlbinlog can't read a password from the console". · a8e99bd0
      unknown authored
      Make mysqlbinlog prompt for the password if
      mysqlbinlog -p
      instead of printing the usage().
      This makes mysqlbinlog behave like other clients, which is the reason
      why we fix this in 3.23.
      This new code was almost copied from mysqldump.
      Note that before, one could use
      mysqlbinlog -p pass
      and now one must use
      mysqlbinlog -ppass
      (putting a space will ask for the password).
      
      
      client/mysqlbinlog.cc:
        Make mysqlbinlog prompt for the password if
        mysqlbinlog -p
        instead of printing the usage().
        This makes mysqlbinlog behave like other clients, which is the reason
        why we fix this in 3.23.
        This new code was almost copied from mysqldump.
        Note that before, one could use
        mysqlbinlog -p pass
        and now one must use
        mysqlbinlog -ppass
        (putting a space will ask for the password).
      a8e99bd0
  11. 19 Oct, 2003 2 commits
    • unknown's avatar
      os0file.c: · 21a42f05
      unknown authored
        Check that writes to data files always happen in to addresses divisible by 16 kB, and the chunk size is also divisible by 16 kB; a user reported 2 corrupt pages from Linux-2.4.20 where an index page seemed displaced
      
      
      innobase/os/os0file.c:
        Check that writes to data files always happen in to addresses divisible by 16 kB, and the chunk size is also divisible by 16 kB; a user reported 2 corrupt pages from Linux-2.4.20 where an index page seemed displaced
      21a42f05
    • unknown's avatar
      os0file.c: · 3e59fb08
      unknown authored
        Check that writes to data files always happen in to addresses divisible by 16 kB, and the chunk size is also divisible by 16 kB; a user reported 2 corrupt pages from Linux-2.4.20 where an index page seemed displaced
      
      
      innobase/os/os0file.c:
        Check that writes to data files always happen in to addresses divisible by 16 kB, and the chunk size is also divisible by 16 kB; a user reported 2 corrupt pages from Linux-2.4.20 where an index page seemed displaced
      3e59fb08
  12. 18 Oct, 2003 1 commit
  13. 17 Oct, 2003 3 commits
    • unknown's avatar
      thr0loc.c, srv0start.c, srv0srv.c, srv0srv.h, os0thread.h, ha_innodb.cc: · 77f45ffe
      unknown authored
        Backport from 4.1: reduce InnoDB memory consumption if buf pool < 8 MB
      
      
      sql/ha_innodb.cc:
        Backport from 4.1: reduce InnoDB memory consumption if buf pool < 8 MB
      innobase/include/os0thread.h:
        Backport from 4.1: reduce InnoDB memory consumption if buf pool < 8 MB
      innobase/include/srv0srv.h:
        Backport from 4.1: reduce InnoDB memory consumption if buf pool < 8 MB
      innobase/srv/srv0srv.c:
        Backport from 4.1: reduce InnoDB memory consumption if buf pool < 8 MB
      innobase/srv/srv0start.c:
        Backport from 4.1: reduce InnoDB memory consumption if buf pool < 8 MB
      innobase/thr/thr0loc.c:
        Backport from 4.1: reduce InnoDB memory consumption if buf pool < 8 MB
      77f45ffe
    • unknown's avatar
      Merge oak.local:/home/kostja/mysql/mysql-4.0-root · 7a7cbc7d
      unknown authored
      into oak.local:/home/kostja/mysql/mysql-4.0-1274
      
      7a7cbc7d
    • unknown's avatar
      cancelling a previous change I made in rpl_trunc_binlog.test (which I did not push), · d779c048
      unknown authored
      to enable SHOW SLAVE STATUS again.
      
      
      mysql-test/r/rpl_trunc_binlog.result:
        enabling SHOW SLAVE STATUS again.
      mysql-test/t/rpl_trunc_binlog.test:
        enabling SHOW SLAVE STATUS again
      d779c048