You've already forked mariadb-columnstore-engine
mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-07-30 19:23:07 +03:00
MCOL-3395 Always clear dctnry cache on close
The dictionary cache needs to be cleared every time it is closed so that on bulk insert we don't mix the cache between columns.
This commit is contained in:
@ -419,8 +419,7 @@ int Dctnry::closeDctnry(bool realClose)
|
||||
return rc;
|
||||
|
||||
//cout <<"Init called! m_dctnryOID =" << m_dctnryOID << endl;
|
||||
if (realClose)
|
||||
freeStringCache( );
|
||||
freeStringCache( );
|
||||
|
||||
return NO_ERROR;
|
||||
}
|
||||
|
Reference in New Issue
Block a user