Page MenuHomePhabricator

Issue setup guidance recommending MySQLi and MySQL Native Driver
ClosedPublic

Authored by epriestley on Mar 13 2018, 7:35 PM.
Tags
None
Referenced Files
F15410587: D19216.id46016.diff
Wed, Mar 19, 7:36 AM
F15380125: D19216.diff
Fri, Mar 14, 1:32 AM
F15334493: D19216.diff
Sat, Mar 8, 9:49 AM
Unknown Object (File)
Mon, Feb 24, 1:29 PM
Unknown Object (File)
Mon, Feb 24, 10:34 AM
Unknown Object (File)
Sun, Feb 23, 4:01 AM
Unknown Object (File)
Thu, Feb 20, 4:49 PM
Unknown Object (File)
Feb 17 2025, 10:01 PM
Subscribers
None

Details

Summary

Fixes T12994. We need MYSQLI_ASYNC to implement client-side query timeouts, and we need MySQLi + MySQL Native Driver to get MYSQLI_ASYNC.

Recommend users install MySQLi and MySQL Native Driver if they don't have them. These are generally the defaults and best practice anyway, but Ubuntu makes it easy to use the older stuff.

All the cases we're currently aware of stem from apt-get install php5-mysql (which explicitly selects the non-native driver) so issue particular guidance about php5-mysqlnd.

Test Plan
  • Faked both issues locally, reviewed the text.
  • Will deploy to secure, which currently has the non-native driver.

Diff Detail

Repository
rP Phabricator
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

This revision was not accepted when it landed; it landed in state Needs Review.Mar 13 2018, 7:36 PM
epriestley requested review of this revision.
This revision was automatically updated to reflect the committed changes.