- Rollback #567148 because it breaks on some versions of MySQL.
parent
e8ae5c8b28
commit
aab953e437
|
@ -43,7 +43,7 @@ class DatabaseConnection_mysql extends DatabaseConnection {
|
|||
// kinds of database systems. These settings force MySQL to behave
|
||||
// the same as postgresql, or sqlite in regards to syntax interpretation
|
||||
// and invalid data handling. See http://drupal.org/node/344575 for further disscussion.
|
||||
$this->exec("SET sql_mode='ANSI,TRADITIONAL,ONLY_FULL_GROUP_BY'");
|
||||
$this->exec("SET sql_mode='ANSI,TRADITIONAL'");
|
||||
}
|
||||
|
||||
public function queryRange($query, array $args, $from, $count, array $options = array()) {
|
||||
|
|
Loading…
Reference in New Issue