liuis / leveldb

Automatically exported from code.google.com/p/leveldb
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

Patch for /table/block.cc #78

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Look at line 192, line 197.

We are in fact finding the last restart point with a key <= target, so that we 
can iterate forward to find the first key >= target.

Original issue reported on code.google.com by yalexfan on 28 Mar 2012 at 10:05

Attachments:

GoogleCodeExporter commented 9 years ago

Original comment by san...@google.com on 28 Mar 2012 at 3:38