1
by brian
clean slate |
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
|