Commit 41e68be6 authored by unknown's avatar unknown

Added missing return

parent 7ae9f4a5
......@@ -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