Page MenuHomePhabricator

Remove "mysql.implementation" configuration
ClosedPublic

Authored by epriestley on Nov 22 2016, 1:05 AM.
Tags
None
Referenced Files
Unknown Object (File)
Fri, May 30, 9:14 AM
Unknown Object (File)
Thu, May 29, 8:47 AM
Unknown Object (File)
May 10 2025, 1:34 PM
Unknown Object (File)
May 9 2025, 5:54 PM
Unknown Object (File)
May 7 2025, 7:54 PM
Unknown Object (File)
May 7 2025, 12:14 AM
Unknown Object (File)
May 6 2025, 10:12 PM
Unknown Object (File)
Apr 25 2025, 12:44 PM
Subscribers
None

Details

Summary

Ref T11044. Fixes T10931. This option has essentially never been useful for anything, and we've picked the best implementation for a long time (MySQLi if available, MySQL if not).

I am not aware of any reason to ever set this manually. If someone comes up with some bizarre but legitimate use case that I haven't thought of, we can modularize it.

Test Plan

Browsed around. Grepped for mysql.implementation.

Diff Detail

Repository
rP Phabricator
Lint
Lint Not Applicable
Unit
Tests Not Applicable