Closed (fixed)
Project:
Upgrade Status
Version:
8.x-3.7
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
2 Jul 2021 at 09:54 UTC
Updated:
3 Aug 2021 at 09:54 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
gábor hojtsyHm, this was introduced in #3213533: Fix incorrect MariaDB version reports when used in Drupal 8. I see the default implementation of
version()usesconnection->getAttribute(\PDO::ATTR_SERVER_VERSION);, so no SQL query per say. We can IMHO just use theversion()method from the connection.Comment #3
gábor hojtsyComment #4
gábor hojtsyOk it at least does not break anything else. We don't have testing coverage for this due to the complexity of the testing matrix vs. the benefit, so this would need some manual testing. Thanks!
Comment #6
gábor hojtsyOk this does not seem to be getting the manual testing sitting in the queue, even though I think it would ideally need it, but I did not see a problem with it myself, so will get the manual testing after the fact now.