Loading ndb/src/ndbapi/NdbDictionaryImpl.cpp +2 −1 Original line number Diff line number Diff line Loading @@ -1139,6 +1139,7 @@ NdbDictInterface::getTable(class NdbApiSignal * signal, m_error.code= parseTableInfo(&rt, (Uint32*)m_buffer.get_data(), m_buffer.length() / 4, fullyQualifiedNames); if (rt != 0) rt->buildColumnHash(); return rt; } Loading Loading
ndb/src/ndbapi/NdbDictionaryImpl.cpp +2 −1 Original line number Diff line number Diff line Loading @@ -1139,6 +1139,7 @@ NdbDictInterface::getTable(class NdbApiSignal * signal, m_error.code= parseTableInfo(&rt, (Uint32*)m_buffer.get_data(), m_buffer.length() / 4, fullyQualifiedNames); if (rt != 0) rt->buildColumnHash(); return rt; } Loading