tpmfilter now prints which server the query has been executed on.

This commit is contained in:
Dong Young Yoon
2016-12-14 12:07:48 -05:00
committed by Markus Mäkelä
parent cb243f47a0
commit 7776d55963
3 changed files with 190 additions and 61 deletions

View File

@ -35,6 +35,8 @@
MXS_BEGIN_DECLS
struct server;
/**
* Buffer properties - used to store properties related to the buffer
* contents. This may be added at any point during the processing of the
@ -129,6 +131,7 @@ typedef struct gwbuf
gwbuf_type_t gwbuf_type; /*< buffer's data type information */
HINT *hint; /*< Hint data for this buffer */
BUF_PROPERTY *properties; /*< Buffer properties */
struct server *server;
} GWBUF;
/*<