An error occurred fetching the project authors.
- 14 Apr, 2011 1 commit
-
-
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.
-
- 07 Apr, 2011 1 commit
-
-
unknown authored
Also implement the InnoDB changes for group commit into innodb_plugin.
-
- 29 Oct, 2010 1 commit
-
-
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).
-
- 30 Sep, 2010 1 commit
-
-
unknown authored
Preliminary commit for testing
-