MXS-1625 Remove need for RWS session in log_transaction_status()

This commit is contained in:
Johan Wikman
2018-04-05 13:54:37 +03:00
parent 08987e3e85
commit 00ee271656
2 changed files with 8 additions and 8 deletions

View File

@ -151,7 +151,7 @@ public:
uint32_t get_route_target(uint8_t command, uint32_t qtype);
MXS_SESSION* session()
MXS_SESSION* session() const
{
return m_pSession;
}