MySQL connect: charset flag is stored

MySQL connect: charset flag is stored and passed to backend
This commit is contained in:
MassimilianoPinto
2014-11-10 16:09:51 +01:00
parent 704c69eb40
commit 49d28bc1f3
4 changed files with 23 additions and 5 deletions

View File

@ -281,6 +281,7 @@ typedef struct {
* created or received */
unsigned long tid; /*< MySQL Thread ID, in
* handshake */
unsigned int charset; /*< MySQL character set at connect time */
#if defined(SS_DEBUG)
skygw_chk_t protocol_chk_tail;
#endif