~ubuntu-branches/ubuntu/precise/mysql-5.1/precise

« back to all changes in this revision

Viewing changes to mysql-test/t/concurrent_innodb_safelog.test

  • Committer: Bazaar Package Importer
  • Author(s): Norbert Tretkowski
  • Date: 2010-03-17 14:56:02 UTC
  • Revision ID: james.westby@ubuntu.com-20100317145602-x7e30l1b2sb5s6w6
Tags: upstream-5.1.45
ImportĀ upstreamĀ versionĀ 5.1.45

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# t/concurrent_innodb_safelog.test
 
2
#
 
3
# Concurrent InnoDB tests
 
4
#
 
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
 
13
#
 
14
 
 
15
--source include/have_innodb.inc
 
16
 
 
17
let $engine_type= InnoDB;
 
18
 
 
19
SET GLOBAL TRANSACTION ISOLATION LEVEL REPEATABLE READ;
 
20
# innodb_locks_unsafe_for_binlog not set for this test
 
21
 
 
22
--source include/concurrent.inc
 
23