Code

store: Drop the global (default) store.
authorSebastian Harl <sh@tokkee.org>
Sat, 8 Aug 2015 07:34:56 +0000 (09:34 +0200)
committerSebastian Harl <sh@tokkee.org>
Sat, 8 Aug 2015 07:57:04 +0000 (09:57 +0200)
commit5eb9fab9a904e0b9c10189a62e73b543dda62300
tree23f9bb6440873456c62550dc230dbfbfc8fcbc94
parent873627f033f749c6dc48293de1183ca4f6961926
store: Drop the global (default) store.

Instead, register a store from sysdbd and make sure to re-register it on
reconfigure. Previously, the store plugin would have been dropped in that
case.
src/core/store.c
src/include/core/store.h
src/tools/sysdbd/main.c
t/unit/frontend/query_test.c