placeholder for someone to implement a ping for persistent connections

This commit is contained in:
Wez Furlong 2004-09-23 20:20:23 +00:00
parent 53ed3475ce
commit b42c14f07e

View file

@ -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