0
0
bleve/index/store/goleveldb
indraniel 3a70401835 + make copies of the []bytes returned by goleveldb
- The byte strings returned by goleveldb aren't necessarily safe.  See
    the following google group thread:

    https://groups.google.com/forum/#!topic/bleve/aHZ8gmihLiY

    This code change is based on the gist created here:

    https://groups.google.com/forum/#!topic/bleve/aHZ8gmihLiY
2015-04-10 11:08:02 -05:00
..
batch.go + initial stub of goleveldb package 2015-04-10 11:08:02 -05:00
iterator.go + make copies of the []bytes returned by goleveldb 2015-04-10 11:08:02 -05:00
reader.go + initial stub of goleveldb package 2015-04-10 11:08:02 -05:00
store_test.go + keep 'getWithSnapshot' consistent with levigo implementation 2015-04-10 11:08:02 -05:00
store.go + make copies of the []bytes returned by goleveldb 2015-04-10 11:08:02 -05:00
util.go + initial stub of goleveldb package 2015-04-10 11:08:02 -05:00
writer.go + initial stub of goleveldb package 2015-04-10 11:08:02 -05:00