1. 11 Oct, 2004 1 commit
    • guilhem@mysql.com's avatar
      Fix for BUG#5949 "error code 1223 in binlog when using innobackup": · 13af58aa
      guilhem@mysql.com authored
      when one connection had done FLUSH TABLES WITH READ LOCK, some updates, and then COMMIT,
      it was accepted but my_error() was called and so, while client got no error, error was logged in binlog.
      We now don't call my_error() in this case; we assume the connection know what it does.
      This problem was specific to 4.0.21. The change is needed to make replication work with existing versions of innobackup.
      13af58aa
  2. 24 Sep, 2004 1 commit
  3. 23 Sep, 2004 4 commits
  4. 22 Sep, 2004 3 commits
  5. 20 Sep, 2004 1 commit
  6. 19 Sep, 2004 3 commits
  7. 18 Sep, 2004 3 commits
  8. 17 Sep, 2004 1 commit
  9. 16 Sep, 2004 1 commit
  10. 14 Sep, 2004 4 commits
  11. 13 Sep, 2004 4 commits
  12. 11 Sep, 2004 1 commit
    • heikki@hundin.mysql.fi's avatar
      os0file.c: · 4c7c2343
      heikki@hundin.mysql.fi authored
        Add more precise diagnostics about the state of the I/O threads of InnoDB; print in SHOW INNODB STATUS if the event wait semaphore of each I/O thread is set
      4c7c2343
  13. 10 Sep, 2004 2 commits
  14. 09 Sep, 2004 10 commits
  15. 08 Sep, 2004 1 commit
    • rburnett@build.mysql.com's avatar
      [This patch has already been approved by Serge. I am recommitting and pushing... · 751071a6
      rburnett@build.mysql.com authored
      [This patch has already been approved by Serge.  I am recommitting and pushing from a new repository because there were other changesets that couldn't be pushed.]
      
      BUG# 5229 --password=foobar does not override the empty 'password' option in the my.cnf
      This is a backport of a change made by jani in the 4.1 tree.
      
      mysql.cc:
        Add tty_password=0 in the p case handling in get_one_option
      751071a6