0
0
bleve/index
Marty Schoch 57358088ec fix row merging bug
trying to be clever, we reused the memory allocated for the left
operand when doing partial merges
this had been tested to be safe, in general.  however, the
implementation was then written such that we always reused
globally defined operands, this meant that we mutated
the operands which were intended to always represent
+1/-1
this then cascades quickly to making increment/decrement
values much larger/smaller than they should be
related to #197
2015-05-06 11:00:04 -04:00
..
store update metrics store to latest kvstore api 2015-04-27 11:01:53 -07:00
upside_down fix row merging bug 2015-05-06 11:00:04 -04:00
index.go added String method for Batch 2015-04-08 10:41:42 -04:00