File tree Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -2918,6 +2918,10 @@ row_ins_sec_index_entry(
2918
2918
mem_heap_t * offsets_heap;
2919
2919
mem_heap_t * heap;
2920
2920
2921
+ DBUG_EXECUTE_IF (" row_ins_sec_index_entry_timeout" , {
2922
+ DBUG_SET (" -d,row_ins_sec_index_entry_timeout" );
2923
+ return (DB_LOCK_WAIT);});
2924
+
2921
2925
if (!index->table ->foreign_set .empty ()) {
2922
2926
err = row_ins_check_foreign_constraints (index->table , index,
2923
2927
entry, thr);
Original file line number Diff line number Diff line change @@ -2991,6 +2991,10 @@ row_ins_sec_index_entry(
2991
2991
mem_heap_t * offsets_heap;
2992
2992
mem_heap_t * heap;
2993
2993
2994
+ DBUG_EXECUTE_IF (" row_ins_sec_index_entry_timeout" , {
2995
+ DBUG_SET (" -d,row_ins_sec_index_entry_timeout" );
2996
+ return (DB_LOCK_WAIT);});
2997
+
2994
2998
if (!index->table ->foreign_set .empty ()) {
2995
2999
err = row_ins_check_foreign_constraints (index->table , index,
2996
3000
entry, thr);
You can’t perform that action at this time.
0 commit comments