~stewart/drizzle/embedded-innodb-create-select-transaction-arrgh

« back to all changes in this revision

Viewing changes to mysql-test/t/deadlock_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/deadlock_innodb.test
 
2
#
 
3
#
 
4
# Last update:
 
5
# 2006-07-26 ML test refactored (MySQL 5.1)
 
6
#               main code --> include/deadlock.inc
 
7
#               new wrapper t/deadlock_innodb.test
 
8
#
 
9
 
 
10
# Can't test this with embedded server
 
11
-- source include/not_embedded.inc
 
12
 
 
13
--source include/have_innodb.inc
 
14
let $engine_type= InnoDB;
 
15
 
 
16
--source include/deadlock.inc