summaryrefslogtreecommitdiff
path: root/sql/ha_ndbcluster.cc
diff options
context:
space:
mode:
authorunknown <msvensson@build.mysql.com>2004-05-28 12:09:12 +0200
committerunknown <msvensson@build.mysql.com>2004-05-28 12:09:12 +0200
commit1f265df25fd0c472cffd5872fb3ddab089215ecb (patch)
treed8ef3a6692e2508e0da12da32322c26cc7f10fc2 /sql/ha_ndbcluster.cc
parentbe567b5964f0f14abaad07a1789306e31422fa97 (diff)
downloadmariadb-git-1f265df25fd0c472cffd5872fb3ddab089215ecb.tar.gz
ha_ndbcluster.cc:
Missing semicolon sql/ha_ndbcluster.cc: Missing semicolon
Diffstat (limited to 'sql/ha_ndbcluster.cc')
-rw-r--r--sql/ha_ndbcluster.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/ha_ndbcluster.cc b/sql/ha_ndbcluster.cc
index 3c13e28a6cb..c76534943b8 100644
--- a/sql/ha_ndbcluster.cc
+++ b/sql/ha_ndbcluster.cc
@@ -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()