summaryrefslogtreecommitdiff
path: root/storage/connect/cmgoconn.h
diff options
context:
space:
mode:
Diffstat (limited to 'storage/connect/cmgoconn.h')
-rw-r--r--storage/connect/cmgoconn.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/storage/connect/cmgoconn.h b/storage/connect/cmgoconn.h
index f5cefea3442..b1216ac576c 100644
--- a/storage/connect/cmgoconn.h
+++ b/storage/connect/cmgoconn.h
@@ -93,6 +93,7 @@ public:
PSZ Mini(PGLOBAL g, PCOL colp, const bson_t *bson, bool b);
void GetColumnValue(PGLOBAL g, PCOL colp);
bool AddValue(PGLOBAL g, PCOL colp, bson_t *doc, char *key, bool upd);
+ static void mongo_init(bool init);
protected:
// Members
@@ -112,4 +113,5 @@ protected:
PINCOL Fpc; // To insert INCOL classes
PFBLOCK fp;
bool m_Connected;
+ static bool IsInit;
}; // end of class CMgoConn