Loading sql/ha_ndbcluster.cc +3 −0 Original line number Diff line number Diff line Loading @@ -4359,9 +4359,12 @@ 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); } Loading Loading
sql/ha_ndbcluster.cc +3 −0 Original line number Diff line number Diff line Loading @@ -4359,9 +4359,12 @@ 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); } Loading