Actions
Bug #50781
closedMySQLi: Allow persistent again
Status:
Closed
Priority:
Must have
Assignee:
-
Category:
Database API (Doctrine DBAL)
Target version:
-
Start date:
2013-08-05
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
6.1
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
During the migration to MySQLi it was also "planned" to have persistent connections as well. The hostname needs to be prefixed with "p:" for that (see http://php.net/manual/en/mysqli.persistconns.php). But the prepared variable is not actually used yet.
Updated by Gerrit Code Review over 11 years ago
- Status changed from New to Under Review
Patch set 1 for branch master has been pushed to the review server.
It is available at https://review.typo3.org/22813
Updated by Gerrit Code Review over 11 years ago
Patch set 1 for branch TYPO3_6-1 has been pushed to the review server.
It is available at https://review.typo3.org/22871
Updated by Stefan Neufeind over 11 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset fd4d970a97185b9b540eff06154ed21fe770edf2.
Actions