]> granicus.if.org Git - php/commit
Fix for MySQL Bug #49406
authorAndrey Hristov <andrey@php.net>
Mon, 30 Aug 2010 18:10:23 +0000 (18:10 +0000)
committerAndrey Hristov <andrey@php.net>
Mon, 30 Aug 2010 18:10:23 +0000 (18:10 +0000)
commit72bef3491864b657dab8cf21585d4c977de428a9
tree4863fb8e44586bb1005f762b8dd0c84f3d509789
parentc55632007e746fbdf7ff948aac64bb92eec1031a
Fix for MySQL Bug #49406
Binding params doesn't work when selecting a date inside a CASE-WHEN
(http://bugs.mysql.com/bug.php?id=49406)
The MySQL server sends MYSQL_TYPE_NEWDATE values as clear text, even
when PS are used and thus the binary protocol are used. Changing the
handler for the type.
ext/mysqlnd/mysqlnd_ps_codec.c