ha_ndbcluster.cc:

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