Mantis - Quercus
|
|||||
Viewing Issue Advanced Details | |||||
|
|||||
ID: | Category: | Severity: | Reproducibility: | Date Submitted: | Last Update: |
2075 | minor | always | 10-17-07 09:53 | 10-17-07 16:14 | |
|
|||||
Reporter: | koreth | Platform: | |||
Assigned To: | ferg | OS: | |||
Priority: | normal | OS Version: | |||
Status: | closed | Product Version: | 3.1.3 | ||
Product Build: | Resolution: | fixed | |||
Projection: | none | ||||
ETA: | none | Fixed in Version: | 3.1.4 | ||
|
|||||
Summary: | 0002075: mysql_connect() flags not effective | ||||
Description: |
$conn = mysql_connect($host, $user, $password, false, MYSQL_CLIENT_INTERACTIVE); Under vanilla PHP, this will set the "interactive client" flag on the MySQL connection, which will cause the server to apply different idle timeout policies. Quercus appears to ignore the flag and opens all connections as non-interactive. |
||||
Steps To Reproduce: | |||||
Additional Information: | |||||
Relationships | |||||
Attached Files: |
Notes | |||||
|
|||||
|
|