################################################################################ # # Insert a new record. Then delete the same record, in the same tx. # Mind any tx errors, ROLLBACK if needed to "equalize" different engines. # ################################################################################ SET autocommit = 0; START TRANSACTION; # Flag to indicate error (use this to decide if we are going to delete after insert). let $error= 0; --error 0, ER_LOCK_DEADLOCK, ER_LOCK_WAIT_TIMEOUT eval INSERT INTO t1 (`id`, `int1`, `connection_id`, `is_uncommitted`) VALUES (3, 3, CONNECTION_ID(), 1); --source suite/engines/rr_trx/include/check_for_error_rollback.inc if(!$error) { # Conditional, so skip query log --disable_query_log --error 0, ER_LOCK_DEADLOCK, ER_LOCK_WAIT_TIMEOUT DELETE FROM t1 WHERE `pk` = (SELECT @@last_insert_id) AND `id` = 3; --source suite/engines/rr_trx/include/check_for_error_rollback.inc --enable_query_log } COMMIT;
Name | Type | Size | Permission | Actions |
---|---|---|---|---|
init_innodb.test | File | 110 B | 0644 |
|
rr_c_count_not_zero.test | File | 1.02 KB | 0644 |
|
rr_c_stats.test | File | 131 B | 0644 |
|
rr_i_40-44.test | File | 5.54 KB | 0644 |
|
rr_id_3.test | File | 995 B | 0644 |
|
rr_id_900.test | File | 5.74 KB | 0644 |
|
rr_insert_select_2.test | File | 2.11 KB | 0644 |
|
rr_iud_rollback-multi-50.test | File | 3.02 KB | 0644 |
|
rr_replace_7-8.test | File | 3.87 KB | 0644 |
|
rr_s_select-uncommitted.test | File | 387 B | 0644 |
|
rr_sc_select-limit-nolimit_4.test | File | 2.34 KB | 0644 |
|
rr_sc_select-same_2.test | File | 1.93 KB | 0644 |
|
rr_sc_sum_total.test | File | 968 B | 0644 |
|
rr_u_10-19.test | File | 15.41 KB | 0644 |
|
rr_u_10-19_nolimit.test | File | 15.03 KB | 0644 |
|
rr_u_4.test | File | 1.36 KB | 0644 |
|