MXS-1625 Remove need for RWS session in check_create_tmp_table

This commit is contained in:
Johan Wikman
2018-04-05 13:42:39 +03:00
parent 1133173a65
commit 08987e3e85
2 changed files with 11 additions and 10 deletions

View File

@ -151,6 +151,11 @@ public:
uint32_t get_route_target(uint8_t command, uint32_t qtype);
MXS_SESSION* session()
{
return m_pSession;
}
private:
class PSManager;
typedef std::shared_ptr<PSManager> SPSManager;