view LICENSE @ 150:01e070c97ee7

Fix bug in default comparator: Return correct separator for difficult cases This is important if TableBuilder wants a separator between K and succ(K), where succ(K) is usually just a string of K's first characters plus 1. In this case we now return K with its last byte incremented by one, which isn't really "short" anymore, but a valid separator. Otherwise, logic relying on the key in index blocks being actually *past* the referenced block fails in some cases, for example on the last block of a table.
author Lewin Bormann <lbo@spheniscida.de>
date Sun, 29 Jan 2017 16:13:36 +0100
parents b5f1f6458ee2
children
line wrap: on
line source

The MIT License (MIT)

Copyright (c) 2016 Google Inc. (lewinb@google.com) -- though not an official
Google product or in any way related!

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to
deal in the Software without restriction, including without limitation the
rights to use, copy, modify, merge, publish, distribute, sublicense, and/or
sell copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
IN THE SOFTWARE.