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

Added missing ;

parent 4458722f
......@@ -1432,7 +1432,7 @@ int NdbDictionaryImpl::alterTable(NdbTableImpl &impl)
m_globalHash->unlock();
}
}
DBUG_RETURN(ret)
DBUG_RETURN(ret);
}
int
......
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