Problem/Motivation
Parent issue converted mysqli.install to oo hooks.
Most of the code there is copypasted from earlier mysql.install, now converted to oo hook too.
Proposed resolution
Introduce a common trait to use across the two drivers and reduce duplication.
Remaining tasks
User interface changes
N/A
Introduced terminology
N/A
API changes
N/A
Data model changes
N/A
Release notes snippet
N/A
Issue fork drupal-3534183
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
- 3534183-introduce-a-trait
changes, plain diff MR !12635
Comments
Comment #3
mondrakeComment #4
smustgrave commentedSeems like a straight forward update. Searched for $requirements['mysql_transaction_level'] to see if any other duplicates and just these 2 instances.
Comment #6
catchCommitted/pushed to 11.x, thanks!