1. 23 Oct, 2003 4 commits
  2. 22 Oct, 2003 5 commits
  3. 21 Oct, 2003 6 commits
  4. 20 Oct, 2003 1 commit
    • guilhem@mysql.com's avatar
      Fix for Bug #1595 "mysqlbinlog can't read a password from the console". · d0a21a0a
      guilhem@mysql.com 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).
      d0a21a0a
  5. 19 Oct, 2003 2 commits
    • heikki@hundin.mysql.fi's avatar
      os0file.c: · e52a2f1a
      heikki@hundin.mysql.fi 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
      e52a2f1a
    • heikki@hundin.mysql.fi's avatar
      os0file.c: · 18995bb1
      heikki@hundin.mysql.fi 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
      18995bb1
  6. 18 Oct, 2003 1 commit
  7. 17 Oct, 2003 5 commits
  8. 16 Oct, 2003 8 commits
  9. 15 Oct, 2003 7 commits
  10. 14 Oct, 2003 1 commit