[wp-trac] [WordPress Trac] #19324: Allow more flexible mysql_connect configuration (compression, ssl, etc)
WordPress Trac
noreply at wordpress.org
Mon Sep 16 04:41:34 UTC 2013
#19324: Allow more flexible mysql_connect configuration (compression, ssl, etc)
------------------------------+---------------------
Reporter: Otto42 | Owner: nacin
Type: feature request | Status: closed
Priority: normal | Milestone: 3.2
Component: Database | Version:
Severity: normal | Resolution: fixed
Keywords: commit has-patch |
------------------------------+---------------------
Changes (by Otto42):
* keywords: commit needs-patch => commit has-patch
* status: reopened => closed
* resolution: => fixed
* milestone: 3.5 => 3.2
Comment:
No, this seems to work correctly, as intended.
This line sets the $client_flags to whatever the value of the
MYSQL_CLIENT_FLAGS is defined as:
$client_flags = defined( 'MYSQL_CLIENT_FLAGS' ) ? MYSQL_CLIENT_FLAGS : 0;
Same goes for $new_link and MYSQL_NEW_LINK.
--
Ticket URL: <http://core.trac.wordpress.org/ticket/19324#comment:22>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list