mirror of
https://github.com/MariaDB/server.git
synced 2025-09-02 09:41:40 +03:00
bug, forgot to set to zero
This commit is contained in:
@@ -579,6 +579,7 @@ NdbDictionaryImpl::NdbDictionaryImpl(Ndb &ndb)
|
|||||||
m_ndb(ndb)
|
m_ndb(ndb)
|
||||||
{
|
{
|
||||||
m_globalHash = 0;
|
m_globalHash = 0;
|
||||||
|
m_local_table_data_size= 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
NdbDictionaryImpl::NdbDictionaryImpl(Ndb &ndb,
|
NdbDictionaryImpl::NdbDictionaryImpl(Ndb &ndb,
|
||||||
|
Reference in New Issue
Block a user