summaryrefslogtreecommitdiff
path: root/sql/ha_ndbcluster.cc
diff options
context:
space:
mode:
authorunknown <ndbdev@ndbmaster.mysql.com>2004-07-06 08:43:57 +0200
committerunknown <ndbdev@ndbmaster.mysql.com>2004-07-06 08:43:57 +0200
commit3e73b86d7fa6a1732496d3c4617c582b7b14aaa5 (patch)
tree93b6ad33962140729337035abaae17a3f9738695 /sql/ha_ndbcluster.cc
parentef389ca0b26ef5f8fcae0ef8016cdd08effeb6b0 (diff)
downloadmariadb-git-3e73b86d7fa6a1732496d3c4617c582b7b14aaa5.tar.gz
missing ;
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 dc4d20db74b..88d11813a0e 100644
--- a/sql/ha_ndbcluster.cc
+++ b/sql/ha_ndbcluster.cc
@@ -2980,7 +2980,7 @@ void ndbcluster_print_error(int error, const NdbOperation *error_op)
ha_ndbcluster error_handler(&tab);
tab.file= &error_handler;
error_handler.print_error(error, MYF(0));
- DBUG_VOID_RETURN
+ DBUG_VOID_RETURN;
}
/*