summaryrefslogtreecommitdiff
path: root/storage/connect/cmgoconn.h
diff options
context:
space:
mode:
authorOlivier Bertrand <bertrandop@gmail.com>2021-05-17 19:17:31 +0200
committerOlivier Bertrand <bertrandop@gmail.com>2021-05-17 19:17:31 +0200
commit17533c1ffc018b410d5fe01a54c225d4fc7f75cd (patch)
treef01e5dad541de2e59656396ef3033d2a8fa5142c /storage/connect/cmgoconn.h
parent5ae67c6d6387fa6e5c207fd9aea6741fb78073a5 (diff)
downloadmariadb-git-17533c1ffc018b410d5fe01a54c225d4fc7f75cd.tar.gz
- Put all jar files in the SHARE directory (was PLUGIN)
modified: sql/mysqld.h modified: storage/connect/CMakeLists.txt modified: storage/connect/javaconn.cpp modified: storage/connect/mycat.cc modified: storage/connect/mycat.h - Get a handled on a not pooled client This to avoid a .50 delay when closing modified: storage/connect/cmgoconn.cpp modified: storage/connect/cmgoconn.h - Allow FIELD_FORMAT options for DECIMAL type modified: storage/connect/tabdos.cpp - Update tests and result to reflect last changes Also because Oracle password has changed modified: storage/connect/mysql-test/connect/r/jdbc_oracle.result modified: storage/connect/mysql-test/connect/r/json_java_2.result modified: storage/connect/mysql-test/connect/r/json_java_3.result modified: storage/connect/mysql-test/connect/r/json_mongo_c.result modified: storage/connect/mysql-test/connect/r/mongo_c.result modified: storage/connect/mysql-test/connect/r/odbc_oracle.result modified: storage/connect/mysql-test/connect/t/jdbc_oracle.test modified: storage/connect/mysql-test/connect/t/odbc_oracle.test - Typo modified: storage/connect/reldef.cpp
Diffstat (limited to 'storage/connect/cmgoconn.h')
-rw-r--r--storage/connect/cmgoconn.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/storage/connect/cmgoconn.h b/storage/connect/cmgoconn.h
index 5c9fb4f763d..c69f53b366f 100644
--- a/storage/connect/cmgoconn.h
+++ b/storage/connect/cmgoconn.h
@@ -104,7 +104,7 @@ protected:
// Members
PCPARM Pcg;
mongoc_uri_t *Uri;
- mongoc_client_pool_t *Pool; // Thread safe client pool
+//mongoc_client_pool_t *Pool; // Thread safe client pool
mongoc_client_t *Client; // The MongoDB client
mongoc_database_t *Database; // The MongoDB database
mongoc_collection_t *Collection; // The MongoDB collection