mariadb/mysql-test
jan 1bd22ab327 Setting a isolation level of the transaction to read committed
weakens the locks for this session similarly like the option
innodb_locks_unsafe_for_binlog. This patch removes almost all
gap locking (used in next-key locking) and makes MySQL to release
the row locks on the rows which does not belong to result set.
Additionally, nonlocking selects on INSERT INTO SELECT,
UPDATE ... (SELECT ...), and CREATE ... SELECT ... use a
nonlocking consistent read. If a binlog is used, then binlog
format should be set to row based binloging to make the execution
of the complex SQL statements.
2006-03-27 05:33:30 +00:00
..
ctype_innodb_like.inc Import 5.0 code. 2005-10-27 07:29:40 +00:00
have_innodb.inc Import 5.0 code. 2005-10-27 07:29:40 +00:00
innodb-big.result Import 5.0 code. 2005-10-27 07:29:40 +00:00
innodb-big.test Import 5.0 code. 2005-10-27 07:29:40 +00:00
innodb-deadlock.result Import 5.0 code. 2005-10-27 07:29:40 +00:00
innodb-deadlock.test Import 5.0 code. 2005-10-27 07:29:40 +00:00
innodb-lock.result Import 5.0 code. 2005-10-27 07:29:40 +00:00
innodb-lock.test Import 5.0 code. 2005-10-27 07:29:40 +00:00
innodb-master.opt Setting a isolation level of the transaction to read committed 2006-03-27 05:33:30 +00:00
innodb-replace.result Import 5.0 code. 2005-10-27 07:29:40 +00:00
innodb-replace.test Import 5.0 code. 2005-10-27 07:29:40 +00:00
innodb.result Setting a isolation level of the transaction to read committed 2006-03-27 05:33:30 +00:00
innodb.test Setting a isolation level of the transaction to read committed 2006-03-27 05:33:30 +00:00
innodb_cache-master.opt Import 5.0 code. 2005-10-27 07:29:40 +00:00
innodb_cache.result Port a change from MySQL: 2006-02-17 07:10:22 +00:00
innodb_cache.test Port r165 from branches/5.0: Port a change from MySQL: 2006-02-06 09:08:58 +00:00
innodb_gis.result Merge changes from MySQL that were identified when merging r269 to MySQL. 2006-03-10 14:26:08 +00:00
innodb_gis.test Port r95 and r96 from branches/5.0 to trunk: 2005-12-12 12:42:41 +00:00
innodb_handler.result Import 5.0 code. 2005-10-27 07:29:40 +00:00
innodb_handler.test Import 5.0 code. 2005-10-27 07:29:40 +00:00
innodb_unsafe_binlog-master.opt Setting a isolation level of the transaction to read committed 2006-03-27 05:33:30 +00:00
innodb_unsafe_binlog.result Setting a isolation level of the transaction to read committed 2006-03-27 05:33:30 +00:00
innodb_unsafe_binlog.test Setting a isolation level of the transaction to read committed 2006-03-27 05:33:30 +00:00