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