summaryrefslogtreecommitdiff
path: root/storage/connect/ApacheInterface.java
diff options
context:
space:
mode:
Diffstat (limited to 'storage/connect/ApacheInterface.java')
-rw-r--r--storage/connect/ApacheInterface.java5
1 files changed, 4 insertions, 1 deletions
diff --git a/storage/connect/ApacheInterface.java b/storage/connect/ApacheInterface.java
index b4c8a4e9885..47b46dc0506 100644
--- a/storage/connect/ApacheInterface.java
+++ b/storage/connect/ApacheInterface.java
@@ -35,7 +35,10 @@ public class ApacheInterface extends JdbcInterface {
ds.setPassword(parms[3]);
pool.put(url, ds);
} // endif ds
-
+
+ // if (parms.length > 4 && parms[4] != null)
+ // ds.setConnectionProperties(parms[4]);
+
// Get a connection from the data source
conn = ds.getConnection();