add Vlist's cache

modified to load Vlist's cache
This commit is contained in:
ZongyueQin 2017-07-15 11:34:26 +08:00 committed by GitHub
parent e588f147e9
commit ad0ac7cc8c
1 changed files with 1 additions and 1 deletions

View File

@ -130,7 +130,7 @@ IVLeafNode::getValue(VList* _vlist, int _index, char*& _str, unsigned& _len) con
cout<<"this is a vlist in get()"<<endl;
#endif
unsigned block_num = this->values[_index].getLen();
_vlist->readValue(block_num, _str, _len);
_vlist->readValue(block_num, _str, _len, this->keys[_index]);
}
else
{