1
0
mirror of https://github.com/MariaDB/server.git synced 2025-09-02 09:41:40 +03:00

missing ;

This commit is contained in:
ndbdev@ndbmaster.mysql.com
2004-07-06 08:43:57 +02:00
parent 3f20e69c25
commit 2f24eec4d2

View File

@@ -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;
} }
/* /*