Comment 41 for bug 1578144

Revision history for this message
lygie (7-tobias) wrote :

Hi,
I found another issue.
Some selects fail because of MYSQLs "ONLY_FULL_GROUP_BY" mode. Think we habe to add something like

$cnn_id->EXECUTE("SET SESSION sql_mode = (SELECT REPLACE(@@sql_mode,'ONLY_FULL_GROUP_BY', ''))");

to database.php also.

Lygie