mirror of
https://github.com/MariaDB/server.git
synced 2025-01-19 05:22:25 +01:00
Added missing ;
This commit is contained in:
parent
4458722f55
commit
7561161360
1 changed files with 1 additions and 1 deletions
|
@ -1432,7 +1432,7 @@ int NdbDictionaryImpl::alterTable(NdbTableImpl &impl)
|
|||
m_globalHash->unlock();
|
||||
}
|
||||
}
|
||||
DBUG_RETURN(ret)
|
||||
DBUG_RETURN(ret);
|
||||
}
|
||||
|
||||
int
|
||||
|
|
Loading…
Reference in a new issue