Code

Let the network protocol and SysQL support last_update for metric stores.
authorSebastian Harl <sh@tokkee.org>
Mon, 5 Sep 2016 01:18:00 +0000 (21:18 -0400)
committerSebastian Harl <sh@tokkee.org>
Mon, 5 Sep 2016 01:18:00 +0000 (21:18 -0400)
commit5f7e0ee1cf668eaaec097d8f2fa0753b0c089946
treed082a4e3e34dfdf960372a37c75214ebacb22f1e
parent1bde17786b9a0b342daae5faa46a54b3eeab6558
Let the network protocol and SysQL support last_update for metric stores.
doc/sysdbql.7.txt
src/frontend/query.c
src/include/parser/ast.h
src/include/utils/proto.h
src/parser/ast.c
src/parser/grammar.y
src/plugins/store/network.c
src/utils/proto.c
t/unit/core/store_test.c
t/unit/parser/parser_test.c
t/unit/utils/proto_test.c