Commit dc156c19 authored by mskold@mysql.com's avatar mskold@mysql.com

Added missing DBUG_RETURN

parent c9353db3
...@@ -1200,7 +1200,7 @@ Ndb::internalize_index_name(const NdbTableImpl * table, ...@@ -1200,7 +1200,7 @@ Ndb::internalize_index_name(const NdbTableImpl * table,
if (!table) if (!table)
{ {
DBUG_PRINT("error", ("!table")); DBUG_PRINT("error", ("!table"));
return ret; DBUG_RETURN(ret);
} }
if (fullyQualifiedNames) if (fullyQualifiedNames)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment