]> granicus.if.org Git - php/commit
Fixed Bug #36602: persistent connections don't work with MySQL 5.0.3+.
authorWez Furlong <wez@php.net>
Sun, 9 Apr 2006 08:11:31 +0000 (08:11 +0000)
committerWez Furlong <wez@php.net>
Sun, 9 Apr 2006 08:11:31 +0000 (08:11 +0000)
commitb9f85f37cc867b9afe1a6c7114e165a0d44e62f9
tree950912fcc9b4547d225b124dc7691a4d7b2d2d35
parent687e6ffc582291149f38cae628d24a5f426d846e
Fixed Bug #36602: persistent connections don't work with MySQL 5.0.3+.
Fixed PECL Bug #6262; correctly fallback to emulated statements
when the server version is too old.

Also include code to default to using emulated prepared statements, as these
can take advantage of the query cache.  Since it's a bit late in the release
process to spring this on the masses, the default has not been changed.  The
code is included so that it doesn't get lost.
ext/pdo_mysql/mysql_driver.c