Menu

#371 Server Error: MySQL needs SQL_BIG_SELECTS=1

version 2.x
open
nobody
9
2008-12-29
2008-12-29
Alex Chapin
No

clean install of Segue 2.2.5.4 resulted in MySQL error indicating need to include SQL_BIG_SELECTS=1

database.default.conf.php needs:
$sqlQuery = new GenericSQLQuery();
$query = $sqlQuery->addSQLQuery("SET SESSION SQL_BIG_SELECTS=1");

Discussion


Log in to post a comment.