mirror of
https://github.com/MariaDB/server.git
synced 2025-09-02 09:41:40 +03:00
missing ;
This commit is contained in:
@@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
Reference in New Issue
Block a user