mirror of
https://github.com/MariaDB/server.git
synced 2025-02-02 03:51:50 +01:00
make deleted kv pairs invisible
git-svn-id: file:///svn/tokudb@246 c7de825b-a66e-492c-adef-691d508d4ae1
This commit is contained in:
parent
356e2cb4c9
commit
0b19e86a34
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@ int pma_index_limit (PMA pma) {
|
|||
|
||||
int pmanode_valid (PMA pma, int i) {
|
||||
assert(0<=i); assert(i<pma_index_limit(pma));
|
||||
return kv_pair_inuse(pma->pairs[i]);
|
||||
return kv_pair_valid(pma->pairs[i]);
|
||||
}
|
||||
|
||||
bytevec pmanode_key (PMA pma, int i) {
|
||||
|
|
Loading…
Add table
Reference in a new issue