1
0
mirror of https://github.com/MariaDB/server.git synced 2026-01-06 05:22:24 +03:00

Added missing ;

This commit is contained in:
unknown
2004-12-07 17:10:42 +01:00
parent 568aa832a2
commit 9806e3f057

View File

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