Offsets for MySQL 5.5.53, 5.6.34, 5.7.16, MariaDB 5.5.53.

Improvements for Issue 144.
Fix logging of failed login for recent MySQL 5.6.32+ and 5.7.14+.
This commit is contained in:
Arnold Robbins
2016-10-25 16:14:03 +03:00
parent 6e8e1b16df
commit cd1b7d2d2d
4 changed files with 48 additions and 3 deletions

View File

@@ -113,6 +113,7 @@ public:
ThdSesData(THD *pTHD);
THD *getTHD() { return m_pThd;}
const char *getCmdName() { return m_CmdName; }
void setCmdName(const char *cmd) { m_CmdName = cmd; }
const char *getUserName() { return m_UserName; }
/**
* Start fetching objects. Return true if there are objects available.