mirror of
https://github.com/MariaDB/server.git
synced 2025-07-27 18:02:13 +03:00
Post review fix of ndbcluster_drop_database, print error
This commit is contained in:
@ -4359,7 +4359,10 @@ int ndbcluster_drop_database(const char *path)
|
||||
{
|
||||
const NdbError err= dict->getNdbError();
|
||||
if (err.code != 709)
|
||||
{
|
||||
ERR_PRINT(err);
|
||||
ret= ndb_to_mysql_error(&err);
|
||||
}
|
||||
}
|
||||
}
|
||||
DBUG_RETURN(ret);
|
||||
|
Reference in New Issue
Block a user