~drizzle-trunk/drizzle/development

« back to all changes in this revision

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

  • Committer: brian
  • Date: 2008-06-25 05:29:13 UTC
  • Revision ID: brian@localhost.localdomain-20080625052913-6upwo0jsrl4lnapl
clean slate

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# t/concurrent_innodb.test
 
2
#
 
3
# Concurrent InnoDB tests, mainly in UPDATE's
 
4
# Bug#3300
 
5
# Designed and tested by Sinisa Milivojevic, sinisa@mysql.com
 
6
#
 
7
# two non-interfering UPDATE's not changing result set
 
8
#
 
9
# Last update:
 
10
# 2006-07-26 ML test refactored (MySQL 5.1)
 
11
#               main code t/innodb_concurrent.test -> include/concurrent.inc
 
12
#               new wrapper t/concurrent_innodb.test
 
13
 
 
14
# test takes circa 5 minutes to run, so it's big
 
15
--source include/big_test.inc
 
16
 
 
17
--source include/have_innodb.inc
 
18
let $engine_type= InnoDB;
 
19
 
 
20
--source include/concurrent.inc