1
0
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:
David.Hall
2019-07-03 09:33:25 -05:00
committed by GitHub

View File

@@ -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;
}