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:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user