Format routers and monitors
This commit is contained in:
@ -130,11 +130,11 @@ typedef enum
|
||||
} PARSE_ERROR;
|
||||
|
||||
|
||||
extern MAXINFO_TREE* maxinfo_parse(char*, PARSE_ERROR*);
|
||||
extern void maxinfo_free_tree(MAXINFO_TREE*);
|
||||
extern void maxinfo_execute(DCB*, MAXINFO_TREE*);
|
||||
extern void maxinfo_send_error(DCB*, int, const char*);
|
||||
extern void maxinfo_send_parse_error(DCB*, char*, PARSE_ERROR);
|
||||
extern MAXINFO_TREE* maxinfo_parse(char*, PARSE_ERROR*);
|
||||
extern void maxinfo_free_tree(MAXINFO_TREE*);
|
||||
extern void maxinfo_execute(DCB*, MAXINFO_TREE*);
|
||||
extern void maxinfo_send_error(DCB*, int, const char*);
|
||||
extern void maxinfo_send_parse_error(DCB*, char*, PARSE_ERROR);
|
||||
extern std::unique_ptr<ResultSet> maxinfo_variables();
|
||||
extern std::unique_ptr<ResultSet> maxinfo_status();
|
||||
extern int handle_url(INFO_INSTANCE* instance, INFO_SESSION* session, GWBUF* queue);
|
||||
|
||||
Reference in New Issue
Block a user