| 246 | } |
| 247 | |
| 248 | void BtrPageGCLock::disablePageGC(thread_db* tdbb, const PageNumber& page) |
| 249 | { |
| 250 | page.getLockStr(getKeyPtr()); |
| 251 | LCK_lock(tdbb, this, LCK_read, LCK_WAIT); |
| 252 | } |
| 253 | |
| 254 | void BtrPageGCLock::enablePageGC(thread_db* tdbb) |
| 255 | { |
no test coverage detected