summaryrefslogtreecommitdiffstats
path: root/system/database/DB_driver.php
diff options
context:
space:
mode:
authorAndrey Andreev <narf@bofh.bg>2012-01-27 20:21:50 +0100
committerAndrey Andreev <narf@bofh.bg>2012-01-27 20:21:50 +0100
commit0654403aaac9c642074529b319eba182d3dcdde0 (patch)
tree65eb1e39cfd3d979840a079a157d696070f1c0c1 /system/database/DB_driver.php
parent85facfa42793cce480d2f49696c2d3e3096763f0 (diff)
parent0c4fb6a578d23e5a0fa5c8ce41a75d2b2b1310e7 (diff)
Merge upstream branch
Diffstat (limited to 'system/database/DB_driver.php')
-rw-r--r--system/database/DB_driver.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/system/database/DB_driver.php b/system/database/DB_driver.php
index 7f5ec1e20..a30c8226d 100644
--- a/system/database/DB_driver.php
+++ b/system/database/DB_driver.php
@@ -250,7 +250,7 @@ class CI_DB_driver {
// Some DBs have functions that return the version, and don't run special
// SQL queries per se. In these instances, just return the result.
- $driver_version_exceptions = array('oci8', 'sqlite', 'cubrid', 'pdo');
+ $driver_version_exceptions = array('oci8', 'sqlite', 'cubrid', 'pdo', 'mysqli');
if (in_array($this->dbdriver, $driver_version_exceptions))
{