mirror of
https://github.com/featurebasedb/featurebase.git
synced 2026-08-28 10:54:59 +00:00
- blue_green for doing migration. Called before Holder.Open finishes. - holdbkg.go added for index lookup. Less wedging between a deadlock and a race. - fix fault under read-only map under lmdb at TestExecutor_Execute_Row_Range/RowIDColumnID by doing cow in roaring. - roaring -tags gofuzz builds again - roaringparanoia build tag added to make test targets in Makefile - add rbf.NewDBWithAllocZero for out-of-bounds memory checks - .circleci/config.yml test-shardwidth-22 with large run container, kept OOM-ing we suspect. Fixes #819
21 lines
496 B
Text
21 lines
496 B
Text
# names of files which we do not expect to have our license header
|
|
./apimethod_string.go
|
|
./pql/pql.peg.go
|
|
./internal/private.pb.go
|
|
./internal/public.pb.go
|
|
./lru/lru.go
|
|
./roaring/btree.go
|
|
./roaring/btree_test.go
|
|
./proto/pilosa.pb.go
|
|
./logger/filewriter.go
|
|
./logger/filewriter_test.go
|
|
./vprint.go
|
|
./vprint_test.go
|
|
./rbf/vprint.go
|
|
./cmd/slurp/vprint.go
|
|
./cmd/badloader/vprint.go
|
|
./cmd/demo-lmdb/vprint.go
|
|
./gid.go
|
|
./cmd/pilosa-keydump/vprint.go
|
|
./cmd/pilosa-keydump/keydump.go
|
|
./synthload/vprint.go
|