Fixed schemarouter not handling show databases queries spanning multiple buffers.

This commit is contained in:
Markus Makela
2015-04-14 18:49:48 +03:00
parent 3fb59e020b
commit 253c63e958
2 changed files with 86 additions and 33 deletions

View File

@ -215,6 +215,8 @@ typedef struct backend_ref_st {
#if defined(SS_DEBUG)
skygw_chk_t bref_chk_top;
#endif
int n_mapping_eof;
GWBUF* map_queue;
BACKEND* bref_backend; /*< Backend server */
DCB* bref_dcb; /*< Backend DCB */
bref_state_t bref_state; /*< State of the backend */