tpmfilter now prints which server the query has been executed on.
This commit is contained in:

committed by
Markus Mäkelä

parent
cb243f47a0
commit
7776d55963
@ -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;
|
||||
|
||||
/*<
|
||||
|
Reference in New Issue
Block a user