blob: 77bd562c433a6d371b60034dcc0dad02e70049b0 (
plain)
1
2
3
4
5
6
7
8
9
10
|
--source ../have_engine.inc
--source support_transactions.inc
let $trx_isolation = READ COMMITTED;
--source transaction_isolation.inc
--source consistent_snapshot.inc
--source ../cleanup_engine.inc
|