From 2f24eec4d29e7c03ae92fdbdabc553e7ce08461c Mon Sep 17 00:00:00 2001 From: "ndbdev@ndbmaster.mysql.com" <> Date: Tue, 6 Jul 2004 08:43:57 +0200 Subject: [PATCH] missing ; --- sql/ha_ndbcluster.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } /*