mirror of
https://github.com/MariaDB/server.git
synced 2025-08-08 11:22:35 +03:00
- On Linux, closing an INI table removes it from the inihandl cache
modified: storage/connect/inihandl.c storage/connect/osutil.h storage/connect/tabsys.cpp - Clean. Remove some unused functions modified: storage/connect/plgdbsem.h storage/connect/plgdbutl.cpp
This commit is contained in:
@@ -388,7 +388,9 @@ int TDBINI::DeleteDB(PGLOBAL g, int irc)
|
||||
/***********************************************************************/
|
||||
void TDBINI::CloseDB(PGLOBAL g)
|
||||
{
|
||||
// Nothing to do
|
||||
#if !defined(WIN32)
|
||||
PROFILE_Close(Ifile);
|
||||
#endif // !WIN32
|
||||
} // end of CloseDB
|
||||
|
||||
// ------------------------ INICOL functions ----------------------------
|
||||
|
Reference in New Issue
Block a user