Skip to content

Commit be61631

Browse files
committed
stub out scrollable cursor change
1 parent c77bd71 commit be61631

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

ext/pdo_mysql/mysql_statement.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,8 @@ static int pdo_mysql_stmt_param_hook(pdo_stmt_t *stmt, struct pdo_bound_param_da
8787
return 1;
8888
}
8989

90-
static int pdo_mysql_stmt_fetch(pdo_stmt_t *stmt TSRMLS_DC)
90+
static int pdo_mysql_stmt_fetch(pdo_stmt_t *stmt,
91+
enum pdo_fetch_orientation ori, long offset TSRMLS_DC)
9192
{
9293
pdo_mysql_stmt *S = (pdo_mysql_stmt*)stmt->driver_data;
9394
if (!S->result) {

0 commit comments

Comments
 (0)