1
0
mirror of https://github.com/MariaDB/server.git synced 2025-09-08 06:27:57 +03:00

bug, forgot to set to zero

This commit is contained in:
tomas@poseidon.(none)
2004-09-15 08:23:44 +00:00
parent db1604a7c7
commit d475ddbeda

View File

@@ -579,6 +579,7 @@ NdbDictionaryImpl::NdbDictionaryImpl(Ndb &ndb)
m_ndb(ndb)
{
m_globalHash = 0;
m_local_table_data_size= 0;
}
NdbDictionaryImpl::NdbDictionaryImpl(Ndb &ndb,