Change to implement delete by key. A BRT_DELETE command is injected into the
tree. It replaces any INSERT or DELETE command with the same key at all interior nodes. It is translated into a PMA delete operation at a leaf node. The database file format was changed for the contents of interior node buffers to include a 1 byte type field. There are currently 2 types: BRT_INSERT and BRT_DELETE. git-svn-id: file:///svn/tokudb@278 c7de825b-a66e-492c-adef-691d508d4ae1
Showing
Please register or sign in to comment