mirror of
https://github.com/bcit-ci/CodeIgniter.git
synced 2025-02-20 11:13:29 +08:00
...
parent
6d0db56916
commit
71dc455f61
@ -29,7 +29,7 @@ if (FALSE === ($this->result_id = $this->simple_query($sql,$buffered)))
|
||||
Next, in the Code Igniter system/database/drivers/mysql/mysql_driver.php file, make the following changes:
|
||||
|
||||
About line 165, after the definition of the _execute($sql) method, add a new method, _execute_unbuffered($sql), looking like this:
|
||||
Change this code:
|
||||
Add this code after the definition of the _execute($sql) method:
|
||||
[code]
|
||||
function _execute_unbuffered($sql)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user