...

World Wide Web Server 2012-07-04 16:06:11 -07: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)
{