1--source include/have_partition.inc
2--source include/gap_lock_error_init.inc
3
4let $select_lock=for update;
5let $autocommit = 0;
6--source include/gap_lock_error_select.inc
7let $autocommit = 1;
8--source include/gap_lock_error_select.inc
9
10let $select_lock=lock in share mode;
11let $autocommit = 0;
12--source include/gap_lock_error_select.inc
13let $autocommit = 1;
14--source include/gap_lock_error_select.inc
15
16let $select_lock=;
17let $autocommit = 0;
18--source include/gap_lock_error_select.inc
19let $autocommit = 1;
20--source include/gap_lock_error_select.inc
21
22let $autocommit = 0;
23--source include/gap_lock_error_update.inc
24let $autocommit = 1;
25--source include/gap_lock_error_update.inc
26
27--source include/gap_lock_error_cleanup.inc
28