summaryrefslogtreecommitdiffstats
path: root/system/database/drivers/oci8
diff options
context:
space:
mode:
authorAndrey Andreev <narf@bofh.bg>2012-03-26 11:50:03 +0200
committerAndrey Andreev <narf@bofh.bg>2012-03-26 11:50:03 +0200
commit808f3a62f9ca97670e457e1307fe261c42879d28 (patch)
tree1a6f24d41251b2e8c77d326d512c58fb7e013603 /system/database/drivers/oci8
parent0d87bae93d5558f03d8194df13020517e3e84364 (diff)
parent59ad0af04debb4e10e20fbdfc1827a620a88b7be (diff)
Merge upstream branch
Diffstat (limited to 'system/database/drivers/oci8')
-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 bb605acd6..340d14217 100644
--- a/system/database/drivers/oci8/oci8_driver.php
+++ b/system/database/drivers/oci8/oci8_driver.php
@@ -185,22 +185,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