do not disable transaction in pdo_driver.php
This commit is contained in:
parent
67496902bf
commit
69e8bbfd1b
@ -153,7 +153,7 @@ class CI_DB_pdo_driver extends CI_DB {
|
||||
|
||||
empty($this->database) OR $this->hostname .= ';dbname='.$this->database;
|
||||
|
||||
$this->trans_enabled = FALSE;
|
||||
//$this->trans_enabled = FALSE;
|
||||
|
||||
$this->_random_keyword = ' RND('.time().')'; // database specific random keyword
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user