0
0
bleve/index
Marty Schoch 3dc64de478 moved fields requiring 64-bit alignment to start of struct
several data structures had a pointer at the start of the struct
on some 32-bit systems, this causes the remaining fields no longer
be aligned on 64-bit boundaries

the fix identifed by @pmezard is to put the counters first in the
struct, which guarantees correct alignment

fixes #359
2016-03-20 10:38:28 -04:00
..
firestorm moved fields requiring 64-bit alignment to start of struct 2016-03-20 10:38:28 -04:00
store MB-18715 - moss Merge() didn't bump bufUsed correctly 2016-03-15 17:09:40 -07:00
upside_down moved fields requiring 64-bit alignment to start of struct 2016-03-20 10:38:28 -04:00
analysis.go modify code to reuse buffer for kv generation 2015-10-05 17:49:50 -04:00
field_cache.go fix major synchronization issue in the field_cache 2015-12-15 16:39:38 -05:00
index.go add support for gathering stats via map for easier consumption 2016-03-07 18:37:46 -05:00