| 116 | } |
| 117 | |
| 118 | inline SLONG* LCK_OWNER_HANDLE_ATT(thread_db* tdbb) |
| 119 | { |
| 120 | if (tdbb->getDatabase()->dbb_flags & DBB_shared) |
| 121 | return &tdbb->getAttachment()->att_lock_owner_handle; |
| 122 | |
| 123 | return &tdbb->getDatabase()->dbb_lock_owner_handle; |
| 124 | } |
| 125 | |
| 126 | |
| 127 | static const bool compatibility[LCK_max][LCK_max] = |
no test coverage detected