mirror of
https://github.com/MariaDB/server.git
synced 2025-02-01 11:31:51 +01:00
Added missing DBUG_RETURN
This commit is contained in:
parent
c9353db37d
commit
dc156c193d
1 changed files with 1 additions and 1 deletions
|
@ -1200,7 +1200,7 @@ Ndb::internalize_index_name(const NdbTableImpl * table,
|
|||
if (!table)
|
||||
{
|
||||
DBUG_PRINT("error", ("!table"));
|
||||
return ret;
|
||||
DBUG_RETURN(ret);
|
||||
}
|
||||
|
||||
if (fullyQualifiedNames)
|
||||
|
|
Loading…
Add table
Reference in a new issue