| 252 | } |
| 253 | |
| 254 | void BtrPageGCLock::enablePageGC(thread_db* tdbb) |
| 255 | { |
| 256 | fb_assert(lck_id); |
| 257 | if (lck_id) |
| 258 | LCK_release(tdbb, this); |
| 259 | } |
| 260 | |
| 261 | bool BtrPageGCLock::isPageGCAllowed(thread_db* tdbb, const PageNumber& page) |
| 262 | { |
no test coverage detected