diff options
author | Olivier Bertrand <bertrandop@gmail.com> | 2013-03-26 15:20:22 +0100 |
---|---|---|
committer | Olivier Bertrand <bertrandop@gmail.com> | 2013-03-26 15:20:22 +0100 |
commit | 1e55712f5ed3d32c77d53b26d7c024e6f9d6d52f (patch) | |
tree | 30da5364b960f85df3b20b63284a9b59eca9ca93 /storage/connect/osutil.h | |
parent | 0df7a43e2290fe96a5c211c89c2e2b4f4ba96c2c (diff) | |
download | mariadb-git-1e55712f5ed3d32c77d53b26d7c024e6f9d6d52f.tar.gz |
- 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
Diffstat (limited to 'storage/connect/osutil.h')
-rw-r--r-- | storage/connect/osutil.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/storage/connect/osutil.h b/storage/connect/osutil.h index bbc4f3d2def..440373dd7a1 100644 --- a/storage/connect/osutil.h +++ b/storage/connect/osutil.h @@ -32,6 +32,8 @@ char *_fullpath(char *absPath, const char *relPath, size_t maxLength); BOOL MessageBeep(uint); unsigned long _filelength(int fd); +void PROFILE_Close(LPCSTR filename); + int GetPrivateProfileString( LPCTSTR lpAppName, // section name LPCTSTR lpKeyName, // key name |