Commit a598b854 authored by unknown's avatar unknown

bug, forgot to set to zero

parent 6829605c
...@@ -579,6 +579,7 @@ NdbDictionaryImpl::NdbDictionaryImpl(Ndb &ndb) ...@@ -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,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment