1
0
mirror of https://github.com/MariaDB/server.git synced 2025-11-19 19:03:26 +03:00

Improvement of on-line discovery in injector thread

This commit is contained in:
mskold@mysql.com
2006-02-16 10:07:31 +01:00
parent e593c614cb
commit e62db4e18c
8 changed files with 127 additions and 101 deletions

View File

@@ -1320,6 +1320,8 @@ NdbDictionaryImpl::putTable(NdbTableImpl *impl)
m_localHash.put(impl->m_internalName.c_str(), info);
addBlobTables(*impl);
m_ndb.theFirstTupleId[impl->getTableId()] = ~0;
m_ndb.theLastTupleId[impl->getTableId()] = ~0;
}