We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b9ea8d6 commit a073b02Copy full SHA for a073b02
ext/pdo_mysql/mysql_statement.c
@@ -154,6 +154,7 @@ static int pdo_mysql_fill_stmt_from_result(pdo_stmt_t *stmt) /* {{{ */
154
}
155
/* }}} */
156
157
+#ifdef PDO_USE_MYSQLND
158
static bool pdo_mysql_stmt_after_execute_prepared(pdo_stmt_t *stmt) {
159
pdo_mysql_stmt *S = stmt->driver_data;
160
pdo_mysql_db_handle *H = S->H;
@@ -179,6 +180,7 @@ static bool pdo_mysql_stmt_after_execute_prepared(pdo_stmt_t *stmt) {
179
180
pdo_mysql_stmt_set_row_count(stmt);
181
return true;
182
183
+#endif
184
185
#ifndef PDO_USE_MYSQLND
186
static int pdo_mysql_stmt_execute_prepared_libmysql(pdo_stmt_t *stmt) /* {{{ */
0 commit comments