Added missing return

parent 712f1f3d
......@@ -649,7 +649,7 @@ void Ndb_cluster_connection_impl::connect_thread()
Uint64 *
Ndb_cluster_connection::get_latest_trans_gci()
{
m_impl.get_latest_trans_gci();
return m_impl.get_latest_trans_gci();
}
void
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment