mySQL 5.0.11 sources for tomato
[tomato.git] / release / src / router / mysql / mysql-test / t / concurrent_innodb_unsafelog.test
blobe2c03655e43af5e370410c523e9555fa64416d45
1 # t/concurrent_innodb_unsafelog.test
3 # Concurrent InnoDB tests
5 # Last update:
6 # 2006-07-26 ML test refactored (MySQL 5.1)
7 #               main code t/innodb_concurrent.test -> include/concurrent.inc
8 #               new wrapper t/concurrent_innodb.test
9 # 2008-06-03 KP test refactored; removed name locks, added comments.
10 #               renamed wrapper t/concurrent_innodb.test ->
11 #                           t/concurrent_innodb_unsafelog.test
12 #               new wrapper t/concurrent_innodb_safelog.test
15 --source include/have_innodb.inc
17 let $engine_type= InnoDB;
19 SET GLOBAL TRANSACTION ISOLATION LEVEL REPEATABLE READ;
20 # innodb_locks_unsafe_for_binlog is set fro this test.
22 --source include/concurrent.inc