mirror of
https://github.com/php/php-src.git
synced 2025-08-16 22:18:50 +02:00
placeholder for someone to implement a ping for persistent connections
This commit is contained in:
parent
53ed3475ce
commit
b42c14f07e
1 changed files with 2 additions and 1 deletions
|
@ -249,7 +249,8 @@ static struct pdo_dbh_methods mysql_methods = {
|
||||||
NULL,
|
NULL,
|
||||||
pdo_mysql_last_insert_id,
|
pdo_mysql_last_insert_id,
|
||||||
pdo_mysql_fetch_error_func,
|
pdo_mysql_fetch_error_func,
|
||||||
pdo_mysql_get_attribute
|
pdo_mysql_get_attribute,
|
||||||
|
NULL /* check_liveness: TODO: ping */
|
||||||
};
|
};
|
||||||
|
|
||||||
#ifndef PDO_MYSQL_UNIX_ADDR
|
#ifndef PDO_MYSQL_UNIX_ADDR
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue