1. 23 Feb, 2005 3 commits
    • unknown's avatar
      don't log BEGIN in auto-commit mode · be9f1863
      unknown authored
      correct end_log_pos for Xid_log_event
      
      
      mysql-test/r/binlog.result:
        don't depend on the previous tests
      mysql-test/r/rpl_rotate_logs.result:
        correct end_log_pos for Xid_log_event
      mysql-test/t/binlog.test:
        don't depend on the previous tests
      sql/handler.h:
        comment
      sql/log_event.cc:
        advance position for Xid
      sql/log_event.h:
        comment
      sql/sql_class.h:
        correct end_log_pos for Xid_log_event
      sql/sql_parse.cc:
        make sure commit handler knows whether it's autocommit or not
      be9f1863
    • unknown's avatar
      write "COMMIT" into binlog if there's no Xid at the end of transaction · 0cd185ea
      unknown authored
      new tests
      
      
      mysql-test/r/innodb.result:
        savepoint test
      mysql-test/t/innodb.test:
        savepoint test
      sql/log.cc:
        write "COMMIT" into binlog if there's no Xid at the end of transaction
      0cd185ea
    • unknown's avatar
      Merge · 7d4ea5cf
      unknown authored
      
      extra/perror.c:
        Auto merged
      sql/mysqld.cc:
        Auto merged
      sql/sql_acl.cc:
        Merge change in warning message
      sql/sql_parse.cc:
        Hand-merge
      7d4ea5cf
  2. 22 Feb, 2005 37 commits