diff options
author | Olivier Bertrand <bertrandop@gmail.com> | 2017-07-22 00:21:59 +0200 |
---|---|---|
committer | Olivier Bertrand <bertrandop@gmail.com> | 2017-07-22 00:21:59 +0200 |
commit | 3329fbae19e5227d4e83879d640e240e3ac1874f (patch) | |
tree | 428ef0c7c657a10927b82180e2fe3790e82a207d /storage/connect/ha_connect.h | |
parent | 6fdd5cda6af80b8cf081656afd7827432640f551 (diff) | |
download | mariadb-git-3329fbae19e5227d4e83879d640e240e3ac1874f.tar.gz |
-- Suppress the GetPlug function causing memory leak
modified: storage/connect/ha_connect.h
modified: storage/connect/ha_connect.cc
-- Trace work storage allocation and freeing in DEVELOPMENT mode
(Fix a compile error)
modified: storage/connect/plugutil.cpp
Diffstat (limited to 'storage/connect/ha_connect.h')
-rw-r--r-- | storage/connect/ha_connect.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/storage/connect/ha_connect.h b/storage/connect/ha_connect.h index 9d71aaa5433..a5dcd4f65f1 100644 --- a/storage/connect/ha_connect.h +++ b/storage/connect/ha_connect.h @@ -166,8 +166,8 @@ public: ~ha_connect(); // CONNECT Implementation - static bool connect_init(void); - static bool connect_end(void); +//static bool connect_init(void); +//static bool connect_end(void); TABTYPE GetRealType(PTOS pos= NULL); char *GetRealString(PCSZ s); PCSZ GetStringOption(PCSZ opname, PCSZ sdef= NULL); |