summaryrefslogtreecommitdiffstats
path: root/system/database/DB_driver.php
diff options
context:
space:
mode:
authorAndrey Andreev <narf@bofh.bg>2012-04-03 09:56:12 +0200
committerAndrey Andreev <narf@bofh.bg>2012-04-03 09:56:12 +0200
commit5589fe1c84375534ad4ee1e7adfbb52e4953a5b9 (patch)
tree48a7785021377dd3e7f8fcd3ff41f3cf650c327b /system/database/DB_driver.php
parentd3891f4f50e3cb3cfd1b6491088d759d586e2302 (diff)
parenta9572fa67e4778f7d0a42898c603fddcb64660f8 (diff)
Merge pull request #868 from narfbg/develop-db-oci8
Improve the Oracle (oci8) database driver
Diffstat (limited to 'system/database/DB_driver.php')
-rw-r--r--system/database/DB_driver.php2
1 files changed, 0 insertions, 2 deletions
diff --git a/system/database/DB_driver.php b/system/database/DB_driver.php
index 45f17e8ec..dea705054 100644
--- a/system/database/DB_driver.php
+++ b/system/database/DB_driver.php
@@ -407,8 +407,6 @@ abstract class CI_DB_driver {
$driver = $this->load_rdriver();
$RES = new $driver($this);
- $RES->num_rows = $RES->num_rows();
-
// Is query caching enabled? If so, we'll serialize the
// result object and save it to a cache file.
if ($this->cache_on == TRUE && $this->_cache_init())