]> granicus.if.org Git - php/commit
Proper handling for databases that need to pre-calculate length of large
authorIlia Alshanetsky <iliaa@php.net>
Wed, 20 Jul 2005 03:38:33 +0000 (03:38 +0000)
committerIlia Alshanetsky <iliaa@php.net>
Wed, 20 Jul 2005 03:38:33 +0000 (03:38 +0000)
commit97e8c6f4a98a2074aa2261f6e64f983277e3b2ac
tree259c9dcdded49ea9c404a311a0b107bfed37e610
parent79f3cb9856abe0537f3fbd6004c7e2ed82aaeb84
Proper handling for databases that need to pre-calculate length of large
columns, which is not normally done for performance reasons.
ext/pdo/pdo.c
ext/pdo/php_pdo_driver.h
ext/pdo_mysql/mysql_driver.c
ext/pdo_mysql/mysql_statement.c