Code

Split the memstore module from the store module.
authorSebastian Harl <sh@tokkee.org>
Wed, 7 Oct 2015 21:45:51 +0000 (23:45 +0200)
committerSebastian Harl <sh@tokkee.org>
Wed, 7 Oct 2015 21:45:51 +0000 (23:45 +0200)
commit98439daa576d4dbc533e9d4b8a5f493926389554
tree01ac9ed6b8c00d5c5492a93b2cc4f9c5ba3d4f8c
parentb54d9fff4bc9e70efe83123403a4c9f935efb74e
Split the memstore module from the store module.
23 files changed:
src/Makefile.am
src/core/memstore-private.h [new file with mode: 0644]
src/core/memstore.c [new file with mode: 0644]
src/core/memstore_exec.c [new file with mode: 0644]
src/core/memstore_expr.c [new file with mode: 0644]
src/core/memstore_lookup.c [new file with mode: 0644]
src/core/memstore_query.c [new file with mode: 0644]
src/core/store-private.h [deleted file]
src/core/store.c [deleted file]
src/core/store_exec.c [deleted file]
src/core/store_expr.c [deleted file]
src/core/store_json.c
src/core/store_lookup.c [deleted file]
src/core/store_query.c [deleted file]
src/include/core/memstore.h [new file with mode: 0644]
src/include/core/store.h
src/plugins/store/memory.c
t/unit/core/store_expr_test.c
t/unit/core/store_json_test.c
t/unit/core/store_lookup_test.c
t/unit/core/store_test.c
t/unit/frontend/query_test.c
t/unit/parser/parser_test.c