mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
MDEV-18281 COM_RESET_CONNECTION changes the connection encoding
Store original charset during client authentication, and restore it for COM_RESET_CONNECTION
This commit is contained in:
@ -2365,6 +2365,9 @@ public:
|
||||
uint dbug_sentry; // watch out for memory corruption
|
||||
#endif
|
||||
struct st_my_thread_var *mysys_var;
|
||||
|
||||
/* Original charset number from the first client packet, or COM_CHANGE_USER*/
|
||||
CHARSET_INFO *org_charset;
|
||||
private:
|
||||
/*
|
||||
Type of current query: COM_STMT_PREPARE, COM_QUERY, etc. Set from
|
||||
|
Reference in New Issue
Block a user