Added missing ;

This commit is contained in:
mskold@mysql.com 2004-12-07 17:10:42 +01:00
parent 4458722f55
commit 7561161360

View file

@ -1432,7 +1432,7 @@ int NdbDictionaryImpl::alterTable(NdbTableImpl &impl)
m_globalHash->unlock();
}
}
DBUG_RETURN(ret)
DBUG_RETURN(ret);
}
int