Code

store: Use a separate type for prepared querys.
authorSebastian Harl <sh@tokkee.org>
Mon, 18 May 2015 19:04:18 +0000 (21:04 +0200)
committerSebastian Harl <sh@tokkee.org>
Mon, 18 May 2015 19:04:18 +0000 (21:04 +0200)
commit29aa1f75c4840710671488420208a2e029a308a9
tree0253496a914e1607eaae6e2bfe8a86f77e627d5b
parent740f1a8839faaf3033ea23f4cf2eea0dc0209d13
store: Use a separate type for prepared querys.

It's sufficiently different from the general matchers/filters approach to not
benefit from sharing a base type.
src/core/store-private.h
src/core/store_exec.c
src/core/store_query.c
src/frontend/query.c
src/include/core/store.h
t/unit/parser/parser_test.c