mySQL 5.0.11 sources for tomato
[tomato.git] / release / src / router / mysql / mysql-test / t / concurrent_innodb_safelog.test
blob828df9ef717c9552bf1ee15de1263679fbcb14a1
1 # t/concurrent_innodb_safelog.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 not set for this test
22 --source include/concurrent.inc