summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xext/pdo_mysql/mysql_driver.c3
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