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
39110888
Unverified
Commit
39110888
authored
May 12, 2021
by
larowlan
Browse files
Issue
#3210888
by longwave: Undefined static method Drupal\Core\Database\Connection::serialize()
parent
1ab0f484
Changes
1
Hide whitespace changes
Inline
Side-by-side
core/lib/Drupal/Core/Database/Driver/mysql/Connection.php
View file @
39110888
...
...
@@ -200,19 +200,6 @@ public static function open(array &$connection_options = []) {
return
$pdo
;
}
/**
* {@inheritdoc}
*/
public
function
serialize
()
{
// Cleanup the connection, much like __destruct() does it as well.
if
(
$this
->
needsCleanup
)
{
$this
->
nextIdDelete
();
}
$this
->
needsCleanup
=
FALSE
;
return
parent
::
serialize
();
}
/**
* {@inheritdoc}
*/
...
...
larowlan
@larowlan
mentioned in commit
7d63c1f7
·
May 12, 2021
mentioned in commit
7d63c1f7
mentioned in commit 7d63c1f7e41d3c5e0972b8e44835f8de05e2dce4
Toggle commit list
Write
Preview
Markdown
is supported
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