]> granicus.if.org Git - php/commitdiff
placeholder for someone to implement a ping for persistent connections
authorWez Furlong <wez@php.net>
Thu, 23 Sep 2004 20:20:23 +0000 (20:20 +0000)
committerWez Furlong <wez@php.net>
Thu, 23 Sep 2004 20:20:23 +0000 (20:20 +0000)
ext/pdo_mysql/mysql_driver.c

index 876f1767feafa48017103423af4e6f0560623562..783a6c7e6355411f97aa826e40c7584522d21d62 100755 (executable)
@@ -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