Commit 337eb417 authored by unknown's avatar unknown

missing ;

parent 89647b1d
...@@ -2980,7 +2980,7 @@ void ndbcluster_print_error(int error, const NdbOperation *error_op) ...@@ -2980,7 +2980,7 @@ void ndbcluster_print_error(int error, const NdbOperation *error_op)
ha_ndbcluster error_handler(&tab); ha_ndbcluster error_handler(&tab);
tab.file= &error_handler; tab.file= &error_handler;
error_handler.print_error(error, MYF(0)); error_handler.print_error(error, MYF(0));
DBUG_VOID_RETURN DBUG_VOID_RETURN;
} }
/* /*
......
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