1
0
mirror of https://github.com/MariaDB/server.git synced 2025-09-02 09:41:40 +03:00

corrected merge

This commit is contained in:
unknown
2006-05-16 11:32:43 +02:00
parent 37b79d90d3
commit 7cb13aeca0

View File

@@ -321,7 +321,7 @@ TransporterFacade::unlock_mutex()
inline inline
unsigned Ndb_cluster_connection_impl::get_connect_count() const 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 inline