summaryrefslogtreecommitdiffstats
path: root/system/database/drivers/oci8/oci8_driver.php
diff options
context:
space:
mode:
authorAndrey Andreev <narf@bofh.bg>2012-03-26 11:24:40 +0200
committerAndrey Andreev <narf@bofh.bg>2012-03-26 11:24:40 +0200
commit2a23e4ad2b71f26262964ac49819ef0a7aebbb9a (patch)
tree7b4908c8d10325e8940888ef2ec77e19471125b2 /system/database/drivers/oci8/oci8_driver.php
parent5ee8c3ab2f670c678ca20100a4e1786514371c23 (diff)
parenta00e50483ab27d8ba3d3a2aa1a5138bfa8c8be70 (diff)
Merge upstream branch
Diffstat (limited to 'system/database/drivers/oci8/oci8_driver.php')
-rw-r--r--system/database/drivers/oci8/oci8_driver.php16
1 files changed, 0 insertions, 16 deletions
diff --git a/system/database/drivers/oci8/oci8_driver.php b/system/database/drivers/oci8/oci8_driver.php
index 238a08ff8..c9e791d63 100644
--- a/system/database/drivers/oci8/oci8_driver.php
+++ b/system/database/drivers/oci8/oci8_driver.php
@@ -103,22 +103,6 @@ class CI_DB_oci8_driver extends CI_DB {
// --------------------------------------------------------------------
/**
- * Reconnect
- *
- * Keep / reestablish the db connection if no queries have been
- * sent for a length of time exceeding the server's idle timeout
- *
- * @return void
- */
- public function reconnect()
- {
- // not implemented in oracle
- return;
- }
-
- // --------------------------------------------------------------------
-
- /**
* Select the database
*
* @return resource