Page MenuHomePhabricator

Remove "mysql.implementation" configuration
ClosedPublic

Authored by epriestley on Nov 22 2016, 1:05 AM.
Tags
None
Referenced Files
F15534896: D16909.id40705.diff
Thu, Apr 24, 2:35 AM
F15507188: D16909.diff
Tue, Apr 15, 5:10 PM
F15503413: D16909.id40705.diff
Mon, Apr 14, 9:46 AM
F15472666: D16909.id40711.diff
Sat, Apr 5, 3:24 PM
F15451768: D16909.id.diff
Fri, Mar 28, 11:42 PM
F15444039: D16909.diff
Thu, Mar 27, 7:27 AM
F15443344: D16909.diff
Thu, Mar 27, 3:52 AM
F15429715: D16909.id.diff
Mar 24 2025, 3:49 AM
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