Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
project
drupal
Commits
aab953e4
Commit
aab953e4
authored
Sep 05, 2009
by
Dries
Browse files
- Rollback
#567148
because it breaks on some versions of MySQL.
parent
e8ae5c8b
Changes
1
Hide whitespace changes
Inline
Side-by-side
includes/database/mysql/database.inc
View file @
aab953e4
...
...
@@ -43,7 +43,7 @@ public function __construct(array $connection_options = array()) {
// 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
())
{
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment