File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -2351,6 +2351,7 @@ lock_rec_insert_by_trx_age(
2351
2351
return DB_SUCCESS;
2352
2352
}
2353
2353
2354
+ #ifdef UNIV_DEBUG
2354
2355
static
2355
2356
bool
2356
2357
lock_queue_validate (
@@ -2384,6 +2385,7 @@ lock_queue_validate(
2384
2385
}
2385
2386
return true ;
2386
2387
}
2388
+ #endif /* UNIV_DEBUG */
2387
2389
2388
2390
/* ********************************************************************/ /* *
2389
2391
Enqueues a waiting request for a lock which cannot be granted immediately.
Original file line number Diff line number Diff line change @@ -2141,6 +2141,7 @@ lock_rec_insert_by_trx_age(
2141
2141
return DB_SUCCESS;
2142
2142
}
2143
2143
2144
+ #ifdef UNIV_DEBUG
2144
2145
static
2145
2146
bool
2146
2147
lock_queue_validate (
@@ -2174,6 +2175,7 @@ lock_queue_validate(
2174
2175
}
2175
2176
return true ;
2176
2177
}
2178
+ #endif /* UNIV_DEBUG */
2177
2179
2178
2180
static
2179
2181
void
You can’t perform that action at this time.
0 commit comments