An error occurred fetching the project authors.
  1. 14 Apr, 2011 1 commit
    • unknown's avatar
      Fix race in testcase innodb_plugin.group_commit · 94b02220
      unknown authored
      The problem was that connection con5, which is supposed to be the leader for
      the third group, could if timing was bad end up as participant in the second
      group, causing the test to fail.
      
      Fixed by ensuring that group 2 is running before starting the transaction
      for group 3.
      94b02220
  2. 07 Apr, 2011 1 commit
  3. 29 Oct, 2010 1 commit
    • unknown's avatar
      MWL#116: after-architecture-review code refactoring and cleanup. · aa985e49
      unknown authored
      Remove the extra class hierarchy with classes TC_LOG_queued, TC_LOG_unordered,
      and TC_LOG_group_commit, folding the code into the TC_LOG_MMAP and
      TC_LOG_BINLOG classes. In particular TC_LOG_BINLOG is greatly simplified by
      this, unifying the code path for transactional and non-transactional
      commit.
      
      Remove unnecessary locking of LOCK_log in MYSQL_BIN_LOG::write() (backport
      of same fix from mysql-5.5).
      aa985e49
  4. 30 Sep, 2010 1 commit