Commit a3bc77d8 authored by unknown's avatar unknown

Added missing DBUG_RETURN

parent 50ba4998
...@@ -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