mirror of
https://github.com/MariaDB/server.git
synced 2025-09-02 09:41:40 +03:00
corrected merge
This commit is contained in:
@@ -321,7 +321,7 @@ TransporterFacade::unlock_mutex()
|
||||
inline
|
||||
unsigned Ndb_cluster_connection_impl::get_connect_count() const
|
||||
{
|
||||
return TransporterFacade::instance()->theClusterMgr->m_connect_count;
|
||||
return m_transporter_facade->theClusterMgr->m_connect_count;
|
||||
}
|
||||
|
||||
inline
|
||||
|
Reference in New Issue
Block a user