Adds a CLUSTER CLEANUP command to clean monitor's history,

also include a --keep-history (-k) option to indicate how many
days of history to keep
This commit is contained in:
Jaime Casanova
2012-04-14 21:34:06 -05:00
parent 7d579cf71f
commit fd76ec6283
2 changed files with 78 additions and 5 deletions

View File

@@ -59,6 +59,8 @@ typedef struct
char masterport[MAXLEN];
/* parameter used by CLUSTER CLEANUP */
int keep_history;
} t_runtime_options;
#endif