mirror of
https://github.com/MariaDB/server.git
synced 2025-09-09 18:40:27 +03:00
Added missing ;
This commit is contained in:
@@ -1432,7 +1432,7 @@ int NdbDictionaryImpl::alterTable(NdbTableImpl &impl)
|
|||||||
m_globalHash->unlock();
|
m_globalHash->unlock();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
DBUG_RETURN(ret)
|
DBUG_RETURN(ret);
|
||||||
}
|
}
|
||||||
|
|
||||||
int
|
int
|
||||||
|
Reference in New Issue
Block a user