diff options
| author | Wez Furlong <wez@php.net> | 2004-09-23 20:20:23 +0000 |
|---|---|---|
| committer | Wez Furlong <wez@php.net> | 2004-09-23 20:20:23 +0000 |
| commit | b42c14f07edfa6eba0c113cacb42ad2ba7c65b7c (patch) | |
| tree | f0491f7f8613a99edccb226c62b309d6cb54caf4 /ext/pdo_mysql/mysql_driver.c | |
| parent | 53ed3475ceaae3ddd98c2f5320e2f3b305441f29 (diff) | |
| download | php-git-b42c14f07edfa6eba0c113cacb42ad2ba7c65b7c.tar.gz | |
placeholder for someone to implement a ping for persistent connections
Diffstat (limited to 'ext/pdo_mysql/mysql_driver.c')
| -rwxr-xr-x | ext/pdo_mysql/mysql_driver.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ext/pdo_mysql/mysql_driver.c b/ext/pdo_mysql/mysql_driver.c index 876f1767fe..783a6c7e63 100755 --- a/ext/pdo_mysql/mysql_driver.c +++ b/ext/pdo_mysql/mysql_driver.c @@ -249,7 +249,8 @@ static struct pdo_dbh_methods mysql_methods = { NULL, pdo_mysql_last_insert_id, pdo_mysql_fetch_error_func, - pdo_mysql_get_attribute + pdo_mysql_get_attribute, + NULL /* check_liveness: TODO: ping */ }; #ifndef PDO_MYSQL_UNIX_ADDR |
