summaryrefslogtreecommitdiff
path: root/src/conn/conn_open.c
diff options
context:
space:
mode:
authorKeith Bostic <keith.bostic@mongodb.com>2015-03-03 10:08:59 -0500
committerKeith Bostic <keith.bostic@mongodb.com>2015-03-03 10:08:59 -0500
commite215abd7868a9f9cecaa85490c8a226f8d4cefa2 (patch)
tree53655d01565e9289904b30621c4d90faa1373f4c /src/conn/conn_open.c
parentdc0dd9ff2c23b284801a35b4e2e38e3412086fe4 (diff)
parent0f8b927574885b475c71afd783a69894e5acef6d (diff)
downloadmongo-e215abd7868a9f9cecaa85490c8a226f8d4cefa2.tar.gz
Merge pull request #1713 from wiredtiger/shared-cache-reconfigure-bug
Fix a bug in the reconfigure API related to shared cache quotas.
Diffstat (limited to 'src/conn/conn_open.c')
-rw-r--r--src/conn/conn_open.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/conn/conn_open.c b/src/conn/conn_open.c
index bc1d9eaf01a..0a3d35ac0b1 100644
--- a/src/conn/conn_open.c
+++ b/src/conn/conn_open.c
@@ -55,9 +55,6 @@ __wt_connection_open(WT_CONNECTION_IMPL *conn, const char *cfg[])
*/
WT_WRITE_BARRIER();
- /* Connect to a cache pool. */
- WT_RET(__wt_cache_pool_config(session, cfg));
-
/* Create the cache. */
WT_RET(__wt_cache_create(session, cfg));