Merge branch '2.3' into develop
This commit is contained in:
@ -348,6 +348,11 @@ public:
|
||||
m_pw = pw;
|
||||
}
|
||||
|
||||
uint32_t thread_id() const
|
||||
{
|
||||
return mysql_thread_id(m_conn);
|
||||
}
|
||||
|
||||
private:
|
||||
std::string m_host;
|
||||
int m_port;
|
||||
|
||||
Reference in New Issue
Block a user