defensively check that caller locked pages as appropriate
This commit is contained in:
parent
b8624d09b1
commit
1985ec6424
1 changed files with 2 additions and 0 deletions
|
@ -365,6 +365,7 @@ class StaticMulticolumn {
|
||||||
abort();
|
abort();
|
||||||
} */
|
} */
|
||||||
inline TUPLE * recordFind(int xid, TUPLE& val, TUPLE& scratch) {
|
inline TUPLE * recordFind(int xid, TUPLE& val, TUPLE& scratch) {
|
||||||
|
assertlocked(p_->rwlatch);
|
||||||
std::pair<slot_index_t,slot_index_t> pair_scratch;
|
std::pair<slot_index_t,slot_index_t> pair_scratch;
|
||||||
std::pair<slot_index_t,slot_index_t> * ret;
|
std::pair<slot_index_t,slot_index_t> * ret;
|
||||||
// printf("static multiclumn record find\n"); fflush(stdout);
|
// printf("static multiclumn record find\n"); fflush(stdout);
|
||||||
|
@ -439,6 +440,7 @@ class StaticMulticolumn {
|
||||||
}
|
}
|
||||||
|
|
||||||
inline void pack() {
|
inline void pack() {
|
||||||
|
assertlocked(p_->rwlatch);
|
||||||
#ifdef PACK_STATS
|
#ifdef PACK_STATS
|
||||||
if(pack_first) {
|
if(pack_first) {
|
||||||
pack_exceptionBytes = 0;
|
pack_exceptionBytes = 0;
|
||||||
|
|
Loading…
Reference in a new issue