Updated QLA filter to allow for regex matches and client address matches

to control the statements that are logged.
This commit is contained in:
Mark Riddoch
2014-06-11 23:55:29 +01:00
parent a8def0d670
commit d17315b2cd
3 changed files with 101 additions and 19 deletions

View File

@ -149,6 +149,7 @@ SESSION *session_alloc(struct service *, struct dcb *);
bool session_free(SESSION *);
int session_isvalid(SESSION *);
int session_reply(void *inst, void *session, GWBUF *data);
char *session_get_remote(SESSION *);
void printAllSessions();
void printSession(SESSION *);
void dprintAllSessions(struct dcb *);