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