Page MenuHomePhabricator

Remove "mysql.implementation" configuration
ClosedPublic

Authored by epriestley on Nov 22 2016, 1:05 AM.
Tags
None
Referenced Files
F14057503: D16909.diff
Sun, Nov 17, 3:51 AM
F13982827: D16909.id40711.diff
Sun, Oct 20, 2:13 AM
F13981067: D16909.id40705.diff
Oct 19 2024, 2:04 PM
F13974315: D16909.diff
Oct 18 2024, 5:05 AM
F13964438: D16909.diff
Oct 15 2024, 8:24 PM
Unknown Object (File)
Oct 13 2024, 5:12 AM
Unknown Object (File)
Oct 13 2024, 5:12 AM
Unknown Object (File)
Oct 13 2024, 3:55 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