Commit 1f265df2 authored by unknown's avatar unknown

ha_ndbcluster.cc:

  Missing  semicolon


sql/ha_ndbcluster.cc:
  Missing  semicolon
parent be567b59
......@@ -1648,7 +1648,7 @@ int ha_ndbcluster::close_scan()
cursor->close();
m_active_cursor= NULL;
DBUG_RETURN(0)
DBUG_RETURN(0);
}
int ha_ndbcluster::rnd_end()
......
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