Code

frontend/parser: Added support for the 'TIMESERIES' command.
authorSebastian Harl <sh@tokkee.org>
Sat, 16 Aug 2014 19:12:05 +0000 (21:12 +0200)
committerSebastian Harl <sh@tokkee.org>
Sat, 16 Aug 2014 19:12:05 +0000 (21:12 +0200)
commit265c305ba8a591217a2c54673c40a3e28665a5b9
tree05930c9c41b46b37cf488f525da6628ff3743ab8
parenteac4c0869db1f50e86910e082d72ed2731b8269a
frontend/parser: Added support for the 'TIMESERIES' command.

Syntax is: TIMESERIES <host>.<metric> [START <datetime>] [END <datetime>]
src/frontend/connection-private.h
src/frontend/grammar.y
src/frontend/scanner.l
src/include/frontend/proto.h
t/unit/frontend/parser_test.c