You've already forked mariadb-columnstore-engine
mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-12-09 10:41:14 +03:00
Merge pull request #799 from mariadb-corporation/MCOL-3395
MCOL-3395 Always clear dctnry cache on close
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