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/plgdbsem.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/plgdbsem.h')
-rw-r--r-- | storage/connect/plgdbsem.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/storage/connect/plgdbsem.h b/storage/connect/plgdbsem.h index f77dda67984..611b0067e18 100644 --- a/storage/connect/plgdbsem.h +++ b/storage/connect/plgdbsem.h @@ -559,9 +559,9 @@ DllExport PDBUSER PlgGetUser(PGLOBAL g); DllExport PCATLG PlgGetCatalog(PGLOBAL g, bool jump = true); DllExport bool PlgSetXdbPath(PGLOBAL g, PSZ, PSZ, char *, int, char *, int); DllExport void PlgDBfree(MBLOCK&); -DllExport PSZ GetIniString(PGLOBAL, void *, LPCSTR, LPCSTR, LPCSTR, LPCSTR); -DllExport int GetIniSize(char *, char *, char *, char *); -DllExport bool WritePrivateProfileInt(LPCSTR, LPCSTR, int, LPCSTR); +//lExport PSZ GetIniString(PGLOBAL, void *, LPCSTR, LPCSTR, LPCSTR, LPCSTR); +//lExport int GetIniSize(char *, char *, char *, char *); +//lExport bool WritePrivateProfileInt(LPCSTR, LPCSTR, int, LPCSTR); DllExport void NewPointer(PTABS, void *, void *); |