MXS-1780 Make retain_last_statements service specific

This commit is contained in:
Johan Wikman
2018-11-07 11:44:25 +02:00
parent 2bd2b4a32e
commit 32f2e769f4
9 changed files with 62 additions and 8 deletions

View File

@ -150,6 +150,8 @@ typedef struct service
* track mechanism */
int active; /**< Whether the service is still
* active */
int32_t retain_last_statements; /**< How many statements to retain per session,
* -1 if not explicitly specified. */
} SERVICE;
typedef enum count_spec_t