1. 31 Oct, 2003 1 commit
  2. 30 Oct, 2003 6 commits
  3. 29 Oct, 2003 5 commits
  4. 28 Oct, 2003 3 commits
  5. 27 Oct, 2003 2 commits
  6. 25 Oct, 2003 4 commits
  7. 24 Oct, 2003 3 commits
  8. 23 Oct, 2003 4 commits
  9. 22 Oct, 2003 5 commits
  10. 21 Oct, 2003 6 commits
  11. 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