Added missing DBUG_RETURN

This commit is contained in:
mskold@mysql.com 2006-02-23 16:25:52 +01:00
parent c9353db37d
commit dc156c193d

View file

@ -1200,7 +1200,7 @@ Ndb::internalize_index_name(const NdbTableImpl * table,
if (!table)
{
DBUG_PRINT("error", ("!table"));
return ret;
DBUG_RETURN(ret);
}
if (fullyQualifiedNames)